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.
- Weekly downloads
- 804
- Versions published
- 20
- First published
- May 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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 ".ssh/"
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 1 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/web/assets/ssh-config-_ykCGR6B.js | matched ".ssh/" | 5 |
| low | Large Javascript Payload | package/dist/bin.js | 3841287 bytes | 0 |
| low | Large Javascript Payload | package/dist/web/assets/index-DLDzMk3j.js | 2808114 bytes | 0 |
Manifest
Package metadata
Scripts8
buildbun run --filter=@helm/ui generate:version && bun run --filter=@helm/web build && bun scripts/build-web.ts && bun run scripts/generate-version.ts && bun build src/bin.ts --target=node --outdir=dist --banner='#!/usr/bin/env node' --external=@anthropic-ai/claude-agent-sdk --external=grammy --external=@vscode/ripgrep --external=undici --external=node-pty && chmod +x dist/bin.js && bun run scripts/copy-bundled-plugins.tsdevtsx watch src/bin.ts daemon startprepublishOnlybun run buildreleasebash scripts/preflight-release.sh && bumpp patch --yes --execute "bash -c 'cd ../.. && bun install'" --all --tag "cli-v%s" --commit "chore(cli): release v%s" package.jsonrelease:canarybash scripts/preflight-release.sh && bumpp prerelease --preid canary --yes --execute "bash -c 'cd ../.. && bun install'" --all --tag "cli-v%s" --commit "chore(cli): release canary v%s" package.jsontestvitesttest:runvitest runtypechecktsc --noEmit
Dependencies10
@anthropic-ai/claude-agent-sdk~0.3.161@clack/prompts^0.11.0@vscode/ripgrep^1.15.0diff^9.0.0fast-glob^3.3.0grammy^1.42.0qrcode-terminal^0.12.0selfsigned^2.4.1tar^7.0.0undici^6.0.0
Optional dependencies1
node-pty^1.0.0