offensive-tools/vuln-scanners/mythril/SKILL.md
Auth/lab ref: symbolic-execution-based security analyzer for Solidity and EVM bytecode.
npx skillsauth add aeondave/malskill mythrilInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Symbolic execution for smart contract vulnerability discovery.
Use Mythril when you want to:
Use slither for fast repo-wide triage. Use Mythril for deeper path exploration.
# Docker (upstream-recommended simple path)
docker pull mythril/myth
# Classic pip path
pip3 install mythril
# Analyze Solidity source
myth analyze Contract.sol
# Analyze deployed contract by address
myth analyze -a 0xDEADBEEF...
# Limit transaction depth
myth analyze Contract.sol -t 3
myth analyze Contract.sol -t 3 --execution-timeout 60
Use bounded depth and timeout early to avoid wasting cycles on state explosion.
Upstream output includes:
That trace is the real value: it shows how a condition can be reached.
If output is noisy or slow, reduce transaction depth or compare only the contract under active review.
slither passNo bundled scripts/, references/, or assets/.
Use upstream docs for installation edge cases, command variants, and remediation links via the SWC registry.
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.