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,159
Previous version1.0.8
Published2026-04-11T17:19:57.955Z
SHA-256ade167ea5645c5163f89912d9db177d7cc3271ae228e6ee08e9e04d5c72a591f

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.9Version
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