PkgRadar

Package evidence

@fastify/[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
1,324,513Ubiquitous · −70% score
Versions published
29Mature · −50% score
First published
Apr 2022
Publisher
fdawgs

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

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":["@fastify/[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":["@fastify/[email protected]"],"fail_on":"review"}'
Publisherfdawgs
Artifact bytes27,857
Previous version10.2.1
Published2025-01-10T18:37:47.873Z
SHA-256962b02eb128385dd8c8c970da82799ba0ac2e7365658f206a0998984594476e0

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
10.2.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts6
  • linteslint
  • lint:fixeslint --fix
  • redisdocker run -p 6379:6379 --name rate-limit-redis -d --rm redis
  • testnpm run test:unit && npm run test:typescript
  • test:typescripttsd
  • test:unitc8 --100 node --test
Dependencies3
  • @lukeed/ms^2.0.2
  • fastify-plugin^5.0.0
  • toad-cache^3.7.0