← ClaudeAtlas

fuzz-initlisted

Low-level stage for /fuzz. Initialize a local fuzzing campaign plan from confirmed/proven findings. Prefer /fuzz for normal use.
allsmog/kuzushi-security-plugin · ★ 0 · AI & Automation · score 67
Install: claude install-skill allsmog/kuzushi-security-plugin
# Fuzz init Create the campaign plan and harness workspaces: `node "${CLAUDE_PLUGIN_ROOT}/scripts/cmd/fuzz-init.mjs" --target "<repo root>"` If it returns `no-seeds`, tell the user to run `/verify` first. If it returns `prepared`, read `.kuzushi/fuzz/fuzz-plan.json`, write or refine the harness files only inside each candidate's `harnessDir`, and keep the `runCommand` concrete enough for `/fuzz --stage replay` to execute. Do not edit application source from this command.