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.

Weekly downloads
1,351Niche · −30% score
Versions published
260Established · −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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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,653,933
Previous version1.0.203
Published2026-05-31T00:45:40.337Z
SHA-25613c81f716216333149c80e82a96fca7c73e33bd839ef89ccee70f9b529616d5b

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

low
Last checked
lowRisk
0Score
1.0.204Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/main.js4958331 bytes0
lowLarge Javascript Payloadpackage/dist/public_html/main.js4377984 bytes0

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