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
1
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,995,548
Previous versionnone
Published2026-06-16T19:28:21.241Z
SHA-256b1bca38082be6196679b63c5df39230cbf0e1b32abd1154cd48f3bb31dcb31bc

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.0Version
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

Scripts9
  • 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 })"
  • devtsx watch src/cli.ts serve
  • release:buildnode scripts/build-release.mjs
  • release:startnode scripts/ensure-native-deps.mjs && node releases/current/dist/cli.js serve
  • 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