This repository is archived. The project has been completely rebuilt from the ground up as BugTraceAI v2 — a fully autonomous, multi-agent AI security scanning platform.
BugTrace-AI started as a browser-based AI analysis suite (the code in this repo). BugTraceAI v2 is a completely new platform:
| BugTrace-AI (this repo) | BugTraceAI v2 (new) | |
|---|---|---|
| Approach | Manual AI-assisted analysis | Fully autonomous multi-agent scanning |
| Scanning | Non-invasive reconnaissance | Active exploitation + browser-based validation |
| Specialists | General-purpose AI chat | 10+ dedicated agents (XSS, SQLi, SSRF, IDOR, LFI, RCE, XXE, JWT...) |
| Validation | AI analysis only | Headless Chromium + Vision AI screenshot confirmation |
| Architecture | Single React app | CLI scanner + Web dashboard + Docker deployment |
| Fuzzers | None | Go-compiled high-speed fuzzers |
| Pipeline | Single-pass analysis | 5-phase pipeline: Discovery, Analysis, Consolidation, Exploitation, Validation |
| Deployment | Manual Docker build | One-command wizard with 3 deployment modes |
| API | None | Full REST API + WebSocket real-time streaming |
One-command install:
git clone https://github.com/BugTraceAI/BugTraceAI-Launcher.git ~/bugtraceai-launcher && ~/bugtraceai-launcher/launcher.shRequirements: Docker 24.0+, Git, 4 GB RAM, OpenRouter API key
- Main repo: github.com/BugTraceAI/BugTraceAI
- CLI (scanner engine): github.com/BugTraceAI/BugTraceAI-CLI
- Web dashboard: github.com/BugTraceAI/BugTraceAI-WEB
- Launcher (Docker deploy): github.com/BugTraceAI/BugTraceAI-Launcher
- Website: bugtraceai.com
These demos show the original version of the tool (this repo):
| English | Spanish |
|---|---|
![]() |
![]() |
MIT License. See the LICENSE file for details.
Made with care by Albert C. @yz9yt
bugtraceai.com


