nft-standards
Warn
Audited by Snyk on Jul 27, 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 includes Solidity smart-contract code that explicitly handles cryptocurrency payments and fund transfers: it defines mint prices (MINT_PRICE), payable mint functions that require msg.value (accept ETH for minting), and a withdraw() function that transfers the contract balance to the owner. These are explicit crypto/blockchain financial execution operations (sending/receiving funds), so this grants direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata