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
104
Versions published
23
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 bytes3,088,845
Previous version1.3.5
Published2026-06-07T22:31:28.669Z
SHA-256cef25326564c99961783bdde7fa031e59f54168fe0c27cdbf04b7a68d9bc9379

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
8Score
2.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/mcp/lib/static-artifacts.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/.hacker-bob/knowledge/evaluator-techniques.jsonmatched ".npmrc"3

Manifest

Package metadata

Scripts27
  • check:agent-toolsnode scripts/generate-agent-tools.js --check
  • check:authority-inventorynode scripts/authority-inventory.js --check
  • check:codex-skillnode scripts/generate-codex-skills.js --check
  • check:kimi-skillnode scripts/generate-kimi-roles.js --check
  • check:settingsnode scripts/generate-claude-settings.js --check
  • check:skillnode scripts/generate-hacker-bob-skill.js --check
  • check:skill-protocol-coherencenode scripts/check-skill-protocol-coherence.js
  • check:skill-runtime-constraint-driftnode scripts/check-skill-runtime-constraint-drift.js
  • check:skill-scheduler-coherencenode scripts/check-skill-scheduler-coherence.js
  • check:stigmergy-coherencenode scripts/check-stigmergy-coherence.js
  • 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:cleannode scripts/clean-release-audit.js
  • release:check:dependenciesnode scripts/dependency-freshness.js
  • release:check:registrynode scripts/release-check.js --registry && node scripts/dependency-freshness.js
  • replay:policynode testing/policy-replay/replay.mjs
  • testnpm run check:syntax && npm run check:authority-inventory && 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 release:check:clean && 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/installer-legacy-upgrade.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 && npm run check:codex-skill && npm run check:kimi-skill && npm run check:settings && npm run check:skill-protocol-coherence && npm run check:skill-runtime-constraint-drift && npm run check:skill-scheduler-coherence && npm run check:stigmergy-coherence && node --test test/prompt-contracts.test.js test/skill-protocol-coherence.test.js test/skill-runtime-constraint-drift.test.js test/skill-scheduler-coherence.test.js test/scheduler-preconditions-shape.test.js test/wave-handoff-store-merge-snapshot.test.js test/session-cap.test.js test/report-finalize-remediation.test.js test/stigmergic-consumers-shape.test.js test/stigmergy-coherence.test.js test/single-spawner-topology.test.js
  • test:updatenode --test test/update-check.test.js
Dependencies3
  • @anthropic-ai/claude-agent-sdk^0.3.167
  • proxy-agent^8.0.1
  • psl^1.15.0
Optional dependencies1
  • patchright^1.60.2