PkgRadar

Package evidence

[email protected]

Credential file access: matched "id_rsa"

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
11
Versions published
41
First published
Apr 2026
Publisher
yuanguangshan

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"}'
Publisheryuanguangshan
Artifact bytes27,485,904
Previous version6.58.0
Published2026-06-12T17:36:15.923Z
SHA-25679e76cfefd3cbe064ebce68ef2f1514c12da6d090e176e967fe065415d750ffe

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
20Score
6.59.0Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/bin/knowly.jsmatched "id_rsa"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/bin/knowly.jsmatched "id_rsa"10
lowInstall-time lifecycle scriptpackage.jsoninstall="node scripts/install.js"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts6
  • buildnode scripts/build.js
  • installnode scripts/install.js
  • postinstallnode scripts/postinstall.js
  • prepublishOnlynpm run build
  • preuninstallnode scripts/preuninstall.js
  • startnode bin/knowly.js start
Dependencies4
  • chalk^4.1.2
  • commander^11.1.0
  • inquirer^9.2.12
  • ora^5.4.1