solidity-security
Warn
Audited by Snyk on Mar 24, 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 explicitly about blockchain/DeFi smart contract operations and includes concrete Solidity code that performs and protects value transfers: deposit() payable, withdraw() implementations using msg.sender.call{value: amount}(""), payable(...).transfer(...), token transfer examples, and a DEX swap pattern. These are specific crypto/financial execution primitives (sending ETH, swaps) rather than generic tooling, so the skill provides direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata