Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Versions published
- 1
- First published
- May 2026
- Publisher
- gmust
Recommended action
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
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":"review"}'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":"review"}'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 review · score 50 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/collectors/manifestCollector.js | matched "GITHUB_TOKEN" | 30 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/collectors/manifestCollector.js | matched "GITHUB_TOKEN" | 30 |
| low | Credential file access | package/dist/bin.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/env.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/collectors/githubCollector.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/actions/githubComments.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/cli/review.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/workflows/templates.js | matched "GITHUB_TOKEN" | 5 |
Manifest
Package metadata
Scripts10
buildtscdevpnpm tsx src/bin.tsformatprettier --write srcformat:checkprettier --check srclinteslint srclint:fixeslint src --fixprepublishOnlynpm run buildstartnode dist/bin.jstestvitest runtypechecktsc --noEmit
Dependencies8
@anthropic-ai/sdk0.95.2@clack/prompts1.4.0@google/generative-ai0.24.1axios1.15.0dotenv17.4.2express5.2.1openai6.37.0ora9.4.0