Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 222 · status changed
Related candidates
Linked campaigns and clusters
scott-mccartney
3 members · evidence strength 66Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/config.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/commands/deploy.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/index.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/commands/init.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/commands/logs.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/commands/ps.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/ssh.js | matched ".ssh" | 30 |
| medium | Remote Payload | package/dist/commands/init.js | matched "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.2commander^14.0.3dotenv^17.4.2node-ssh^13.2.1