solidity-development
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 for Solidity smart contract development and includes concrete deployment commands that use a private key and broadcast transactions (e.g., export PRIVATE_KEY=0x... and
forge script ... --rpc-url ... --broadcast). That workflow requires signing and sending blockchain transactions (wallet/private-key usage and broadcasting), which is a specific crypto/blockchain execution capability (signing/sending transactions). Therefore it grants direct financial execution authority.
Audit Metadata