Package evidence
@kelceyp/[email protected]
Install Lifecycle Suppresses Failure: postinstall="find node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || true"
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
- 1,679Niche · −30% score
- Versions published
- 272Established · −30% score
- First published
- Nov 2025
- Publisher
- kelceyp
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@kelceyp/[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":["@kelceyp/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install Lifecycle Suppresses Failure: postinstall="find node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || true"
1 candidate cluster(s) currently reference this release.
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 17 · status changed
Related candidates
Linked campaigns and clusters
kelceyp
15 members · evidence strength 77kelceyp
15 members · max score 65Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="find node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || true" | 20 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="find node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || true" | 20 |
| low | Install-time lifecycle script | package.json | postinstall="find node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || true" | 5 |
| low | Obfuscation Density | package/dist/cli.js | high encoded/escaped-token density | 0 |
| low | Large Javascript Payload | package/dist/main.js | 4971633 bytes | 0 |
| low | Large Javascript Payload | package/dist/public_html/main.js | 4378972 bytes | 0 |
Manifest
Package metadata
Scripts10
buildCAWBUILD_VERSION=$(node -p "require('./package.json').version") bun build src/main.js --outdir dist --target node --format esm --minify --external better-sqlite3 --env='CAWBUILD_*'build:allbun run generate:applyPojo && bun run build:client && bun run build && cp src/core/services/embedding-worker.js dist/embedding-worker.js && cp src/core/agents/pty-wrapper.mjs dist/pty-wrapper.mjs && bun run build:clibuild:clicd ../cli && bun run build && cp dist/cli.js ../server/dist/build:clientcd ../client && bun run builddevSTATIC_PATH=../client/src bun run src/main.jsgenerate:applyPojobun run scripts/generate-applyPojo.jspostinstallfind node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || truestartnode dist/main.jstestbun test test/unit test/integration test/component test/cli test/investigation && (cd ../client && bun test)test:e2ebun test test/e2e
Dependencies22
@cfworker/json-schema^4.1.1@huggingface/transformers^3.5.0@modelcontextprotocol/sdk^1.22.0adm-zip^0.5.16archiver^7.0.1better-sqlite3^12.4.6clipboardy^5.0.2cors^2.8.5debug^4.4.3diff^7.0.0express^4.18.2gray-matter^4.0.3handlebars^4.7.8handlebars-helpers^0.10.0is_js^0.9.0kysely^0.28.8multer^2.0.2node-pty^1.1.0safe-regex^2.1.1ws^8.18.3zod3zod-to-json-schema^3.25.0