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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/wasm-processing/wasmFile.js | 2954269 bytes | 10 |
| medium | Large Javascript Payload | package/dist/scanning-syncing/worker-entrypoints/worker.js | 4083923 bytes | 10 |
Manifest
Package metadata
Scripts20
buildbun run buildtypescript && bun run inlinesumbuildtypescripttsccleanrm -rf ./distcopydevbun run safewasm && bun run safeworker && bun run copydevworker && bun run copydevwasmcopydevwasmcp dist/wasm-processing/wasmFile.js wallet-api/wasm-processing/wasmFile.tscopydevworkercp dist/scanning-syncing/worker-entrypoints/worker.js wallet-api/scanning-syncing/worker-entrypoints/worker.tsinlinesumbun run inlinesumworkerinlinesumwasmbun run inlinewasm && bun run sumwasminlinesumworkerbun run inlinesumwasm && bun run safewasm && bun run copydevwasm && bun run inlineworker && bun run sumworker && bun run restorewasminlinewasmbun build templates/wasm/wasmFile.ts --target=browser --outdir dist/wasm-processinginlineworkerbun build templates/workers/worker.ts --target=browser --outdir dist/scanning-syncing/worker-entrypointspublishbun run build && bun run inlinesum && npm publishrefreshdevbun run restoredev && bun run inlinesum && bun run copydevrestoredevbun run restorewasm && bun run restoreworkerrestorewasmmv wallet-api/wasm-processing/wasmFile.ts.backup wallet-api/wasm-processing/wasmFile.tsrestoreworkermv wallet-api/scanning-syncing/worker-entrypoints/worker.ts.backup wallet-api/scanning-syncing/worker-entrypoints/worker.tssafewasmcp wallet-api/wasm-processing/wasmFile.ts wallet-api/wasm-processing/wasmFile.ts.backupsafeworkercp wallet-api/scanning-syncing/worker-entrypoints/worker.ts wallet-api/scanning-syncing/worker-entrypoints/worker.ts.backupsumwasmcat dist/wasm-processing/wasmFile.js | sha256sum > wasm_checksum.txtsumworkercat dist/scanning-syncing/worker-entrypoints/worker.js | sha256sum > worker_checksum.txt
Dependencies2
@noble/curves2.2.0@noble/hashes2.2.0