Autonomous Digital Security Auditor — A highly autonomous, cyberpunk-themed security agent that utilizes the ReAct framework to scan, map, and audit web applications for vulnerabilities.
- Autonomous ReAct Engine: Powered by Mistral & Gemini, the agent reasons through complex security workflows independently.
- Dynamic Fallback AI: Automatic failover between providers ensuring uninterrupted security audits.
- Void-Dark GUI: A hardware-accelerated interface with neon accents and parallax effects.
- Zero-Install Binary: Compiled into a single, standalone Windows
.exe. - Encrypted Local Config: Security credentials and API keys are stored locally in a secure format.
graph TD
User[Operator] --> GUI[Aegis UI]
GUI --> Agent[Autonomous Engine]
subgraph Reasoning Loop
Agent --> LLM[AI Model]
LLM --> Agent
Agent --> Tools[Security Tools]
Tools --> ScanData[Results]
ScanData --> Agent
end
Agent --> GUI
ui.py: Graphical User Interfacemain.py: Core ReAct loopai_engine.py: AI Provider managertools.py: Security tool suiterun_aegis.py: Compilation bootloader
- Navigate to
dist/. - Launch
Aegis_Security_Console.exe. - Configure API keys and start the audit.
git clone https://github.com/pisum-sativum/aegis-security-console.git
cd aegis-security-console
pip install requests pyinstaller
python ui.pypython -m PyInstaller --noconsole --onefile --name "Aegis_Security_Console" run_aegis.py --clean -yAegis-Agent is an active security auditing tool. DO NOT target systems without explicit authorization.
Developed with 🛡️ for a Secure Digital Frontier.