Smart Contract Fuzz Tester
Installation
SKILL.md
Smart Contract Fuzz Tester
Overview
Comprehensive fuzzing framework for smart contract testing that implements dynamic analysis through random input generation, property-based testing, and vulnerability detection. Discovers edge cases, invariant violations, and security issues that might be missed by traditional testing.
Testing Type: Dynamic Analysis (Runtime)
Approach: Property-Based Testing + Mutation Fuzzing
Target: Solidity Smart Contracts (EVM)
Status: Production Ready