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
- 3,058Niche · −30% score
- Versions published
- 18Established · −30% score
- First published
- Nov 2023
- Publisher
- netlify-bot
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts29
formatrun-s format:check-fix:*format:check-fix:lintrun-e format:check:lint format:fix:lintformat:check-fix:prettierrun-e format:check:prettier format:fix:prettierformat:check:linteslint "{src,scripts,tests,.github}/**/*.{js,md,html}"format:check:prettierprettier . --check --log-level warnformat:cirun-s format:check:*format:fix:linteslint --fix "{src,scripts,tests,.github}/**/*.{js,md,html}"format:fix:prettierprettier . --write --log-level warnprepublishOnlynpm ci && npm testpretestrun-s pretest:*pretest:democd demo && npm ci && netlify build --cwd . --offlinepretest:fixturesrun-s pretest:fixtures:*pretest:fixtures:angular-17cd tests/fixtures/angular-17 && npm cipretest:fixtures:angular-19-app-enginecd tests/fixtures/angular-19-app-engine && npm cipretest:fixtures:angular-19-app-engine-node-module-resolutioncd tests/fixtures/angular-19-app-engine-node-module-resolution && npm cipretest:fixtures:angular-19-common-enginecd tests/fixtures/angular-19-common-engine && npm cipretest:fixtures:angular-19-prerender-falsecd tests/fixtures/angular-19-prerender-false && npm cipretest:fixtures:angular-20cd tests/fixtures/angular-20 && npm cipretest:fixtures:angular-20-zonelesscd tests/fixtures/angular-20-zoneless && npm cipretest:fixtures:angular-21cd tests/fixtures/angular-21 && npm cipretest:fixtures:angular-22cd tests/fixtures/angular-22 && npm cipretest:fixtures:application-buildercd tests/fixtures/application-builder && npm cipretest:fixtures:browser-buildercd tests/fixtures/browser-builder && npm cipretest:fixtures:missing-angular-depscd tests/fixtures/missing-angular-deps && npm cipretest:fixtures:non-angular-projectcd tests/fixtures/non-angular-project && npm cipretest:fixtures:nx-angular-19-app-enginecd tests/fixtures/nx-angular-19-app-engine && npm cipretest:fixtures:nx-angular-19-common-enginecd tests/fixtures/nx-angular-19-common-engine && npm cipretest:fixtures:prerender-falsecd tests/fixtures/prerender-false && npm citestnode --test
Dependencies2
@netlify/edge-functions^3.0.8semver^7.8.0