solidity-coding
Warn
Audited by Snyk on May 13, 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 focused on writing Solidity contracts for on-chain token handling and includes concrete, finance-oriented constructs: SafeERC20 usage (token.safeTransfer / safeTransferFrom), patterns and examples for withdraw/deposit/claim functions, TokenVesting and TokenVault semantics (withdrawableAmountOf, getDepositedAmount), and Sablier-specific streaming conventions. These are specific crypto/blockchain operations that implement on-chain transfers of value (i.e., sending transactions that move tokens). This is not a generic coding tool but a purpose-built skill for contracts that perform financial transfers and state-changing token operations, which constitutes direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata