PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./scripts/postinstall.js"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
230,728Ubiquitous · −70% score
Versions published
1,360Mature · −50% score
First published
Oct 2014
Publisher
netlify-bot

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"review"}'
Publishernetlify-bot
Artifact bytes568,602
Previous version26.0.2
Published2026-05-31T08:12:18.606Z
SHA-256ce8d2c284b20e2bd1f054ad3652fd9e098d32911c90da48c2b695eadfced39ff

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./scripts/postinstall.js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
1Score
26.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.js"5

Manifest

Package metadata

Scripts23
  • _formatprettier --loglevel=warn "{src,tools,scripts,tests,e2e,.github}/**/*.{mjs,cjs,js,mts,md,yml,json,html,ts}" "*.{mjs,cjs,js,mts,yml,json,html,ts}" ".*.{mjs,cjs,js,yml,json,html,ts}" "!CHANGELOG.md" "!**/*/package-lock.json" "!.github/**/*.md"
  • buildtsc --project tsconfig.build.json
  • cleanrm -rf dist/
  • devtsc --project tsconfig.build.json --watch
  • docsnpm run --prefix=site build
  • formatnpm run _format -- --write
  • format:checknpm run _format -- --check
  • linteslint --cache
  • lint:fixnpm run lint -- --fix
  • postinstallnode ./scripts/postinstall.js
  • startnode ./bin/run.js
  • testrun-s test:unit test:integration test:e2e
  • test:e2evitest run --config vitest.e2e.config.ts
  • test:initrun-s test:init:*
  • test:init:cli-helpnpm run start -- --help
  • test:init:cli-versionnpm run start -- --version
  • test:init:hugo-depsnpm ci --prefix tests/integration/__fixtures__/hugo-site --no-audit
  • test:init:monorepo-depscd tests/integration/__fixtures__/monorepo && pnpm install --frozen-lockfile
  • test:init:next-depsnpm ci --prefix tests/integration/__fixtures__/next-app-without-config --no-audit && npm ci --prefix tests/integration/__fixtures__/next-app --no-audit
  • test:integrationvitest run --retry=3 tests/integration/
  • test:unitvitest run tests/unit/
  • typechecktsc
  • typecheck:watchtsc --watch
Dependencies97
  • @fastify/static^9.1.1
  • @netlify/ai^0.4.1
  • @netlify/api^14.0.19
  • @netlify/blobs^10.7.7
  • @netlify/build^35.13.9
  • @netlify/build-info^10.5.1
  • @netlify/config^24.6.0
  • @netlify/dev^4.18.4
  • @netlify/dev-utils^4.4.3
  • @netlify/edge-bundler^14.10.3
  • @netlify/edge-functions^3.0.6
  • @netlify/edge-functions-bootstrap^2.17.1
  • @netlify/headers-parser^9.0.3
  • @netlify/images^1.3.7
  • @netlify/local-functions-proxy^2.0.3
  • @netlify/redirect-parser^15.0.4
  • @netlify/zip-it-and-ship-it^14.7.0
  • @octokit/rest^22.0.0
  • @opentelemetry/api^1.8.0
  • @pnpm/tabtab^0.5.4
  • ansi-escapes^7.3.0
  • ansi-to-html^0.7.2
  • ascii-table^0.0.9
  • backoff^2.5.0
  • boxen^8.0.1
  • chalk^5.6.2
  • chokidar^4.0.3
  • ci-info^4.4.0
  • clean-deep^3.4.0
  • commander^12.1.0
  • …and 67 more.