erc-20
Warn
Audited by Snyk on Mar 1, 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 and specifically about ERC-20 token creation and interaction on Ethereum: it shows contract code with a public mint() function, discusses transfer()/transferFrom() behaviors, SafeERC20.safeTransfer and forceApprove wrappers, and building a frontend UI for token transfer/minting. These are concrete crypto/blockchain operations that create, move, approve, and manage tokens (i.e., execute on-chain financial transactions), not generic tooling. Therefore it grants direct financial execution capability.
Audit Metadata