PkgRadar

Package evidence

@netlify/[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
121,268Ubiquitous · −70% score
Versions published
318Established · −30% score
First published
Sep 2025
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":["@netlify/[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":["@netlify/[email protected]"],"fail_on":"review"}'
Publishernetlify-bot
Artifact bytes86,651
Previous version1.122.0-init.1
Published2026-06-02T15:53:39.488Z
SHA-256fbefa59cb7ea0aaa086bb3d2ee0a5d6232fb9cb8d0b1015da7ff15c2ccdfc0f2

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
1.122.0-init.2Version
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

Scripts27
  • buildtsup
  • check:typestsc --noEmit
  • devtsup --watch
  • formatrun-s build format:check-fix:*
  • format:check-fix:lintrun-e format:check:lint format:fix:lint
  • format:check-fix:prettierrun-e format:check:prettier format:fix:prettier
  • format:check:linteslint --cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"
  • format:check:prettierprettier --check --ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json" "!src/skills/**/*.md"
  • format:cirun-s build format:check:*
  • format:fix:linteslint --fix --cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"
  • format:fix:prettierprettier --write --ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json" "!src/skills/**/*.md"
  • postinstallnode scripts/postinstall.js
  • prepacknpm run build
  • preparehusky install node_modules/@netlify/eslint-config-node/.husky/
  • prepublishOnlynpm ci && npm test
  • testrun-s build format test:dev
  • test:cirun-s build test:ci:*
  • test:ci:vitestLOG=0 vitest run --coverage --exclude '**/integration/**'
  • test:devrun-s build test:dev:*
  • test:dev:vitestLOG=0 vitest --exclude '**/integration/**'
  • test:integrationvitest run test/integration/
  • test:integration:claudevitest run test/integration/claude.test.ts
  • test:integration:codexvitest run test/integration/codex.test.ts
  • test:integration:create-stagevitest run test/integration/create.test.ts
  • test:integration:feature-enablementvitest run test/integration/feature-enablement.test.ts
  • test:integration:geminivitest run test/integration/gemini.test.ts
  • test:integration:skill-invocationvitest run test/integration/skill-invocation.test.ts
Dependencies12
  • @anthropic-ai/claude-code2.1.154
  • @anthropic-ai/sdk0.91.1
  • @google/gemini-cli0.42.0
  • @netlify/database-proxy^0.1.5
  • @netlify/otel^6.0.3
  • @netlify/ts-cli^1.2.0
  • @openai/codex0.128.0
  • @opentelemetry/exporter-trace-otlp-grpc0.218.0
  • execa^9.6.1
  • fastify5.8.5
  • minimist^1.2.8
  • openai6.34.0