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 bytes6,736
Previous version3.0.0
Published2026-05-24T02:04:51.439Z
SHA-25663f0491694b1a526f9203e0302b12aed2f02fa1c6de4ba1046eead11e1d574cc

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

zh-npm

5 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/instructions.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/templates/.github/workflows/address-feedback.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/templates/.github/workflows/develop.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/templates/.github/git-vibe.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/templates/.github/workflows/investigate.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/templates/.github/workflows/materialize.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/templates/.github/workflows/review.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/templates/.github/workflows/validate.ymlmatched "GITHUB_TOKEN"30

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