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":["[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"}'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 240 · status changed
Related candidates
Linked campaigns and clusters
zh-npm
5 members · evidence strength 74Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/instructions.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/templates/.github/workflows/address-feedback.yml | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/templates/.github/workflows/develop.yml | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/templates/.github/git-vibe.yml | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/templates/.github/workflows/investigate.yml | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/templates/.github/workflows/materialize.yml | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/templates/.github/workflows/review.yml | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/templates/.github/workflows/validate.yml | matched "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 buildtestvitest runtypechecktsc --project tsconfig.json --noEmit