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
ezboom1111

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"}'
Publisherezboom1111
Artifact bytes638,049
Previous versionnone
Published2026-06-05T10:43:54.089Z
SHA-2561f424d9b614be537b2109fd330cb3c6cf3661f30c2dc5a3e9df1a0c6f71eeb88

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.6.1Version
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/secret-scan.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts29
  • boundariesnode scripts/check-boundaries.mjs
  • buildtsc -p tsconfig.json
  • check:browsernode scripts/check-browser.mjs
  • critique:completenode ./dist/cli.js critique-complete
  • critique:nextnode ./dist/cli.js critique-next
  • evidence:runnode ./dist/cli.js evidence-run
  • lintbiome check
  • lint:fixbiome check --write
  • prepacknpm run build
  • prepublishOnlynpm run verify
  • qanode scripts/qa-sectors.mjs && node scripts/qa-fuzz.mjs
  • qa:fuzznode scripts/qa-fuzz.mjs
  • qa:sectorsnode scripts/qa-sectors.mjs
  • ratchetnode scripts/ratchet-coverage.mjs
  • scorecardnode scripts/generate-scorecard.mjs
  • smokenode ./dist/cli.js smoke
  • smoke:medianode ./dist/cli.js smoke-media
  • smoke:proxynode ./dist/cli.js smoke-proxy
  • smoke:webnode ./dist/cli.js smoke-web --timeout-ms 10000
  • statusnode scripts/generate-status.mjs
  • testvitest run
  • test:civitest run --coverage --reporter=default --reporter=json --outputFile=.status/vitest-result.json
  • test:coveragevitest run --coverage
  • test:ocr-integrationvitest run --config vitest.ocr.config.ts
  • test:official-apivitest run --config vitest.official-api.config.ts
  • test:tarballnode scripts/test-tarball.mjs
  • test:unitvitest run tests/lease-manager.test.ts tests/artifact-writer.test.ts
  • typechecktsc --noEmit -p tsconfig.check.json
  • verifynpm run build && npm run typecheck && npm run lint && npm run boundaries && npm run check:browser && npm run test:ci && npm run ratchet && npm run smoke && npm run smoke:web && npm run smoke:media && npm run smoke:proxy && npm run test:tarball && npm audit --audit-level=moderate && npm run status && npm run scorecard
Dependencies3
  • @modelcontextprotocol/sdk^1.29.0
  • playwright^1.60.0
  • zod^4.1.13
Optional dependencies1
  • tesseract.js^7.0.0