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
13,357Mainstream · −50% score
Versions published
969Mature · −50% score
First published
Nov 2011
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 bytes35,752,958
Previous version6.43.0
Published2026-05-29T21:38:48.989Z
SHA-256bbdf9871ea44c24dceae2ff412ebce7c9cb149dc6a5cae1661ac2a6fca09648e

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
12Score
6.43.1Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/core/built/admin/assets/chunk.381.0672ceb836fd46c72c4d.jsArray-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 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/core/built/admin/assets/chunk.381.0672ceb836fd46c72c4d.jsArray-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
lowLarge Javascript Payloadpackage/core/built/admin/assets/stats/index-Bdsrpm6M.mjs5396030 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/stats/stats-Xt3FTGBJ.mjs3040334 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/en-D071jVI1.js3758813 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/admin-x-settings/index-Bunziy4h.mjs7116469 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/chunk.506.556717f50f1a3b6ab731.js3476612 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/koenig-lexical-ByRgekKG.js2773860 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/posts/koenig-lexical-6mIhe97u.mjs3503928 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/posts/web-DO_bdUGM.mjs3796709 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/activitypub/step-3-DV0SWHse.mjs2209465 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/koenig-lexical/koenig-lexical.js3460874 bytes0
lowLarge Javascript Payloadpackage/core/built/admin/assets/koenig-lexical/koenig-lexical.umd.js2900939 bytes0
lowObfuscation Densitypackage/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts8
  • devgulp
  • postshipgit fetch && gulp release
  • preshipyarn test
  • pretestgulp build
  • shipSTATUS=$(git status --porcelain); echo $STATUS; if [ -z "$STATUS" ]; then yarn version && git push --follow-tags; else echo "Uncomitted changes found." && exit 1; fi
  • testgscan .
  • test:cigscan --fatal --verbose .
  • zipgulp zip