PkgRadar

Package evidence

[email protected]

Credential file access: matched ".ssh"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherbahushruth
Artifact bytes22,165
Previous version0.3.12
Published2026-05-23T13:42:39.094Z
SHA-256f89ee6b3cb0bbe5157c581e818aa9d161519b56d3381e92966afa019c502dc6e

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

high
Last checked
highRisk
96Score
0.4.0Version
Status history (1 event)
  1. newavailable · risk high · score 96 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

bahushruth

2 members · evidence strength 61

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/lib/config.jsmatched ".ssh"30
highCredential file accesspackage/dist/commands/up.jsmatched ".ssh"30
mediumRemote Payloadpackage/dist/commands/up.jsmatched "curl "12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/lib/config.jsmatched ".ssh"30
highCredential file accesspackage/dist/commands/up.jsmatched ".ssh"30
mediumRemote Payloadpackage/dist/commands/up.jsmatched "curl "12
lowObfuscationpackage/dist/commands/exec.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/init.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/logs.jsmatched "\\x1b"3
lowObfuscationpackage/dist/lib/push.jsmatched "\\x00"3
lowObfuscationpackage/dist/commands/run.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/switch.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/sync.jsmatched "\\x00"3
lowObfuscationpackage/dist/lib/watcher.jsmatched "\\x00"3

Manifest

Package metadata

Scripts4
  • buildtsc
  • devtsx src/index.ts
  • prepublishOnlynpm run build
  • startnode dist/index.js
Dependencies11
  • @clack/prompts^1.4.0
  • @types/tar^6.1.13
  • chalk^5.3.0
  • chokidar^5.0.0
  • commander^12.0.0
  • glob^13.0.6
  • open^10.0.0
  • ora^8.0.0
  • tar^7.5.15
  • ws^8.20.1
  • yaml^2.4.0