decode-bsv-transaction
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches transaction hex data from well-known blockchain service providers, JungleBus (gorillapool.io) and WhatsOnChain (whatsonchain.com), via standard HTTPS GET requests.
- [COMMAND_EXECUTION]: The test suite (
scripts/decode.test.ts) utilizesBun.spawnto execute the decoder script and verify its output, which is a standard procedure for testing command-line tools. - [DATA_EXPOSURE]: The script implements strict regular expression validation (e.g.,
/^[a-fA-F0-9]{64}$/) for transaction IDs and hex strings to ensure that only properly formatted data is processed.
Audit Metadata