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
21
Versions published
10
First published
Apr 2026
Publisher
qling-yes

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"}'
Publisherqling-yes
Artifact bytes280,218
Previous version1.0.9
Published2026-05-27T17:24:23.534Z
SHA-256db287944b4be51a002fec5a5907b46bea9dad9c2839a6e14d501d8b8bda91874

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
1.0.10Version
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/index.jsmatched ".ssh"5

Manifest

Package metadata

Scripts6
  • devnode src/index.js
  • esbuildnode src/esbuild.js
  • loginnpm login --registry=https://registry.npmjs.org/
  • packnpm pack
  • previewnpm run esbuild && node dist/index.js
  • pubnpm run build && npm publish
Dependencies7
  • @inquirer/prompts^7.5.0
  • chalk^5.4.1
  • commander^13.1.0
  • cosmiconfig^9.0.0
  • fs-extra^11.3.0
  • ora^8.1.1
  • simple-git^3.27.0