PkgRadar

Package evidence

@spirobel/[email protected]

Large Javascript Payload: 2954269 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
174
Versions published
28Mature · −50% score
First published
Feb 2025
Publisher
spirobel

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":["@spirobel/[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":["@spirobel/[email protected]"],"fail_on":"review"}'
Publisherspirobel
Artifact bytes2,505,602
Previous version0.5.2
Published2026-05-28T05:17:20.065Z
SHA-2568f7ef1e99c1e18450a6801c0ef0cbed2730d03d70222469762ff3c198329e3f4

Why flagged

What the scanner saw

Large Javascript Payload: 2954269 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/wasm-processing/wasmFile.js2954269 bytes10
mediumLarge Javascript Payloadpackage/dist/scanning-syncing/worker-entrypoints/worker.js4083923 bytes10

Manifest

Package metadata

Scripts20
  • buildbun run buildtypescript && bun run inlinesum
  • buildtypescripttsc
  • cleanrm -rf ./dist
  • copydevbun run safewasm && bun run safeworker && bun run copydevworker && bun run copydevwasm
  • copydevwasmcp dist/wasm-processing/wasmFile.js wallet-api/wasm-processing/wasmFile.ts
  • copydevworkercp dist/scanning-syncing/worker-entrypoints/worker.js wallet-api/scanning-syncing/worker-entrypoints/worker.ts
  • inlinesumbun run inlinesumworker
  • inlinesumwasmbun run inlinewasm && bun run sumwasm
  • inlinesumworkerbun run inlinesumwasm && bun run safewasm && bun run copydevwasm && bun run inlineworker && bun run sumworker && bun run restorewasm
  • inlinewasmbun build templates/wasm/wasmFile.ts --target=browser --outdir dist/wasm-processing
  • inlineworkerbun build templates/workers/worker.ts --target=browser --outdir dist/scanning-syncing/worker-entrypoints
  • publishbun run build && bun run inlinesum && npm publish
  • refreshdevbun run restoredev && bun run inlinesum && bun run copydev
  • restoredevbun run restorewasm && bun run restoreworker
  • restorewasmmv wallet-api/wasm-processing/wasmFile.ts.backup wallet-api/wasm-processing/wasmFile.ts
  • restoreworkermv wallet-api/scanning-syncing/worker-entrypoints/worker.ts.backup wallet-api/scanning-syncing/worker-entrypoints/worker.ts
  • safewasmcp wallet-api/wasm-processing/wasmFile.ts wallet-api/wasm-processing/wasmFile.ts.backup
  • safeworkercp wallet-api/scanning-syncing/worker-entrypoints/worker.ts wallet-api/scanning-syncing/worker-entrypoints/worker.ts.backup
  • sumwasmcat dist/wasm-processing/wasmFile.js | sha256sum > wasm_checksum.txt
  • sumworkercat dist/scanning-syncing/worker-entrypoints/worker.js | sha256sum > worker_checksum.txt
Dependencies2
  • @noble/curves2.2.0
  • @noble/hashes2.2.0