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
407
Versions published
16
First published
Apr 2026
Publisher
anak10thn

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"}'
Publisheranak10thn
Artifact bytes1,195,870
Previous version0.8.3
Published2026-06-16T11:42:00.096Z
SHA-25638788fd0d873308b1a0e0bef70d663c4550ec39444f3609f74c2bba02be2e57a

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/apis/projects/orchestration-run.jsmatched ".ssh/"30
highCredential file accesspackage/lib/sandbox-git.jsmatched ".ssh/"30
highCredential file accesspackage/lib/sandbox.jsmatched "id_rsa"30
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/apis/projects/orchestration-run.jsmatched ".ssh/"30
highCredential file accesspackage/lib/sandbox-git.jsmatched ".ssh/"30
highCredential file accesspackage/lib/sandbox.jsmatched "id_rsa"30
lowCredential file accesspackage/hooks/opencode/plugin.jsmatched "id_rsa"5
lowCredential file accesspackage/client/dist/assets/ProjectSettingsView-Cws6Slcn.jsmatched ".ssh/"5
lowCredential file accesspackage/client/dist/assets/SettingsView-C19XWIXv.jsmatched ".ssh/"5
lowCredential file accesspackage/hooks/claude/block-secret-commands.shmatched "id_rsa"5
lowCredential file accesspackage/hooks/claude/sanitize-output.shmatched "aws_secret_access_key"5
lowCredential file accesspackage/hooks/pi/jonggrang-extension.tsmatched "id_rsa"5

Manifest

Package metadata

Scripts8
  • buildcd client && npm install && npm run build
  • checkbash scripts/check.sh
  • check:quickbash scripts/check.sh --quick
  • check:syntaxbash scripts/check.sh --syntax-only
  • devnodemon server.js
  • install:allnpm install && cd client && npm install
  • startbash scripts/ensure-build.sh && node server.js
  • testnode test/backend-args.test.js && node test/orchestration-output-files.test.js
Dependencies9
  • @clack/prompts^0.7.0
  • @earendil-works/pi-coding-agent^0.74.2
  • chokidar^4.0.3
  • cors^2.8.5
  • express^4.21.2
  • http-proxy^1.18.1
  • js-yaml^4.1.1
  • node-pty^1.1.0
  • socket.io^4.8.1