PkgRadar

Package evidence

@kelceyp/[email protected]

Obfuscation Density: high encoded/escaped-token density

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.

Versions published
258Established · −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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherkelceyp
Artifact bytes4,652,556
Previous version1.0.201
Published2026-05-28T11:20:56.071Z
SHA-256f899090ffe64380a808cefdb28ea8ab362f5cede260413d3ae5957d2a3f76913

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

review
Last checked
reviewRisk
22Score
1.0.202Version
Status history (1 event)
  1. newavailable · risk review · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/main.js4955384 bytes10
mediumLarge Javascript Payloadpackage/dist/public_html/main.js4373655 bytes10

Manifest

Package metadata

Scripts9
  • 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
  • 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