Missing User Warnings
Medium
- Confidence
- 93% confidence
- Finding
- The skill includes examples that perform real on-chain actions such as `forge create ... --broadcast`, `forge script ... --broadcast --verify`, and `cast send ... --private-key $KEY` without an adjacent, explicit warning that these commands can spend funds, publish transactions, and interact with live networks. In a developer skill that may be followed verbatim, this creates a meaningful risk of accidental mainnet/testnet broadcasts, financial loss, or unintended state changes, especially when environment variables like private keys and RPC URLs are already configured.
