PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.waku="https://pkg.pr.new/wakujs/waku@fc78f84"

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
167
Versions published
3
First published
Jan 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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes2,560
Previous version0.0.0
Published2026-01-11T12:47:05.982Z
SHA-256cd8efdc11f3138b5db4e911d1e0635cf79b181fe59a9897f04008b52c340d605

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.waku="https://pkg.pr.new/wakujs/waku@fc78f84"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

review
Last checked
reviewRisk
16Score
0.0.1Version
Status history (2 events)
  1. availableavailable · risk review · score 16 · status available -> available, risk high -> review, score 43 -> 16
  2. newavailable · risk high · score 43 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.waku="https://pkg.pr.new/wakujs/waku@fc78f84"8
mediumNew Remote Dependency Vs Previouspackage.jsondevDependencies.waku added in 0.0.1 vs 0.0.0: "https://pkg.pr.new/wakujs/waku@fc78f84"8

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.wakuhttps://pkg.pr.new/wakujs/waku@fc78f84error0HTTP status client error (404 Not Found) for url (https://pkg.pr.new/wakujs/waku@fc78f84)

Manifest

Package metadata

Scripts8
  • compilerm -rf dist && tsc -p .
  • examples:01_minimal(cd examples/01_minimal; waku dev)
  • testpnpm run '/^test:.*/'
  • test:formatprettier -c .
  • test:linteslint .
  • test:specvitest run
  • test:typestsc -p . --noEmit
  • test:types:examplestsc -p examples --noEmit