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
17,458Mainstream · −50% score
Versions published
232Mature · −50% score
First published
Mar 2024
Publisher
netlify-bot

Effective trust discount applied: 50% (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 bytes559,059
Previous version1.9.1-pre.ecd7edc
Published2025-06-16T15:51:05.654Z
SHA-256de8082d552ba047e65eaa89956359c98b5458f7af7ec25aa9df33edf0a420a17

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
2Score
1.9.1Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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

Scripts15
  • buildtsc --build tsconfig.build.json
  • build:internal-pluginscopyfiles -u 1 src/internal-plugins/**/package.json dist
  • build:rawfilescopyfiles -u 1 src/internal-plugins/**/raw_* dist
  • build:watchpnpm run build --watch
  • cleanrm -rf dist/ && rm -rf cache-dir/commonjs && rm -f *.tsbuildinfo
  • clean-test-bundlesfind test/ -type f -name bundle.js* -exec rm -rf {} +
  • postbuildnode scripts/output-api-file.mjs
  • postinstallnode scripts/postinstall.js
  • prebuildpnpm run clean && pnpm run build:internal-plugins && pnpm run build:rawfiles
  • testpnpm run test:unit && pnpm run test:integration
  • test:coveragepnpm run test:unit --coverage && pnpm run test:integration --coverage
  • test:integrationjest --config jest.integration.config.js --runInBand integration-tests
  • test:unitjest
  • typechecktsc --noEmit
  • watchpnpm run build:watch
Dependencies90
  • @babel/code-frame^7.18.6
  • @babel/types^7.20.7
  • @jridgewell/trace-mapping^0.3.17
  • @netlify/content-engine-graphiql-explorer1.1.0
  • @pnpm/exec^2.0.0
  • address1.2.2
  • async-mutex^0.5.0
  • axios^1.7.7
  • better-opn^2.1.1
  • cache-manager^2.11.1
  • chalk^4.1.2
  • ci-info^2.0.0
  • common-tags^1.8.2
  • compression^1.7.4
  • convert-hrtime^3.0.0
  • cors^2.8.5
  • detect-port^1.5.1
  • devcert^1.2.2
  • enhanced-resolve^5.12.0
  • execa^5.1.1
  • express^4.18.2
  • fastest-levenshtein^1.0.16
  • fastq^1.15.0
  • file-type16.5.4
  • flatted^3.3.1
  • fs-exists-cached1.0.0
  • fs-extra^11.1.1
  • glob^10.4.5
  • globby^11.1.0
  • got^11.8.6
  • …and 60 more.