PkgRadar

Package evidence

@neevparikh/[email protected]

Credential file access: matched ".ssh/"

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 promoting

Mixed 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"}'
Publisherneevparikh
Artifact bytes563,668
Previous version0.14.1
Published2026-05-29T17:40:43.208Z
SHA-256bf361fec2f99c34935573977aaf4d40ae808c3c2a46d39af579c2b9c78069bdb

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

review
Last checked
reviewRisk
28Score
0.14.2Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/remote/providers/byo-host.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/config.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/cli/remote/providers/ec2.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/cli/commands/preflight.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/cli/remote/secrets.jsmatched ".aws/"5
lowCredential file accesspackage/pirouette.tomlmatched ".ssh/"3

Manifest

Package metadata

Scripts17
  • buildnpm run vendor && tsc -p tsconfig.build.json && node scripts/post-build.mjs
  • cleanrm -rf dist
  • devnpm run vendor && tsx src/cli/index.ts server
  • prepublishOnlynpm run clean && npm run typecheck && npm test && npm run build
  • prutsx src/cli/index.ts
  • spike:session:inspecttsx src/spikes/session-resume.ts inspect
  • spike:session:newtsx src/spikes/session-resume.ts new
  • spike:session:resettsx src/spikes/session-resume.ts reset
  • spike:session:resumetsx src/spikes/session-resume.ts resume
  • spike:stream:clienttsx src/spikes/event-streaming.ts client
  • spike:stream:resettsx src/spikes/event-streaming.ts reset
  • spike:stream:servetsx src/spikes/event-streaming.ts serve
  • testvitest run
  • test:watchvitest
  • themesnode scripts/generate-themes.mjs
  • typechecktsc --noEmit
  • vendornode scripts/vendor.mjs
Dependencies4
  • @earendil-works/pi-coding-agent^0.74.0
  • commander^13.1.0
  • smol-toml^1.6.1
  • ws^8.18.3