PkgRadar

Package evidence

[email protected]

Credential file access: matched ".ssh"

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"}'
Publisherzhanxiangli
Artifact bytes37,250
Previous version3.0.1-beta.11
Published2026-05-25T06:24:45.287Z
SHA-2566ff0c81f9ae872d1bdcbcdf57169c62bf9438a72306eecad11b5dd54649ebad1

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".ssh"5
lowObfuscationpackage/dist/crypto-utils.jsmatched "Buffer.from(payload, \"base64"3

Manifest

Package metadata

Scripts4
  • buildtsc && chmod +x dist/index.js
  • cleanrm -rf dist
  • devtsc --watch
  • prepublishOnlynpm run build
Dependencies1
  • commander^14.0.3