nft-standards

Warn

Audited by Snyk on Feb 15, 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 designed for blockchain financial operations. It includes payable mint functions that accept msg.value (MINT_PRICE in ether), contract balance transfers (withdraw uses payable(owner()).transfer(address(this).balance)), royalty calculations (EIP-2981 royaltyInfo returns royaltyAmount based on salePrice), and other on-chain payment-related behavior. These are specific crypto/transaction execution capabilities, not generic tooling.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 15, 2026, 09:47 PM