PkgRadar

Package evidence

[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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherzh-npm
Artifact bytes7,304
Previous version3.0.3
Published2026-05-25T02:16:20.051Z
SHA-256c3bd583002c56901b7c685b1a1932ccfa74fce7a83c110c85450ed053f408e79

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
63Score
3.1.0Version
Status history (1 event)
  1. newavailable · risk high · score 63 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

zh-npm

5 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/github-api.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/instructions.jsmatched "GITHUB_TOKEN"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/github-api.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/instructions.jsmatched "GITHUB_TOKEN"30
lowObfuscationpackage/dist/consumer-starter.jsmatched "Buffer.from(encodedContent, \"base64"3

Manifest

Package metadata

Scripts4
  • buildtsc --project tsconfig.build.json && node -e "require('node:fs').chmodSync('dist/cli.js', 0o755)"
  • checkprettier --check . && eslint . && corepack pnpm typecheck && corepack pnpm test && corepack pnpm build
  • testvitest run
  • typechecktsc --project tsconfig.json --noEmit