PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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 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"}'
Artifact bytes24,134,786
Previous version3.0.75
Published2026-05-29T00:38:26.688Z
SHA-25624af934154c3c21500e7c51a1f0c903450ac79a53a2496a4b31bfd7bf41507b7

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

review
Last checked
reviewRisk
1Score
3.0.76Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/sync/registry.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts13
  • benchnpm run build && node ./benchmark/bench.js
  • bootstrapnpm run build && node ./build/bin/index.js bootstrap
  • buildrimraf ./build && tsc --project ./tsconfig.json && chmod +x ./build/bin/index.js
  • coveragec8 --reporter=text --reporter=lcovonly tsx --test ./test/*.test.ts
  • lintnpm run lint:package && npm run lint:source
  • lint:packagenpmPkgJsonLint .
  • lint:sourceESLINT_USE_FLAT_CONFIG=false eslint src test --ext .ts
  • prepacknpm run build
  • releasenpm publish
  • syncnpm run build && node ./build/bin/index.js sync
  • testtsx --test ./test/*.test.ts
  • test:packnpm run build && npm_config_cache=/tmp/all-package-names-npm-cache node ./scripts/test-pack.mjs
  • typechecknpm run build && tsc --project ./test/tsconfig.json
Dependencies6
  • clee^0.2.9
  • file-exists-safe^3.0.0
  • ora^8.2.0
  • p-lock^4.0.0
  • read-json-safe^3.0.0
  • tar^7.4.3