PkgRadar

Package evidence

[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
17
Versions published
61
First published
May 2026
Publisher
codebase-foundation

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":["[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"}'
Artifact bytes288,974
Previous version2.0.0-pre.64
Published2026-05-18T17:04:53.059Z
SHA-2569ee9253304482493dc55755661893c197e98fb0d4bcb05dfb9e8a503ab76e876

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/ssh/cli.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/tools/ssh-exec.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts15
  • benchnode bench/run.mjs
  • bench:microvitest bench --run
  • bench:reportnode bench/aggregate.mjs
  • buildtsc && shx chmod +x dist/cli.js
  • checknpm run typecheck && npm run lint && npm test
  • cleanshx rm -rf dist
  • devtsx src/cli.tsx
  • formatbiome format --write src/
  • lintbiome check src/
  • lint:fixbiome check --write src/
  • prepacknpm run build
  • prepublishOnlynpm run clean && npm run check && npm run build
  • testvitest --run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies11
  • @earendil-works/pi-agent-core0.74.0
  • @earendil-works/pi-ai0.74.0
  • @types/diff^7.0.2
  • @types/proper-lockfile^4.1.4
  • diff^9.0.0
  • glob^13.0.1
  • ignore^7.0.0
  • ink^5.2.1
  • proper-lockfile^4.1.2
  • react^18.3.1
  • typebox^1.1.24