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 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":["[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"}'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
Scripts15
build:cjsrollup -c rollup.config.cjscheckgts lint && npm run check:jscheck:jseslint . --ext cjs --ext mjs --ext jscleangts cleancompilerimraf build && tsccoveragec8 report --check-coveragefixgts fix && npm run fix:jsfix:jseslint . --ext cjs --ext mjs --ext js --fixpostbuild:cjsrimraf ./build/index.cjs.d.tspostcompilenpm run build:cjsposttestnpm run checkpreparenpm run compilepretestnpm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjstestc8 mocha --enable-source-maps ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leakstest:esmc8 mocha --enable-source-maps ./test/esm/*.mjs --check-leaks
Dependencies7
cliui^8.0.1escalade^3.1.1get-caller-file^2.0.5require-directory^2.1.1string-width^4.2.3y18n^5.0.5yargs-parser^21.1.1