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.
- Versions published
- 999Mature · −50% score
- First published
- Sep 2020
- Publisher
- GitHub ActionsTrusted automation · −70% score
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
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_TOKEN"
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 review · score 1 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/build/sync/registry.js | matched "GITHUB_TOKEN" | 5 |
Manifest
Package metadata
Scripts13
benchnpm run build && node ./benchmark/bench.jsbootstrapnpm run build && node ./build/bin/index.js bootstrapbuildrimraf ./build && tsc --project ./tsconfig.json && chmod +x ./build/bin/index.jscoveragec8 --reporter=text --reporter=lcovonly tsx --test ./test/*.test.tslintnpm run lint:package && npm run lint:sourcelint:packagenpmPkgJsonLint .lint:sourceESLINT_USE_FLAT_CONFIG=false eslint src test --ext .tsprepacknpm run buildreleasenpm publishsyncnpm run build && node ./build/bin/index.js synctesttsx --test ./test/*.test.tstest:packnpm run build && npm_config_cache=/tmp/all-package-names-npm-cache node ./scripts/test-pack.mjstypechecknpm run build && tsc --project ./test/tsconfig.json
Dependencies6
clee^0.2.9file-exists-safe^3.0.0ora^8.2.0p-lock^4.0.0read-json-safe^3.0.0tar^7.4.3