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"}'
Artifact bytes9,008
Previous version1.2.0
Published2026-05-25T03:27:46.253Z
SHA-2564314a108d9d6173bba1b1f62567144f9e7b8bd419365061833638f1e4823d15a

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
222Score
1.2.1Version
Status history (1 event)
  1. newavailable · risk high · score 222 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

scott-mccartney

3 members · evidence strength 66

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/config.jsmatched ".ssh"30
highCredential file accesspackage/dist/commands/deploy.jsmatched ".ssh"30
highCredential file accesspackage/dist/index.jsmatched ".ssh"30
highCredential file accesspackage/dist/commands/init.jsmatched ".ssh"30
highCredential file accesspackage/dist/commands/logs.jsmatched ".ssh"30
highCredential file accesspackage/dist/commands/ps.jsmatched ".ssh"30
highCredential file accesspackage/dist/ssh.jsmatched ".ssh"30
mediumRemote Payloadpackage/dist/commands/init.jsmatched "curl "12

Manifest

Package metadata

Scripts2
  • buildtsc && node -e "const fs=require('fs'); const f='dist/index.js'; fs.writeFileSync(f, '#!/usr/bin/env node\n'+fs.readFileSync(f,'utf8'));"
  • devts-node src/index.ts
Dependencies4
  • chalk^4.1.2
  • commander^14.0.3
  • dotenv^17.4.2
  • node-ssh^13.2.1