PkgRadar

Package evidence

@netlify/[email protected]

no findings

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 monitoring

No 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"}'
Publishernetlify-bot
Artifact bytes15,883
Previous version3.0.1
Published2026-06-01T12:49:33.373Z
SHA-25607daa44916a7558819f28afcc051e96e7bfa8d7081023e5e2c3b4b418047f2d7

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

low
Last checked
lowRisk
0Score
4.0.0Version
Status history (1 event)
  1. newavailable · 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:lint
  • format:check-fix:prettierrun-e format:check:prettier format:fix:prettier
  • format:check:linteslint "{src,scripts,tests,.github}/**/*.{js,md,html}"
  • format:check:prettierprettier . --check --log-level warn
  • format:cirun-s format:check:*
  • format:fix:linteslint --fix "{src,scripts,tests,.github}/**/*.{js,md,html}"
  • format:fix:prettierprettier . --write --log-level warn
  • prepublishOnlynpm ci && npm test
  • pretestrun-s pretest:*
  • pretest:democd demo && npm ci && netlify build --cwd . --offline
  • pretest:fixturesrun-s pretest:fixtures:*
  • pretest:fixtures:angular-17cd tests/fixtures/angular-17 && npm ci
  • pretest:fixtures:angular-19-app-enginecd tests/fixtures/angular-19-app-engine && npm ci
  • pretest:fixtures:angular-19-app-engine-node-module-resolutioncd tests/fixtures/angular-19-app-engine-node-module-resolution && npm ci
  • pretest:fixtures:angular-19-common-enginecd tests/fixtures/angular-19-common-engine && npm ci
  • pretest:fixtures:angular-19-prerender-falsecd tests/fixtures/angular-19-prerender-false && npm ci
  • pretest:fixtures:angular-20cd tests/fixtures/angular-20 && npm ci
  • pretest:fixtures:angular-20-zonelesscd tests/fixtures/angular-20-zoneless && npm ci
  • pretest:fixtures:angular-21cd tests/fixtures/angular-21 && npm ci
  • pretest:fixtures:angular-22cd tests/fixtures/angular-22 && npm ci
  • pretest:fixtures:application-buildercd tests/fixtures/application-builder && npm ci
  • pretest:fixtures:browser-buildercd tests/fixtures/browser-builder && npm ci
  • pretest:fixtures:missing-angular-depscd tests/fixtures/missing-angular-deps && npm ci
  • pretest:fixtures:non-angular-projectcd tests/fixtures/non-angular-project && npm ci
  • pretest:fixtures:nx-angular-19-app-enginecd tests/fixtures/nx-angular-19-app-engine && npm ci
  • pretest:fixtures:nx-angular-19-common-enginecd tests/fixtures/nx-angular-19-common-engine && npm ci
  • pretest:fixtures:prerender-falsecd tests/fixtures/prerender-false && npm ci
  • testnode --test
Dependencies2
  • @netlify/edge-functions^3.0.8
  • semver^7.8.0