Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.
70
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill is explicitly about interacting with blockchain networks and performing on-chain actions: it configures Hardhat/Foundry with mainnet forks and RPC URLs, includes an accounts/private key in the network config (accounts: [process.env.PRIVATE_KEY]), demonstrates token transfers (token.transfer), interacting with Uniswap (IUniswapV2Router / "Should swap on Uniswap"), impersonating accounts and transferring tokens (hardhat_impersonateAccount), and uses Foundry/cheatcodes to fork mainnet and interact with ERC-20 contracts. These are concrete crypto/blockchain capabilities (wallet/private-key usage, swaps, signing transactions, token transfers) that enable direct financial execution.
5cc2549
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.