PkgRadar

Package evidence

@broch/[email protected]

Large Javascript Payload: 6701718 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
240
Versions published
3
First published
May 2026
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":["@broch/[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":["@broch/[email protected]"],"fail_on":"review"}'
Artifact bytes6,098,435
Previous version1.16.0
Published2026-05-21T20:01:23.379Z
SHA-2566e9bd72c0eb77f88bd4e96ba8430e844e861796a2c71f5d30efbee930d2687fd

Why flagged

What the scanner saw

Large Javascript Payload: 6701718 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
6Score
1.18.0Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.js6701718 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js6585627 bytes10

Manifest

Package metadata

Scripts21
  • buildnode scripts/build.mjs
  • build:tsctsc
  • cleanrimraf dist
  • clinpm run build && node dist/cli.js
  • cli-devBROCH_SERVER_URL=https://dev.broch.io npm run build && BROCH_SERVER_URL=https://dev.broch.io node dist/cli.js
  • cli-localBROCH_SERVER_URL=https://local.broch.io npm run build && BROCH_SERVER_URL=https://local.broch.io node dist/cli.js
  • devtsc --watch
  • formatprettier --write src/**/*.ts
  • format:checkprettier --check src/**/*.ts
  • linteslint src
  • lint:fixeslint src --fix
  • prepublishOnlynpm run clean && npm run build
  • startnode dist/cli.js
  • testnpm run test:unit && npm run test:offline
  • test-servernpx tsx src/__tests__/e2e/test-server.ts
  • test:cinpm run test && npm run test:e2e
  • test:e2evitest run --config vitest.config.e2e.js
  • test:offlinevitest run --config vitest.config.integration.js
  • test:uivitest --ui --config vitest.config.unit.js
  • test:unitvitest run --coverage --config vitest.config.unit.js
  • test:watchvitest --config vitest.config.unit.js
Dependencies1
  • ws^8.19.0