Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":"high"}'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":"high"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_TOKEN"
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 high · score 222 · status changed
Related candidates
Linked campaigns and clusters
anyi611
2 members · evidence strength 64Evidence
Static findings
14 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/guard.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/plugins/codex-claude-delegate/server/job-runner.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/schema.js | matched "id_rsa" | 30 |
| high | Credential file access | package/dist/server.js | matched ".ssh" | 30 |
| high | Credential file access | package/plugins/codex-claude-delegate/server/server.js | matched "GITHUB_TOKEN" | 30 |
| medium | Remote Payload | package/dist/claude-cli.js | matched "curl " | 12 |
| medium | Remote Payload | package/plugins/codex-claude-delegate/server/job-runner.js | matched "curl " | 12 |
| medium | Obfuscation Density | package/plugins/codex-claude-delegate/server/job-runner.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/plugins/codex-claude-delegate/server/server.js | matched "raw.githubusercontent.com" | 12 |
| medium | Obfuscation Density | package/plugins/codex-claude-delegate/server/server.js | high encoded/escaped-token density | 12 |
Show all 14 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/guard.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/plugins/codex-claude-delegate/server/job-runner.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/schema.js | matched "id_rsa" | 30 |
| high | Credential file access | package/dist/server.js | matched ".ssh" | 30 |
| high | Credential file access | package/plugins/codex-claude-delegate/server/server.js | matched "GITHUB_TOKEN" | 30 |
| medium | Remote Payload | package/dist/claude-cli.js | matched "curl " | 12 |
| medium | Remote Payload | package/plugins/codex-claude-delegate/server/job-runner.js | matched "curl " | 12 |
| medium | Obfuscation Density | package/plugins/codex-claude-delegate/server/job-runner.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/plugins/codex-claude-delegate/server/server.js | matched "raw.githubusercontent.com" | 12 |
| medium | Obfuscation Density | package/plugins/codex-claude-delegate/server/server.js | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/plugins/codex-claude-delegate/server/job-runner.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/schema.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/dist/server.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/plugins/codex-claude-delegate/server/server.js | matched "\\u2028" | 3 |
Manifest
Package metadata
Scripts16
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.mjsdevtsx src/cli.tsprepublishOnlynpm run build && npm run typecheck && npm test && npm run build:plugin && npm run check:plugin && npm run audit:docs && npm run check:releasereleasenpm version patch --no-git-tag-version && npm publish --access publicrelease:majornpm version major --no-git-tag-version && npm publish --access publicrelease:minornpm version minor --no-git-tag-version && npm publish --access publicstartnode dist/cli.jstestvitest 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