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.

Versions published
1
First published
Jun 2026
Publisher
huiyeruzhou

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherhuiyeruzhou
Artifact bytes754,177
Previous versionnone
Published2026-06-05T17:30:07.863Z
SHA-2566fab6aa494a9ff9d84af9a78150f8460400ba4a1c85ff798aee4a012de331823

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/cli.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
highJs Split Join Obfuscationpackage/dist/ui-server.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 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/cli.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
highJs Split Join Obfuscationpackage/dist/ui-server.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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/patch-codex-sdk-windows-hide.js"5
lowObfuscation Densitypackage/dist/ui-server.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts15
  • buildnode scripts/build.js
  • devtsx src/entrypoints/daemon.ts
  • dev:uitsx src/operator-ui/server.ts
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs --host 127.0.0.1
  • docs:previewvitepress preview docs --host 127.0.0.1
  • logs:analyzenode scripts/analyze-bridge-log.js
  • pack:checknode scripts/check-npm-pack.js
  • postinstallnode scripts/patch-codex-sdk-windows-hide.js
  • prepublishOnlynpm run typecheck && npm test && npm run docs:build && npm run build && npm run pack:check
  • real:feishu:e2etsx scripts/real-feishu-e2e.ts
  • real:setup-wizard:e2etsx scripts/setup-wizard-real-e2e.ts
  • runnode dist/cli.mjs run
  • testnode scripts/run-tests.js
  • typechecktsc --noEmit
Dependencies11
  • @anthropic-ai/claude-agent-sdk^0.3.160
  • @clack/prompts^1.5.1
  • @homebridge/node-pty-prebuilt-multiarch^0.13.1
  • @larksuite/cli^1.0.45
  • @larksuiteoapi/node-sdk^1.66.1
  • @openai/codex-sdk^0.130.0
  • https-proxy-agent^9.0.0
  • markdown-it^14.1.1
  • pino^10.3.1
  • qrcode^1.5.4
  • ws^8.18.0