PkgRadar

Package evidence

[email protected]

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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,413Niche · −30% score
Versions published
84Established · −30% score
First published
Nov 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes6,250,284
Previous version3.11.4
Published2026-05-30T16:07:30.023Z
SHA-2564a12552920485fddf40c1f95b5304030819930542ddab82abf115c1d2ae58092

Why flagged

What the scanner saw

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/hooks.mjsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/hooks.mjsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
lowCredential file accesspackage/web/assets/ssh-config-DxyN4D39.jsmatched ".ssh/"5
lowLarge Javascript Payloadpackage/web/assets/main-CWtuI7Nz.js2840416 bytes0
lowObfuscation Densitypackage/dist/cli.mjshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/src-BB_qHbkT.mjs2590851 bytes0

Manifest

Package metadata

Scripts7
  • buildpnpm run build:web && pnpm run build:copy-web && tsdown
  • build:copy-webrm -rf ./web && cp -r ../web/dist ./web
  • build:webpnpm --filter @openspecui/web build
  • devNODE_OPTIONS="${NODE_OPTIONS:+$NODE_OPTIONS }--conditions=development" tsx src/cli.ts
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies3
  • @lydell/node-pty^1.1.0
  • @parcel/watcher^2.5.1
  • better-sqlite3^12.5.0
Optional dependencies3
  • @huggingface/transformers~4.2.0
  • ctranslate20.1.0
  • node-llama-cpp~3.18.1