nft-standards
Warn
Audited by Snyk on Feb 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 is explicitly about implementing on-chain NFT contracts and marketplace integration. The provided Solidity code includes payable mint functions that accept msg.value (collecting ether for mints), constants for MINT_PRICE, a withdraw() that transfers the contract balance to the owner, and royalty logic (royaltyInfo) that computes and routes sale-based payments. These are specific crypto/blockchain financial operations (moving funds on-chain, handling payments and royalties), not generic tooling—so it grants direct financial execution capability.
Audit Metadata