This skill is designed for IoT devices such as Cisco IOS XE devices. It guides threat-model-first attack-surface selection, reverse analysis, dynamic Rust LibAFL fuzzer generation, live-device replay, crash triage, and vulnerability reporting.
Install for Codex by default:
python3 scripts/install_skill.py --forceInstall for Claude Code instead:
python3 scripts/install_skill.py --manager claude --forcePreview what will be copied without writing:
python3 scripts/install_skill.py --dry-runThe installer copies only portable skill files and reusable scaffolds. It does not copy LibAFL/, Fuzzing101/, validation/, targets/, skills/, or campaign outputs.
LibAFL and a Rust toolchain are needed:
git clone https://github.com/AFLplusplus/LibAFL
cargo build --releaseIDA Pro MCP, Ghidra, or equivalent reverse-engineering tooling is recommended for binary and shared-library target selection.