PkgRadar

Package evidence

[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
1
First published
Jun 2026
Publisher
johnsnm

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"}'
Publisherjohnsnm
Artifact bytes40,188
Previous versionnone
Published2026-06-08T21:14:14.287Z
SHA-2566e53c6bb73bece0bbcd6cac4a4600d11408f19cc87cdfbe10c12c569ad6e44aa

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.0Version
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/patterns/secrets.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts6
  • buildtsc && mkdir -p dist/web/public && cp -r src/web/public/* dist/web/public/
  • clits-node src/cli/index.ts
  • devts-node src/index.ts
  • startnode dist/web/server.js
  • testts-node src/test-scan.ts
  • webts-node src/web/server.ts
Dependencies6
  • chalk^4.1.2
  • express^5.2.1
  • glob^10.3.10
  • ignore^5.3.1
  • multer^2.1.1
  • unzipper^0.12.3