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
- 241
- Versions published
- 15
- First published
- May 2026
- Publisher
- anyi611
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":["@anyi61/[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":["@anyi61/[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 25 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/guard.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/plugins/codex-claude-delegate/server/job-runner.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/schema.js | matched "id_rsa" | 5 |
| low | Credential file access | package/dist/server.js | matched ".ssh/" | 5 |
| low | Credential file access | package/plugins/codex-claude-delegate/server/server.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Obfuscation Density | package/plugins/codex-claude-delegate/server/job-runner.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/plugins/codex-claude-delegate/server/server.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts20
audit:docsnode scripts/audit-docs.mjsbuildtscbuild:pluginesbuild src/server.ts src/job-runner.ts --bundle --platform=node --target=node22 --format=esm --packages=bundle --outdir=plugins/codex-claude-delegate/server --outbase=srccheck:pluginnode scripts/check-plugin.mjscheck:releasenode scripts/check-release-assets.mjscheck:release:installnode scripts/check-release-install-smoke.mjscheck:release:metadatanode scripts/check-release-metadata.mjsdevtsx src/cli.tsprepublishOnlynpm run build && npm run typecheck && npm test && npm run security:grep && npm run build:plugin && npm run check:plugin && npm run audit:docs && npm run check:release && npm run check:release:installreleasenpm version patch --no-git-tag-version && npm run sync:plugin-version && npm publish --access publicrelease:majornpm version major --no-git-tag-version && npm run sync:plugin-version && npm publish --access publicrelease:minornpm version minor --no-git-tag-version && npm run sync:plugin-version && npm publish --access publicsecurity:grepnode scripts/security-grep.mjsstartnode dist/cli.jssync:plugin-versionnode scripts/sync-plugin-version.mjstestvitest runtest:watchvitesttypechecktsc --noEmituninstallnpm run build && node scripts/uninstall-plugin.mjsuninstall:dry-runnode scripts/uninstall-plugin.mjs --dry-run
Dependencies2
@modelcontextprotocol/sdk^1.0.0zod^4.4.2