PkgRadar

Package evidence

@cimplify/[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,823Niche · −30% score
Versions published
42
First published
May 2026
Publisher
robeng1

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

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":["@cimplify/[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":["@cimplify/[email protected]"],"fail_on":"review"}'
Publisherrobeng1
Artifact bytes1,216,720
Previous version0.7.11
Published2026-05-31T07:19:34.198Z
SHA-256fbfe6cd3cb29d47a3ba9ac013eeb8a9e7a9cc3c4e161601d999ac54ff7ca7aea

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/domains-6GJASWJU.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 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/domains-6GJASWJU.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
lowLarge Javascript Payloadpackage/dist/chunk-R6TUXVFC.mjs2697547 bytes0

Manifest

Package metadata

Scripts12
  • buildnext build
  • checkbun run typecheck && bun run test:run
  • check:brandvitest run __tests__/brand.test.ts
  • check:cartvitest run __tests__/cart-flow.test.ts
  • check:contractvitest run __tests__/contract.test.ts
  • devconcurrently -k -n mock,next -c blue,magenta "cimplify-mock --seed services --quiet" "next dev"
  • dev:mockcimplify-mock --seed services
  • dev:storefrontnext dev
  • startnext start
  • testvitest
  • test:runvitest run
  • typechecktsc --noEmit
Dependencies4
  • @cimplify/sdk^0.67.0
  • next^16.2.6
  • react^19.0.0
  • react-dom^19.0.0