AI-powered workflow automation and AI Agents for AppSec, Fuzzing & Offensive Security
Overview • Features • Installation • Quickstart • AI Demo • Contributing • Roadmap
FuzzForge helps security researchers and engineers automate application security and offensive security workflows with the power of AI and fuzzing frameworks.
- Orchestrate static & dynamic analysis
- Automate vulnerability research
- Scale AppSec testing with AI agents
- Build, share & reuse workflows across teams
FuzzForge is open source, built to empower security teams, researchers, and the community.
🚧 FuzzForge is under active development. Expect breaking changes.
If you find FuzzForge useful, please star the repo to support development 🚀
- 🤖 AI Agents for Security – Specialized agents for AppSec, reversing, and fuzzing
- 🛠 Workflow Automation – Define & execute AppSec workflows as code
- 📈 Vulnerability Research at Scale – Rediscover 1-days & find 0-days with automation
- 🔗 Fuzzer Integration – AFL, Honggfuzz, AFLnet, StateAFL & more
- 🌐 Community Marketplace – Share workflows, corpora, PoCs, and modules
- 🔒 Enterprise Ready – Team/Corp cloud tiers for scaling offensive security
Python 3.11+ Python 3.11 or higher is required.
uv Package Manager
Docker For containerized workflows, see the Docker Installation Guide.
Before running docker compose up, configure Docker to allow insecure registries (required for the local registry).
Add the following to your Docker daemon configuration:
macOS (Docker Desktop):
- Open Docker Desktop
- Go to Settings → Docker Engine
- Add the insecure-registries configuration to the JSON
- Click "Apply & Restart"
Linux:
- Edit /etc/docker/daemon.json (create if it doesn't exist):
sudo nano /etc/docker/daemon.json
- Add the configuration above
- Restart Docker:
sudo systemctl restart docker
After installing the requirements, install the FuzzForge CLI:
Run your first workflow :
The first launch can take 5-10 minutes due to Docker image building - a good time for a coffee break ☕
Setting up and running security workflows through the interface
👉 More installation options in the Documentation.
AI agents automatically analyzing code and providing security insights
We welcome contributions from the community!
There are many ways to help:
- Report bugs by opening an issue
- Suggest new features or improvements
- Submit pull requests with fixes or enhancements
- Share workflows, corpora, or modules with the community
See our Contributing Guide for details.
Planned features and improvements:
- 📦 Public workflow & module marketplace
- 🤖 New specialized AI agents (Rust, Go, Android, Automotive)
- 🔗 Expanded fuzzer integrations (LibFuzzer, Jazzer, more network fuzzers)
- ☁️ Multi-tenant SaaS platform with team collaboration
- 📊 Advanced reporting & analytics
👉 Follow updates in the GitHub issues and Discord.
FuzzForge is released under the Business Source License (BSL) 1.1, with an automatic fallback to Apache 2.0 after 4 years.
See LICENSE and LICENSE-APACHE for details.