zeroclaw/fuzz/fuzz_targets
Alex Gorevski d407eb61f0 test(fuzz): add webhook, provider response, and command validation fuzz targets
Add three new fuzz targets expanding coverage from 2 to 5 targets:
- fuzz_webhook_payload: fuzzes webhook body JSON deserialization
- fuzz_provider_response: fuzzes provider API response parsing
- fuzz_command_validation: fuzzes security policy command validation
Addresses audit findings for critical fuzz coverage gaps in gateway,
provider, and security subsystems.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-19 13:19:56 -08:00
..
fuzz_command_validation.rs test(fuzz): add webhook, provider response, and command validation fuzz targets 2026-02-19 13:19:56 -08:00
fuzz_config_parse.rs ci: add fuzz testing workflow and harnesses (#629) 2026-02-17 15:12:08 -05:00
fuzz_provider_response.rs test(fuzz): add webhook, provider response, and command validation fuzz targets 2026-02-19 13:19:56 -08:00
fuzz_tool_params.rs ci: add fuzz testing workflow and harnesses (#629) 2026-02-17 15:12:08 -05:00
fuzz_webhook_payload.rs test(fuzz): add webhook, provider response, and command validation fuzz targets 2026-02-19 13:19:56 -08:00