PkgRadar

Package evidence

@coalescesoftware/[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
2,027Niche · −30% score
Versions published
304Mature · −50% score
First published
Apr 2022
Publisher
coalescesoftware

Effective trust discount applied: 50% (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":["@coalescesoftware/[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":["@coalescesoftware/[email protected]"],"fail_on":"review"}'
Artifact bytes17,767,570
Previous version7.36.0-alpha.51.h663988b4eb2a
Published2026-05-30T12:32:22.276Z
SHA-256a73edd0f938059267a53b92f56d7082ffb5db3e17fbd14f2d7ca8203ff242373

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
20Score
7.37.0-alpha.3.h5e37a9481318Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/pystatic/pyodide.asm.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 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/pystatic/pyodide.asm.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/coa.js24915691 bytes0
lowLarge Javascript Payloadpackage/heartbeat-worker.js12381295 bytes0
lowLarge Javascript Payloadpackage/test-heartbeat-worker.js12381300 bytes0
lowLarge Javascript Payloadpackage/worker.node.js6941112 bytes0

Manifest

Package metadata

Scripts7
  • coveragecross-env TEST_NODE=1 npm-run-all coverage:*
  • coverage:buildnyc npm run test:node
  • testnpm-run-all test:*
  • test:browsermocha test/integration/**/*.test.js
  • test:nodecross-env TEST_NODE=1 mocha test/integration/**/*.test.js
  • test:unitcross-env TEST_NODE=1 ts-mocha -p tsconfig.test.json test/unit/**/*.test.ts
  • tsctsc --noEmit
Dependencies2
  • base-64^1.0.0
  • ws^8.5.0