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
9
First published
Jan 2026
Publisher
packet-ai

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"}'
Publisherpacket-ai
Artifact bytes12,954
Previous version1.1.0
Published2026-05-25T07:47:33.018Z
SHA-256c6a3a06fa89f436faa8034e8c82cf657262329f7b79016cee78eb26943b5686f

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/commands/ssh.jsmatched ".ssh"30
mediumRemote Payloadpackage/dist/commands/setup.jsmatched "curl "12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/commands/ssh.jsmatched ".ssh"30
mediumRemote Payloadpackage/dist/commands/setup.jsmatched "curl "12
lowCredential file accesspackage/dist/index.jsmatched ".ssh"5
lowCredential file accesspackage/dist/commands/launch.jsmatched ".ssh"5
lowCredential file accesspackage/dist/commands/logs.jsmatched ".ssh"5
lowCredential file accesspackage/dist/commands/setup.jsmatched ".ssh"5
lowObfuscationpackage/dist/commands/logs.jsmatched "\\x1B"3

Manifest

Package metadata

Scripts4
  • buildtsc
  • devtsc --watch
  • prepublishOnlynpm run build
  • startnode dist/index.js
Dependencies6
  • chalk^5.3.0
  • cli-table3^0.6.5
  • commander^12.1.0
  • conf^13.0.1
  • open^10.1.0
  • ora^8.1.1