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
283,605Ubiquitous · −70% score
Versions published
282Mature · −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 bytes567,158
Previous version26.0.0
Published2026-05-05T10:31:11.212Z
SHA-256209f236cee34fecfc53f92075ccf6089bf19d8f8ab2d1cd01fc4e9bdce2adf75

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.0.1Version
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
Dependencies98
  • @fastify/static9.1.1
  • @netlify/ai0.4.1
  • @netlify/api14.0.18
  • @netlify/blobs10.7.0
  • @netlify/build35.13.4
  • @netlify/build-info10.5.1
  • @netlify/config24.5.0
  • @netlify/dev4.18.0
  • @netlify/dev-utils4.4.3
  • @netlify/edge-bundler14.10.1
  • @netlify/edge-functions3.0.6
  • @netlify/edge-functions-bootstrap2.17.1
  • @netlify/headers-parser9.0.3
  • @netlify/images1.3.7
  • @netlify/local-functions-proxy2.0.3
  • @netlify/redirect-parser15.0.4
  • @netlify/zip-it-and-ship-it14.5.4
  • @octokit/rest22.0.0
  • @opentelemetry/api1.8.0
  • @pnpm/tabtab0.5.4
  • ansi-escapes7.3.0
  • ansi-to-html0.7.2
  • ascii-table0.0.9
  • backoff2.5.0
  • boxen8.0.1
  • chalk5.6.2
  • chokidar4.0.3
  • ci-info4.4.0
  • clean-deep3.4.0
  • commander12.1.0
  • …and 68 more.