smart-contracts
Warn
Audited by Snyk on Apr 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly focuses on creating, testing, and deploying Bitcoin SV smart contracts and shows concrete APIs for signing and sending on-chain transactions. It includes provider and signer objects (WocProvider, LocalSigner, TestWallet), use of private keys, calls like contract.deploy([...], { satoshis: 1000 }) and instance.deploy(satoshis), and integration with @bsv/sdk Transaction building. These are specific crypto/blockchain capabilities (wallets, signing, and broadcasting transactions) that enable moving value on-chain, so it grants direct financial execution authority.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata