PkgRadar

Package evidence

@stupidloud/[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":["@stupidloud/[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":["@stupidloud/[email protected]"],"fail_on":"high"}'
Publisherxklv
Artifact bytes1,224,850
Previous version0.7.20
Published2026-05-21T11:44:30.345Z
SHA-2569754d7b9f4cea23227354b7800a13d710955f1edf1345c7c7c88184d21601323

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

xklv

2 members · evidence strength 56

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/utils.jsmatched ".ssh"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/utils.jsmatched ".ssh"30
lowObfuscationpackage/dist/bin/codegraph.jsmatched "\\x1b"3
lowObfuscationpackage/dist/installer/index.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/shimmer-worker.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts10
  • buildtsc && npm run copy-assets && node -e "require('fs').chmodSync('dist/bin/codegraph.js', 0o755)"
  • cleannode -e "const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true})"
  • clinpm run build && node dist/bin/codegraph.js
  • copy-assetsnode -e "const fs=require('fs');fs.mkdirSync('dist/db',{recursive:true});fs.copyFileSync('src/db/schema.sql','dist/db/schema.sql');fs.mkdirSync('dist/extraction/wasm',{recursive:true});fs.readdirSync('src/extraction/wasm').filter(f=>f.endsWith('.wasm')).forEach(f=>fs.copyFileSync('src/extraction/wasm/'+f,'dist/extraction/wasm/'+f));fs.mkdirSync('dist/visualizer/public',{recursive:true});fs.copyFileSync('src/visualizer/public/index.html','dist/visualizer/public/index.html')"
  • devtsc --watch
  • evalnpm run build && npx tsx __tests__/evaluation/runner.ts
  • preuninstallnode dist/bin/uninstall.js
  • testvitest run
  • test:evalvitest run __tests__/evaluation/
  • test:watchvitest
Dependencies11
  • @clack/prompts^1.3.0
  • commander^14.0.2
  • fast-string-width^3.0.2
  • fast-wrap-ansi^0.2.0
  • gpt-tokenizer^3.4.0
  • jsonc-parser^3.3.1
  • node-sqlite3-wasm^0.8.30
  • picomatch^4.0.3
  • sisteransi^1.0.5
  • tree-sitter-wasms^0.1.11
  • web-tree-sitter^0.25.3
Optional dependencies2
  • better-sqlite3^12.4.1
  • sqlite-vss^0.1.2