mythril-symbolic
Symbolic execution analysis using Mythril for deep vulnerability detection in smart contracts. Supports configurable transaction depth, timeout settings, and proof-of-concept exploit generation.
npx skills add a5c-ai/babysitter --skill mythril-symbolic --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Mythril Symbolic Execution Skill Deep vulnerability detection through symbolic execution using Mythril, a security analysis tool for EVM bytecode. ## Capabilities - **Symbolic Execution**: Configure and run symbolic execution analysis - **Transaction Depth Control**: Set appropriate depth for complex interactions - **Trace Analysis**: Interpret symbolic execution traces - **Integer Issues**: Detect overflow/underflow paths (pre-0.8 Solidity) - **State Analysis**: Find reentrancy via state change analysis - **Assertion Detection**: Identify assertion failures and edge cases - **PoC Generation**: Generate proof-of-concept exploit inputs ## Installation ```bash # Install via pip pip install mythril # Or use Docker (recommended) docker pull mythril/myth # Verify installation myth version ``` ## Basic Usage ### Analyze Source Code ```bash # Analyze single file myth analyze Contract.sol # Analyze with Solidity version myth analyze Contract.sol --solv 0.8.20 # Analyze specific contract myth analyze Contract.sol:MyContract ``` ### Analyze Bytecode ```bash # Analyze deployed contract myth analyze -a 0x<address> --rpc <rpc_url> # Analyze bytecode file myth analyze --bin-runtime contract.bi
- Capabilities
- Installation
- Basic Usage
- Analyze Source Code
- Analyze Bytecode
- Configuration Options
- Transaction Depth
- Timeout Settings
- Module Selection
- Output Formats
- Standard Output
- JSON Output
- Markdown Output
- JSONV2 (Detailed)
Install via pip pip install mythril Or use Docker (recommended) docker pull mythril/myth Verify installation myth version Analyze single file myth analyze Contract.sol Analyze with Solidity version myth analyze Contract.sol --solv 0.8.20
What does the mythril-symbolic skill do?
Symbolic execution analysis using Mythril for deep vulnerability detection in smart contracts. Supports configurable transaction depth, timeout settings, and proof-of-concept exploit generation.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill mythril-symbolic --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
