Solidity
Warn
Audited by Snyk on Apr 20, 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 is Solidity-specific and explicitly documents Ether-handling primitives that move value: payable functions, transfer(), send(), call{value: x}(""), and selfdestruct sending ether. Those are concrete blockchain/crypto transaction operations (i.e., moving funds on-chain), so this skill contains direct financial execution capabilities.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata