Files
fuzzforge_ai/test_projects/rust_fuzz_test

rust_fuzz_test

FuzzForge security testing project.

Quick Start

# List available workflows
fuzzforge workflows

# Submit a workflow for analysis
fuzzforge workflow run <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