PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
598
Versions published
11
First published
May 2026
Publisher
n8tz

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishern8tz
Artifact bytes187,063
Previous version2.1.0
Published2026-06-01T12:24:20.509Z
SHA-256d3a52500c84c2c2c5be196323ce751e56683f1ef581a47cd1fc520b38654aed2

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
12Score
2.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/retire.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts5
  • buildnpm run build:linux && npm run build:win
  • build:linuxbun build fad-checker.js --compile --target=bun-linux-x64 --outfile=dist/fad-checker-linux
  • build:macosbun build fad-checker.js --compile --target=bun-darwin-x64 --outfile=dist/fad-checker-macos
  • build:winbun build fad-checker.js --compile --target=bun-windows-x64 --outfile=dist/fad-checker.exe
  • testnode --test test/*.test.js
Dependencies9
  • chalk^4.1.2
  • commander^14.0.1
  • fflate^0.8.3
  • js-yaml^4.1.1
  • p-limit^3.1.0
  • retire^5.4.2
  • rimraf^6.0.1
  • smol-toml^1.6.1
  • xml2js^0.6.2