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":["@beach-ai/[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":["@beach-ai/[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 258 · status changed
Related candidates
Linked campaigns and clusters
hoangphamt
9 members · evidence strength 77Evidence
Static findings
14 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/bin/agents.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/_shared/env.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/_shared/mcp-tools.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/coder/run.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/curator/run.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/reviewer/run.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/spec-author/run.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/test-gen/run.js | matched "GITHUB_TOKEN" | 30 |
Show all 14 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/bin/agents.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/_shared/env.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/_shared/mcp-tools.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/coder/run.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/curator/run.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/reviewer/run.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/spec-author/run.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/test-gen/run.js | matched "GITHUB_TOKEN" | 30 |
| low | Obfuscation | package/dist/_shared/mcp-tools.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/coder/run.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/curator/run.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/reviewer/run.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/spec-author/run.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/test-gen/run.js | matched "\\u2014" | 3 |
Manifest
Package metadata
Scripts5
buildrm -rf dist && esbuild $(ls -1 _shared/*.ts 2>/dev/null | grep -v '\.test\.ts$' | tr '\n' ' ') $(ls -1 */run.ts 2>/dev/null | tr '\n' ' ') --bundle --platform=node --format=esm --target=node20 --outdir=dist --outbase=. --packages=external && for d in */; do [ -f "$d/system-prompt.md" ] && [ -d "dist/${d%/}" ] && cp "$d/system-prompt.md" "dist/${d%/}/"; done; truesmoke:realtsx _shared/test/real.smoke.tssmoke:stubtsx _shared/test/stub.smoke.tstestvitest run --passWithNoTeststypechecktsc --noEmit
Dependencies3
@anthropic-ai/sdk^0.32.1@octokit/rest^21.0.2zod^3.23.8