You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Contributing to FuzzForge OSS
1
+
# Contributing to FuzzForge AI
2
2
3
-
Thank you for your interest in contributing to FuzzForge OSS! We welcome contributions from the community and are excited to collaborate with you.
3
+
Thank you for your interest in contributing to FuzzForge AI! We welcome contributions from the community and are excited to collaborate with you.
4
4
5
5
**Our Vision**: FuzzForge aims to be a **universal platform for security research** across all cybersecurity domains. Through our modular architecture, any security tool—from fuzzing engines to cloud scanners, from mobile app analyzers to IoT security tools—can be integrated as a containerized module and controlled via AI agents.
6
6
@@ -360,8 +360,8 @@ Beyond modules, you can contribute to FuzzForge's core components.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<h1align="center"> FuzzForge OSS</h1>
1
+
<h1align="center"> FuzzForge AI</h1>
2
2
<h3align="center">AI-Powered Security Research Orchestration via MCP</h3>
3
3
4
4
<palign="center">
@@ -26,13 +26,13 @@
26
26
27
27
---
28
28
29
-
> 🚧 **FuzzForge OSS is under active development.** Expect breaking changes and new features!
29
+
> 🚧 **FuzzForge AI is under active development.** Expect breaking changes and new features!
30
30
31
31
---
32
32
33
33
## 🚀 Overview
34
34
35
-
**FuzzForge OSS** is an open-source runtime that enables AI agents (GitHub Copilot, Claude, etc.) to orchestrate security research workflows through the **Model Context Protocol (MCP)**.
35
+
**FuzzForge AI** is an open-source runtime that enables AI agents (GitHub Copilot, Claude, etc.) to orchestrate security research workflows through the **Model Context Protocol (MCP)**.
36
36
37
37
### The Core: Modules
38
38
@@ -43,7 +43,7 @@ At the heart of FuzzForge are **modules** - containerized security tools that AI
43
43
-**🔗 Composable**: Chain modules together into automated workflows
44
44
-**📦 Extensible**: Build custom modules with the Python SDK
45
45
46
-
The OSS runtime handles module discovery, execution, and result collection. Security modules (developed separately) provide the actual security tooling - from static analyzers to fuzzers to crash triagers.
46
+
FuzzForge AI handles module discovery, execution, and result collection. Security modules (developed separately) provide the actual security tooling - from static analyzers to fuzzers to crash triagers.
47
47
48
48
Instead of manually running security tools, describe what you want and let your AI assistant handle it.
49
49
@@ -171,11 +171,11 @@ FuzzForge modules are containerized security tools that AI agents can orchestrat
171
171
172
172
### Module Ecosystem
173
173
174
-
|| FuzzForge OSS| FuzzForge Enterprise Modules |
174
+
|| FuzzForge AI| FuzzForge Enterprise Modules |
175
175
|---|---|---|
176
176
|**What**| Runtime & MCP server | Security research modules |
> 💡 **Build your own modules!** The FuzzForge SDK allows you to create custom modules that integrate seamlessly with the OSS runtime. See [Creating Custom Modules](#-creating-custom-modules).
190
+
> 💡 **Build your own modules!** The FuzzForge SDK allows you to create custom modules that integrate seamlessly with FuzzForge AI. See [Creating Custom Modules](#-creating-custom-modules).
0 commit comments