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
- 232
- Versions published
- 25
- First published
- Apr 2026
- Publisher
- neevparikh
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":["@neevparikh/[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":["@neevparikh/[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 28 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cli/remote/providers/byo-host.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/config.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cli/remote/providers/ec2.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cli/commands/preflight.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cli/remote/secrets.js | matched ".aws/" | 5 |
| low | Credential file access | package/pirouette.toml | matched ".ssh/" | 3 |
Manifest
Package metadata
Scripts17
buildnpm run vendor && tsc -p tsconfig.build.json && node scripts/post-build.mjscleanrm -rf distdevnpm run vendor && tsx src/cli/index.ts serverprepublishOnlynpm run clean && npm run typecheck && npm test && npm run buildprutsx src/cli/index.tsspike:session:inspecttsx src/spikes/session-resume.ts inspectspike:session:newtsx src/spikes/session-resume.ts newspike:session:resettsx src/spikes/session-resume.ts resetspike:session:resumetsx src/spikes/session-resume.ts resumespike:stream:clienttsx src/spikes/event-streaming.ts clientspike:stream:resettsx src/spikes/event-streaming.ts resetspike:stream:servetsx src/spikes/event-streaming.ts servetestvitest runtest:watchvitestthemesnode scripts/generate-themes.mjstypechecktsc --noEmitvendornode scripts/vendor.mjs
Dependencies4
@earendil-works/pi-coding-agent^0.74.0commander^13.1.0smol-toml^1.6.1ws^8.18.3