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.

Weekly downloads
513
Versions published
4
First published
May 2026
Publisher
archivelabs

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"}'
Publisherarchivelabs
Artifact bytes139,423
Previous version1.0.4
Published2026-05-23T15:28:44.183Z
SHA-256056cdaba234718908c9b23b61621646c1e0d20edf96d4e0885132a9acd192127

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
5Score
1.0.5Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/dist/cli.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts14
  • buildtsc -p tsconfig.json
  • cinpm run clean && npm run typecheck && npm run build && npm run smoke && npm run test
  • cleannode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})"
  • devtsx watch src/cli.ts
  • lintnpm run typecheck
  • pack:verifynode scripts/verify-pack.mjs
  • prepacknpm run build
  • prepublishOnlynpm run ci && npm run pack:verify
  • smokenode dist/cli.js version && node dist/cli.js help
  • startnode dist/cli.js
  • testnpm run test:integration
  • test:contractnode scripts/test-contract.mjs
  • test:integrationnpm run build && node scripts/run-node-tests.mjs
  • typechecktsc -p tsconfig.json --noEmit
Dependencies6
  • @clack/prompts^1.2.0
  • @napi-rs/keyring^1.3.0
  • chalk^5.6.2
  • commander^14.0.3
  • listr2^10.2.1
  • ora^9.3.0