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.

Versions published
46
First published
May 2026
Publisher
letspaddock

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"}'
Publisherletspaddock
Artifact bytes123,575
Previous version0.2.38
Published2026-06-01T12:58:23.262Z
SHA-256877564d7a5d3c88829e0838d21b08eb4e72dc0e5bb8c19235f7f4bde1ee033d7

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
0.2.39Version
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/commands/standby.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts7
  • buildtsc -p tsconfig.json
  • devtsx src/bin.ts
  • prebuildpnpm --filter @m-terminal/protocol build
  • predevpnpm --filter @m-terminal/protocol build
  • pretypecheckpnpm --filter @m-terminal/protocol build
  • startnode dist/bin.js
  • typechecktsc -p tsconfig.json --noEmit
Dependencies5
  • @xterm/headless^6.0.0
  • commander^14.0.2
  • qrcode-terminal^0.12.0
  • ssh2^1.17.0
  • ws^8.18.3
Optional dependencies1
  • node-pty^1.1.0