Offensive AI Agent
Definition
An offensive AI agent is an autonomous system driven by a large language model (LLM) that conducts offensive security operations — reconnaissance, exploitation, reporting — without continuous human oversight.
Unlike a classic scanner or traditional automation tool, the agent makes context-aware decisions: it adapts its strategy based on observed responses, chains vulnerabilities together, and prioritizes the most critical attack vectors.
How Sentinelle Uses It
Sentinelle is an offensive AI agent: it breaks a mission down into steps, selects the right tools (nmap, ffuf, nuclei, etc.), and validates vulnerabilities within an authorized scope. The operator defines the target; the agent handles the rest.
Key Distinctions
- Agent vs scanner: a scanner follows fixed rules; an agent reasons and adapts.
- Agent vs standalone LLM: a LLM answers questions; an agent acts in the real world via tools.
- Offensive vs defensive agent: an offensive agent actively hunts vulnerabilities; a defensive agent monitors and detects.
Related Topics
See the homepage and our automated recon guides.