PkgRadar

Package evidence

@beach-ai/[email protected]

Credential file access: matched "GITHUB_TOKEN"

Recommended action

Block this update

Static 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"}'
Publisherhoangphamt
Artifact bytes73,516
Previous version0.2.0
Published2026-05-24T09:39:00.548Z
SHA-256fba94628cf609c26335c76a6f6858d09faed000de688d61c8310f8871bcd7a97

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

high
Last checked
highRisk
258Score
0.2.1Version
Status history (1 event)
  1. newavailable · risk high · score 258 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

hoangphamt

9 members · evidence strength 77

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/bin/agents.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/_shared/env.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/_shared/mcp-tools.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/coder/run.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/curator/run.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/reviewer/run.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/spec-author/run.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/test-gen/run.jsmatched "GITHUB_TOKEN"30
Show all 14 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/bin/agents.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/_shared/env.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/_shared/mcp-tools.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/coder/run.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/curator/run.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/reviewer/run.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/spec-author/run.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/test-gen/run.jsmatched "GITHUB_TOKEN"30
lowObfuscationpackage/dist/_shared/mcp-tools.jsmatched "\\u2014"3
lowObfuscationpackage/dist/coder/run.jsmatched "\\u2014"3
lowObfuscationpackage/dist/curator/run.jsmatched "\\u2014"3
lowObfuscationpackage/dist/reviewer/run.jsmatched "\\u2014"3
lowObfuscationpackage/dist/spec-author/run.jsmatched "\\u2014"3
lowObfuscationpackage/dist/test-gen/run.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts6
  • 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; true
  • prepublishOnlypnpm run build
  • smoke:realtsx _shared/test/real.smoke.ts
  • smoke:stubtsx _shared/test/stub.smoke.ts
  • testvitest run --passWithNoTests
  • typechecktsc --noEmit
Dependencies3
  • @anthropic-ai/sdk^0.32.1
  • @octokit/rest^21.0.2
  • zod^3.23.8