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
2
First published
Jun 2026
Publisher
qiaolei

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"}'
Publisherqiaolei
Artifact bytes8,391
Previous version0.0.3
Published2026-06-11T06:58:00.892Z
SHA-256af3d273d0613e8b8102d9cdcb9c653df0f9e3ad7bf0a1085360630f957ca45e1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/config/index.jsmatched ".ssh/"10
mediumCredential file accesspackage/dist/lib/ssh.jsmatched ".ssh/"10

Manifest

Package metadata

Scripts5
  • buildtsc && chmod +x dist/index.js
  • devtsx src/index.ts
  • prepublishOnlynpm run build
  • testvitest run
  • test:watchvitest
Dependencies4
  • commander^12.0.0
  • dotenv^17.4.2
  • eventsource^4.1.0
  • ws^8.21.0