PkgRadar

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 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":["@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"}'
Publisherkelceyp
Artifact bytes4,655,446
Previous version1.0.208
Published2026-06-02T23:56:49.046Z
SHA-2566854ac632c59dc2d02b46797bcd3c1789a74421818d4c95aa869d9cfef5a77e9

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

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

kelceyp

15 members · evidence strength 77
Publisher / release actor burstcandidate

kelceyp

15 members · max score 65

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="find node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || true"20
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="find node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="find node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || true"5
lowObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/main.js4968680 bytes0
lowLarge Javascript Payloadpackage/dist/public_html/main.js4378972 bytes0

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:cli
  • build:clicd ../cli && bun run build && cp dist/cli.js ../server/dist/
  • build:clientcd ../client && bun run build
  • devSTATIC_PATH=../client/src bun run src/main.js
  • generate:applyPojobun run scripts/generate-applyPojo.js
  • postinstallfind node_modules/node-pty -name spawn-helper -exec chmod +x {} + 2>/dev/null || true
  • startnode dist/main.js
  • testbun 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.0
  • adm-zip^0.5.16
  • archiver^7.0.1
  • better-sqlite3^12.4.6
  • clipboardy^5.0.2
  • cors^2.8.5
  • debug^4.4.3
  • diff^7.0.0
  • express^4.18.2
  • gray-matter^4.0.3
  • handlebars^4.7.8
  • handlebars-helpers^0.10.0
  • is_js^0.9.0
  • kysely^0.28.8
  • multer^2.0.2
  • node-pty^1.1.0
  • safe-regex^2.1.1
  • ws^8.18.3
  • zod3
  • zod-to-json-schema^3.25.0