PkgRadar

Package evidence

@stupidloud/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
132
Versions published
18
First published
May 2026
Publisher
xklv

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,566,696
Previous version0.9.14
Published2026-06-05T22:37:52.210Z
SHA-256011a1d9b3ece0d2a21e6409c9d4a80518f43d820d904770e777d6d8cf6c7a290

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.10.0 vs 0.9.14: "node scripts/postinstall.js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.10.0 vs 0.9.14: "node scripts/postinstall.js"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.10.0 vs 0.9.14: "node scripts/postinstall.js"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts11
  • 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
  • postinstallnode scripts/postinstall.js
  • preuninstallnode dist/bin/uninstall.js
  • testvitest run
  • test:evalvitest run __tests__/evaluation/
  • test:watchvitest
Dependencies11
  • @clack/prompts^1.3.0
  • @xenova/transformers^2.17.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.3
  • sisteransi^1.0.5
  • tree-sitter-wasms^0.1.11
  • web-tree-sitter^0.25.3
Optional dependencies2
  • better-sqlite3^11.0.0
  • sqlite-vss^0.1.2