mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 22:32:45 +00:00
- Remove obsolete docker_logs.py module and container diagnostics from SDK - Fix security_assessment workflow metadata (vertical: rust -> python) - Remove all Prefect references from documentation - Add SDK exception handling test suite - Clean up old test artifacts
rust_fuzz_test
FuzzForge security testing project.
Quick Start
# List available workflows
fuzzforge workflows
# Submit a workflow for analysis
fuzzforge workflow <workflow-name> /path/to/target
# View findings
fuzzforge finding <run-id>
Project Structure
.fuzzforge/- Project data and configuration.fuzzforge/config.yaml- Project configuration.fuzzforge/findings.db- Local database for runs and findings