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.

Weekly downloads
135
Versions published
22
First published
Apr 2026
Publisher
vmihalis

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"}'
Publishervmihalis
Artifact bytes2,363,264
Previous version1.3.3
Published2026-05-13T19:17:08.088Z
SHA-256cfe865918e28729890562a263cda2ea87750fad7018b60c3be7dbf3ec3874929

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
1.3.4Version
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/mcp/lib/static-artifacts.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts17
  • check:agent-toolsnode scripts/generate-agent-tools.js --check
  • check:skillnode scripts/generate-bountyagent-skill.js --check
  • check:syntaxfind mcp .claude/hooks -type f -name '*.js' -print0 | xargs -0 -n1 node --check
  • install-browsernpx patchright install chromium
  • release:checknode scripts/release-check.js
  • release:check:registrynode scripts/release-check.js --registry
  • replay:policynode testing/policy-replay/replay.mjs
  • testnpm run check:syntax && npm run test:mcp && npm run test:prompts && npm run test:install && npm run test:update && npm run test:cli && npm run test:adapter-detection && npm run test:package && npm run test:policy-replay && npm run test:hooks
  • test:adapter-detectionnode --test test/adapter-detection.test.js
  • test:clinode --test test/cli.test.js
  • test:hookspython3 test/test-write-guard.py && python3 test/test-read-guard.py
  • test:installnode --test test/install-smoke.test.js
  • test:mcpnode scripts/run-mcp-tests.js
  • test:packagenode --test test/package.test.js
  • test:policy-replaynode --test test/policy-replay.test.js
  • test:promptsnpm run check:agent-tools && npm run check:skill && node --test test/prompt-contracts.test.js
  • test:updatenode --test test/update-check.test.js
Dependencies2
  • @anthropic-ai/claude-agent-sdk^0.2.132
  • proxy-agent^8.0.1
Optional dependencies1
  • patchright^1.59.4