nft-standards
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 contains explicit blockchain financial operations. The ERC-721 contracts include payable mint() functions that require msg.value / MINT_PRICE and a withdraw() that transfers the contract balance to the owner (payable(owner()).transfer(...)). It also implements royalty logic (EIP-2981) that computes and routes royalty payments. These are specific crypto/blockchain transaction primitives for accepting and moving funds, not generic tooling, so they qualify as direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata