PkgRadar

Package evidence

@coalescesoftware/[email protected]

Large Javascript Payload: 24906850 bytes

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,419Niche · −30% score
Versions published
299Mature · −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,764,659
Previous version7.36.0-alpha.25.h9d9a2197255f
Published2026-05-23T12:27:07.950Z
SHA-2566bb4062383a4e615376832dc465a1f921dfc6cd78a80489ed2ac896c17d5c323

Why flagged

What the scanner saw

Large Javascript Payload: 24906850 bytes

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.36.0-alpha.30.hcecb9954bba1Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/coa.js24906850 bytes10
mediumLarge Javascript Payloadpackage/heartbeat-worker.js12378857 bytes10
mediumLarge Javascript Payloadpackage/test-heartbeat-worker.js12378862 bytes10
mediumLarge Javascript Payloadpackage/worker.node.js6941113 bytes10

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