hardhat-toolbox-viem
Warn
Audited by Snyk on Jun 13, 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 exposes explicit Ethereum blockchain operations: wallet clients (getWalletClients), test/public clients, contract deployment and attachment (deployContract, getContractAt), and typed write transactions that can send value (e.g., counter.write.deposit({ value: 10n ** 18n })). It also includes assertions that check ETH balance changes. These are specific crypto/blockchain APIs that enable sending signed transactions and transferring funds, so the skill grants direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata