foundry-solidity
Warn
Audited by Snyk on May 11, 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 Ethereum/EVM development and includes concrete commands and APIs that sign and broadcast transactions. Examples:
cast send $CONTRACT "transfer(address,uint256)" ... --private-key $KEY,forge create ... --private-key $KEY --broadcast, deploy scripts usingvm.envUint("PRIVATE_KEY")withvm.startBroadcast/vm.stopBroadcast. These are specific crypto/blockchain wallet and transaction operations (signing, sending, deploying, transferring tokens/ETH), which constitute direct financial execution authority.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata