web3-foundry
Warn
Audited by Snyk on Feb 16, 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 Foundry (Ethereum) scripts and tests and includes deployment/broadcast workflows that sign and send on-chain transactions. It references using env vars ETH_FROM and MNEMONIC, the broadcast modifier, and commands like
forge script ... --broadcast --rpc-url $RPCwhich perform signed transactions on blockchain networks. This is a specific crypto/blockchain execution capability (wallet signing and sending transactions), not a generic tool, so it grants direct financial execution authority.
Audit Metadata