RepoPilot

sindresorhus/got

🌐 Human-friendly and powerful HTTP request library for Node.js

Healthy

Healthy across all four use cases

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • Small team — 3 contributors active in recent commits
  • Single-maintainer risk — top contributor 98% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Last commit 5w ago
  • 3 active contributors
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: sindresorhus/got

Generated by RepoPilot · document generated 2026-09-15 · concise human review Evidence snapshot · analyzed 2026-09-15T03:39:06.058Z · commit e3924aa1e53a

Verdict

Healthy — Healthy across all four use cases

  • Last commit 5w ago
  • 3 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Got is a human-friendly HTTP request library for Node.js that handles HTTP, HTTPS, and HTTP/2 requests with built-in support for retries, caching, timeouts, compression (gzip, brotli, zstd), and automatic JSON serialization/deserialization. It provides both Promise-based and stream-based APIs designed to feel natural and predictable compared to Node's native http module. Modular structure under source/: core/ handles HTTP logic and options (source/core/index.ts, source/core/options.ts), as-promise/ wraps with Promise semantics (source/as-promise/index.ts), and create.ts exposes the factory. Utilities in source/core/utils/ handle specific concerns like HTTP/2 clients, DNS caching, proxy…

Start here

Open these first:

  • source/index.ts — Main entry point exporting the Got HTTP client and core API surface for all consumers.
  • source/core/index.ts — Core request handling logic implementing HTTP communication, retries, timeouts, and response parsing.
  • source/as-promise/index.ts — Promise-based API adapter wrapping core request logic and handling response normalization.
  • source/core/options.ts — Definitive schema for all Got configuration options, required to understand any customization pattern.
  • source/create.ts — Factory for creating Got instances with custom defaults and middleware hooks.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and install with npm: git clone https://github.com/sindresorhus/got.git && cd got && npm install. Build TypeScript to dist/: npm run build. Run tests: npm test (includes linting and type checking). The prepa…

Daily commands:

No traditional 'dev server'—this is a library. Instead: run npm test to execute the full test suite with coverage via c8. Run npm run build to compile TypeScript to dist/source. The benchmark suite at benchmark/inde…

…shortened for this brief.

Key cautions & unknowns

  • Small team — 3 contributors active in recent commits
  • Single-maintainer risk — top contributor 98% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Node.js >=22 is strictly required (not >=20 or >=18 LTS)—older Node versions will fail at install/runtime. CommonJS consumers cannot use this package; ESM is mandatory with no fallback. The package is ESM-only with no…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/sindresorhus/got)](https://repopilot.app/r/sindresorhus/got)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/sindresorhus/got on X, Slack, or LinkedIn.

Ask AI about sindresorhus/got

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Featured in lists

Curated shortlists that include this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/sindresorhus/got"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>