nft-standards
Warn
Audited by Snyk on Mar 7, 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 for implementing NFT smart contracts and includes payable mint functions and on-chain fund transfers. Examples:
- ERC-721 and ERC721A mint functions are payable and enforce msg.value >= MINT_PRICE * quantity (explicitly accepting ETH payments).
- The ERC-721 contract defines withdraw() that calls payable(owner()).transfer(address(this).balance) (explicitly moving contract funds).
- Royalties (EIP-2981) compute royalty amounts and designate a royaltyRecipient (financial payout logic). These are specific blockchain financial operations (accepting payments, computing/assigning payouts, and transferring ether). This is direct crypto financial execution capability.
Audit Metadata