// summary
Decepticon is a professional autonomous red team agent designed to execute realistic attack chains like reconnaissance, exploitation, and lateral movement. Unlike simple scanners, it operates under strict rules of engagement and generates comprehensive operational plans before initiating any activity. The system utilizes specialized agents and isolated network architecture to perform professional-grade security testing while maintaining safety and discipline.
// technical analysis
Decepticon is an autonomous Red Team agent designed to execute professional-grade attack chains rather than simple automated scans. It operates with a disciplined methodology, requiring the generation of formal engagement documentation like Rules of Engagement and Operations Plans before any technical activity begins. The architecture emphasizes security through strict network isolation, separating management and operational traffic into distinct, hardened environments. By utilizing a multi-agent system organized by kill chain phases, the project enables complex, adaptive offensive operations that mimic real-world adversary behavior.
// key highlights
// use cases
// getting started
To begin, ensure Docker and Docker Compose v2 are installed on your system. Run the installation script via 'curl -fsSL https://decepticon.red/install | bash', followed by 'decepticon onboard' to configure your API keys and model profiles. Once set up, you can launch the system with the 'decepticon' command or test the functionality using 'decepticon demo' to run a pre-configured engagement.