blockchain-ethereum
Warn
Audited by Snyk on Jul 8, 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 includes crypto transaction/execution APIs and code for moving funds: it references eth_sendRawTransaction / eth_send_transaction, a BlobTransaction.send_blob implementation using Web3.eth.send_transaction, a SmartAccount.execute function that calls another address with a value, and staking/deposit/paymaster patterns (32 ETH bonding, deposit paymaster). These are concrete, crypto-specific primitives for sending transactions, signing and managing stakes—i.e., direct financial execution.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata