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 using vm.envUint("PRIVATE_KEY") with vm.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
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
MEDIUM
Analyzed
May 11, 2026, 10:19 PM
Issues
1
Security Audit — snyk — foundry-solidity