PkgRadar

Package evidence

@sjcrh/[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
478Mature · −50% score
First published
Mar 2023
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":["@sjcrh/[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":["@sjcrh/[email protected]"],"fail_on":"review"}'
Artifact bytes7,658,901
Previous version2.190.1
Published2026-05-28T17:36:42.252Z
SHA-256a55278f50b59c2bb7c986cacf96ede389a3c83f054b19e79d6b96f3c3abfaa15

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
2.190.2-0Version
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/dist/chunk-IOQV2VX3.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

Scripts13
  • buildrm -rf dist && node esbuild.config.mjs
  • combined:coverage./test.sh *.spec.* name=*
  • dev./dev.sh
  • examplesnode ./test/import-specs.js name=_x_.examples && npm run tape
  • prepackrm -rf dist && node esbuild.config.mjs && npm run sedver
  • pretest./test/pretest.js
  • sedverVER=$(node -p "require('./package.json').version") && sed -i.bk "s|___current-proteinpaint-client-version___|$VER|" dist/chunk-*.js && rm dist/*.js.bk
  • spec:coverage./test.sh *.spec.* RELEVANT_SPECS_ONLY
  • test./test.sh *.spec.js
  • test:integration./test.sh *.integration.spec.*
  • test:puppetrm -rf .nyc_output && node test/puppet.js
  • test:unit./test.sh *.unit.spec.*
  • tsctsc