AI-powered pentest platform β built by someone who red-teams AI, not just with it.
Status: Active development
Stack: Python Β· Multi-agent orchestration Β· LLM APIs
CyberAI is an AI orchestration layer for offensive security workflows. It connects the phantom toolchain β OOB detection, CVE intelligence, TLS analysis β and routes findings through an AI pipeline that surfaces actionable attack paths.
Not a chatbot for pentesters. An agentic system where AI agents handle recon, correlation, and reporting β while you focus on exploitation.
βββββββββββββββββββββββββββββββββββββββββββββββββββ
β CyberAI Core β
β β
β βββββββββββββββ ββββββββββββββββββββββββ β
β β Orchestrat β β Agent Pool β β
β β or Agent βββββββΆβ Recon Β· Intel β β
β βββββββββββββββ β Exploit Β· Report β β
β β ββββββββββββββββββββββββ β
β βΌ β
β βββββββββββββββββββββββββββββββββββββββββββ β
β β Phantom Stack β β
β β phantom-grid Β· phantom-intel β β
β β reality-probe β β
β βββββββββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββ
This platform is built with multi-agent security as a first-class concern:
- Agent trust boundaries β agents operate with minimal necessary permissions
- Input validation β all external data sanitized before entering the LLM context
- Prompt injection resistance β structured prompts, output parsing, no raw passthrough
- Audit trail β every agent action logged with inputs and outputs
The irony of building an AI pentest tool while studying AI attack surfaces is intentional. Adversarial thinking is a design input, not an afterthought.
[x] AI Orchestrator skeleton
[ ] phantom-intel integration β CVE context injection
[ ] phantom-grid integration β OOB result correlation
[ ] Recon agent β target enumeration pipeline
[ ] Exploit suggestion agent β CVE β PoC mapping
[ ] Report generation agent β findings β markdown/PDF
[ ] Multi-agent safety protocol layer
git clone https://github.com/user70616E6461/CyberAI.git
cd CyberAI
pip install -r requirements.txt
# configuration: cp config.example.yml config.yml
python main.py| Tool | Role in the stack |
|---|---|
| phantom-grid | OOB interaction capture |
| phantom-intel | CVE intelligence feed |
| reality-probe | TLS analysis & config |
MIT
Part of the panda security toolchain.