PkgRadar

Package evidence

@workclaw/[email protected]

Large Javascript Payload: 10757488 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
1,276Niche · −30% score
Versions published
32
First published
Apr 2026
Publisher
minto_marketing

Effective trust discount applied: 30% (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":["@workclaw/[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":["@workclaw/[email protected]"],"fail_on":"review"}'
Artifact bytes2,643,677
Previous version1.0.340
Published2026-05-28T09:07:29.390Z
SHA-2560d807a404bd7d7635e4b737f2c27a248e198b9d0c2651396eb9bcd97c6eeb6af

Why flagged

What the scanner saw

Large Javascript Payload: 10757488 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index-C_m6K5Z1.js10757488 bytes10

Manifest

Package metadata

Scripts3
  • buildnpm run typecheck && npm run lint && vite build
  • linteslint --fix
  • typechecktsc --noEmit
Dependencies3
  • undici^7.26.0
  • ws^8.21.0
  • zod^4.4.3