PkgRadar

Package evidence

@meetreeve/[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
847
Versions published
6
First published
May 2026
Publisher
mf-reeve

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":["@meetreeve/[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":["@meetreeve/[email protected]"],"fail_on":"review"}'
Publishermf-reeve
Artifact bytes603,896
Previous versionnone
Published2026-05-18T20:37:30.604Z
SHA-2565caf7fa17ae9ed05e3c3556fbc35ba374fe9c03603690284d1e69c64edb86ddf

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/react.cjsArray-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/react.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

Manifest

Package metadata

Scripts8
  • buildvite build && vite build -c vite.config.umd.ts && cp src/editor/styles.css dist/reeve-editor.css
  • devvite build --watch
  • generate-defaultstsx scripts/generate-defaults.ts
  • prebuildtsx scripts/generate-defaults.ts
  • sizenode -e "const s=require('fs').statSync('dist/umd/reeve-preview.umd.js').size; console.log(s,'bytes'); if(s>30000) process.exit(1)"
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • jose^6.0.0
  • zod^3.24.0