PkgRadar

Package evidence

@open-wa/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
7
First published
Jun 2026
Publisher
smashah

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":["@open-wa/[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":["@open-wa/[email protected]"],"fail_on":"review"}'
Publishersmashah
Artifact bytes780,801
Previous version5.0.0-alpha.6
Published2026-06-17T20:48:37.147Z
SHA-25683d6c8562c4b5e2bfd270904dd915f0742d25694972572a2b64654f3a359916f

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/transport/assets/wapi.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/transport/assets/wapi.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts5
  • buildtsdown src/index.ts --format esm --format cjs && node scripts/copy-launch-script.mjs
  • cleanrimraf dist
  • devtsdown src/index.ts --format esm --format cjs --watch
  • lintoxlint src
  • testvitest run
Dependencies9
  • @open-wa/config5.0.0-alpha.7
  • @open-wa/driver-interface5.0.0-alpha.7
  • @open-wa/hyperemitter5.0.0-alpha.7
  • @open-wa/logger5.0.0-alpha.7
  • @open-wa/plugin-sdk5.0.0-alpha.7
  • @open-wa/schema5.0.0-alpha.7
  • hono^4.12.9
  • p-queue6.6.2
  • uuid^9.0.0