PkgRadar

Package evidence

@xuefadevdev/[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":["@xuefadevdev/[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":["@xuefadevdev/[email protected]"],"fail_on":"high"}'
Publisherxuefadevdev
Artifact bytes1,263,935
Previous version0.10.1
Published2026-05-25T04:00:21.693Z
SHA-2567468b655732880fd452199d32529d9aeaf4960d04482b92cec66b60c897c3e6f

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

xuefadevdev

2 members · evidence strength 56

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/utils.jsmatched ".ssh"30
mediumRemote Payloadpackage/scripts/npm-shim.jsmatched "curl "12
mediumRemote Payloadpackage/scripts/build-bundle.shmatched "curl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/utils.jsmatched ".ssh"30
mediumRemote Payloadpackage/scripts/npm-shim.jsmatched "curl "12
mediumRemote Payloadpackage/scripts/build-bundle.shmatched "curl "12
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))"
  • 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
Dependencies10
  • @clack/prompts^1.3.0
  • commander^14.0.2
  • fast-string-width^3.0.2
  • fast-wrap-ansi^0.2.0
  • ignore^7.0.5
  • jsonc-parser^3.3.1
  • picomatch^4.0.4
  • sisteransi^1.0.5
  • tree-sitter-wasms^0.1.11
  • web-tree-sitter^0.25.3