Fuzz Validate banner
alvinhayy alvinhayy

Fuzz Validate

Development community

Description

--- description: Prove the fuzz harness actually reaches the target (poison-pointer + under-alloc controls) argument-hint: "[target-lib.so]" --- Invoke the **afl-fuzzing** skill and run the harness **positive controls** before trusting any result for `${ARGUMENTS:-the current target}`. A "0 crashes" campaign is meaningless if the harness never reaches the parser. Verify: 1. **Negative control** — real harness on a benign seed → must exit clean (no false crash). 2. **Poison-pointer** — rebuild

Installation

Installs to ~/.claude/commands/alvinhayy-mobile-reverseskill-fuzz-validate.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alvinhayy/Mobile-ReverseSkill/HEAD/.claude/commands/fuzz-validate.md -o ~/.claude/commands/alvinhayy-mobile-reverseskill-fuzz-validate.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository