solidity-language-docs
Warn
Audited by Snyk on Jul 21, 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.md includes a "Subcurrency Example" Solidity contract (Coin) that explicitly implements mint(address,uint) and send(address,uint) functions which modify balances and emit transfer events. Those functions are specifically designed to create and transfer token value on-chain (i.e., move money/assets), so this skill provides explicit crypto/blockchain financial execution capability rather than just generic tooling.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata