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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/mcp/lib/static-artifacts.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts17
check:agent-toolsnode scripts/generate-agent-tools.js --checkcheck:skillnode scripts/generate-bountyagent-skill.js --checkcheck:syntaxfind mcp .claude/hooks -type f -name '*.js' -print0 | xargs -0 -n1 node --checkinstall-browsernpx patchright install chromiumrelease:checknode scripts/release-check.jsrelease:check:registrynode scripts/release-check.js --registryreplay:policynode testing/policy-replay/replay.mjstestnpm 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:hookstest:adapter-detectionnode --test test/adapter-detection.test.jstest:clinode --test test/cli.test.jstest:hookspython3 test/test-write-guard.py && python3 test/test-read-guard.pytest:installnode --test test/install-smoke.test.jstest:mcpnode scripts/run-mcp-tests.jstest:packagenode --test test/package.test.jstest:policy-replaynode --test test/policy-replay.test.jstest:promptsnpm run check:agent-tools && npm run check:skill && node --test test/prompt-contracts.test.jstest:updatenode --test test/update-check.test.js
Dependencies2
@anthropic-ai/claude-agent-sdk^0.2.132proxy-agent^8.0.1
Optional dependencies1
patchright^1.59.4