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,601Niche · −30% score
Versions published
29
First published
May 2026
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 bytes760,032
Previous version0.1.28
Published2026-05-29T15:04:52.170Z
SHA-256578e176cf0d197fa99647d67fe4acb15636dc678ce3310e90374b69e24535e57

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/build/client/assets/header-menu-jQlfZEO-.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

Manifest

Package metadata

Scripts11
  • buildreact-router build --mode production --minify terser
  • clean:buildnode -e "import('node:fs/promises').then(({ rm }) => rm('build', { recursive: true, force: true }))"
  • db:setupnode -e "import('./server/sqlite-setup.mjs').then((m)=>m.setupSqliteDatabase())"
  • devreact-router dev --host 0.0.0.0
  • prepackpnpm clean:build && pnpm build
  • prepublishOnlypnpm prisma:generate && pnpm typecheck
  • prisma:generateprisma generate --schema prisma/schema.prisma
  • publish:dry-runnpm publish --access public --dry-run
  • publish:npmnpm publish --access public
  • startnode ./server/index.mjs
  • typechecktsc --noEmit
Dependencies26
  • @base-ui/react^1.4.1
  • @fontsource-variable/geist^5.2.9
  • @lydell/node-pty1.1.0
  • @openai/codex^0.130.0
  • @prisma/client^6.19.3
  • @react-router/node^7.15.1
  • @tanstack/react-query^5.100.10
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • dotenv16.6.1
  • ghostty-web^0.4.0
  • highlight.js^11.11.1
  • isbot^5.1.32
  • lucide-react^1.16.0
  • next-themes^0.4.6
  • prisma^6.19.3
  • react^19.2.6
  • react-dom^19.2.6
  • react-markdown^10.1.0
  • react-router^7.15.1
  • remark-gfm^4.0.1
  • socket.io^4.8.3
  • socket.io-client^4.8.3
  • sonner^2.0.7
  • tailwind-merge^3.6.0
  • tw-animate-css^1.4.0