PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
3
First published
Jun 2026
Publisher
imthegoodboy

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"}'
Publisherimthegoodboy
Artifact bytes253,646
Previous version0.1.1
Published2026-06-07T19:54:15.127Z
SHA-2562cb1360774b5bc6b70dd70da41fcde61b40bfe9cc8ad7fe9dd5767f334779153

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.1.2Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/package.jsonmatched ".npmrc"3

Manifest

Package metadata

Scripts14
  • buildnode scripts/clean-dist.mjs && tsc -p tsconfig.json && node scripts/normalize-cli-entry.mjs
  • checknpm run verify:secrets && npm run verify:dependencies && npm run build && npm test && npm run verify:cli && npm run verify:package && node dist/index.js --help && npm run verify:audit && npm pack --dry-run && npm run verify:publish-dry-run
  • devtsx src/index.ts
  • prepacknpm run build
  • prepare:browsersplaywright install chromium
  • testvitest run
  • verify:auditnpm audit --omit=dev
  • verify:clinode scripts/verify-cli.mjs
  • verify:dependenciesnode scripts/verify-dependencies.mjs
  • verify:livenode scripts/verify-live-flow.mjs
  • verify:live:reportnode scripts/verify-live-report.mjs
  • verify:packagenode scripts/verify-package.mjs
  • verify:publish-dry-runnpm publish --dry-run --access public
  • verify:secretsnode scripts/verify-secrets.mjs
Dependencies12
  • @inquirer/prompts^7.10.1
  • better-sqlite3^12.10.0
  • chalk^5.6.2
  • commander^14.0.2
  • fuse.js^7.1.0
  • jsqr^1.4.0
  • ora^9.0.0
  • pino^10.1.0
  • playwright^1.57.0
  • pngjs^7.0.0
  • qrcode^1.5.4
  • zod^4.1.13