PkgRadar

Package evidence

[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
197,991,278Ubiquitous · −70% score
Versions published
262Mature · −50% score
First published
Nov 2013
Publisher
shadowspawn

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":["[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"}'
Publishershadowspawn
Artifact bytes66,108
Previous version17.7.2
Published2026-06-12T03:13:19.285Z
SHA-25620428f4471d4b5f8a7d51b5dd3866d8df835e5b5a37d178819e35469e3de4fb5

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
17.7.3-candidate.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

Scripts15
  • build:cjsrollup -c rollup.config.cjs
  • checkgts lint && npm run check:js
  • check:jseslint . --ext cjs --ext mjs --ext js
  • cleangts clean
  • compilerimraf build && tsc
  • coveragec8 report --check-coverage
  • fixgts fix && npm run fix:js
  • fix:jseslint . --ext cjs --ext mjs --ext js --fix
  • postbuild:cjsrimraf ./build/index.cjs.d.ts
  • postcompilenpm run build:cjs
  • posttestnpm run check
  • preparenpm run compile
  • pretestnpm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs
  • testc8 mocha --enable-source-maps ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks
  • test:esmc8 mocha --enable-source-maps ./test/esm/*.mjs --check-leaks
Dependencies7
  • cliui^8.0.1
  • escalade^3.1.1
  • get-caller-file^2.0.5
  • require-directory^2.1.1
  • string-width^4.2.3
  • y18n^5.0.5
  • yargs-parser^21.1.1