PkgRadar

Package evidence

@waishnav/[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.

Versions published
2
First published
Jun 2026
Publisher
waishnav

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":["@waishnav/[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":["@waishnav/[email protected]"],"fail_on":"review"}'
Publisherwaishnav
Artifact bytes2,996,205
Previous version1.0.0
Published2026-06-16T21:28:50.761Z
SHA-256fd095a75d19d73c46dcc3574275353e6f17492fb7d5df1fea2cb54d6eda81b17

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
5Score
1.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/ui/assets/ssh-config-BgfXC-Er.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts7
  • buildnpm run clean && npm run build:app && tsc -p tsconfig.build.json
  • build:appvite build
  • cleannode -e "require('node:fs').rmSync('dist', { recursive: true, force: true })"
  • devnode scripts/dev-server.mjs
  • startnode dist/cli.js serve
  • testtsx src/config.test.ts && tsx src/roots.test.ts && tsx src/skills.test.ts && tsx src/workspaces.test.ts && tsx src/review-checkpoints.test.ts
  • typechecktsc -p tsconfig.json --noEmit
Dependencies12
  • @clack/prompts^1.5.1
  • @earendil-works/pi-coding-agent^0.79.4
  • @modelcontextprotocol/ext-apps^1.7.2
  • @modelcontextprotocol/sdk^1.29.0
  • @pierre/diffs^1.2.5
  • better-sqlite3^12.10.0
  • drizzle-orm^0.45.2
  • express^5.2.1
  • react^19.2.6
  • react-dom^19.2.6
  • semver^7.8.4
  • zod^4.4.3