TL;DR: Agentic pentesting now combines a coordinator, specialised sub-agents, and sandboxed tools to run chained attacks, produce executable proof, and adapt in real time as application state changes, according to Escape. The governance question is no longer whether automation can test faster, but whether teams can trust evidence-rich results without losing control of scope, safety, and reproducibility.
NHIMG editorial — based on content published by Escape: agentic pentesting architecture and the specialised agents in its multi-agent platform
By the numbers:
- The Agentic Crawler helps find applications that scanners miss, and traditional crawlers may report only 17 endpoints out of 400 in a modern SPA.
Questions worth separating out
Q: How should security teams evaluate agentic pentest tools?
A: Evaluate the full workflow, not the model alone.
Q: Why do coordinated AI agents outperform single scanners on modern web apps?
A: They can split exploration, exploitation, and validation across specialised roles instead of forcing one model to handle every step at once.
Q: What do security teams get wrong about pentest-style evidence?
A: They often assume a report is useful just because it exists.
Practitioner guidance
- Validate orchestration boundaries first Assess whether the coordinator, child agents, and tool layer are separately scoped, logged, and reproducible before trusting any result set.
- Prioritise authenticated workflow coverage Test whether the platform can traverse sign-up, role assignment, tenant creation, and other stateful paths that expose the real attack surface.
- Require replayable exploit evidence Make working requests, responses, and exploit steps mandatory in findings so engineers can verify claims without rebuilding the attack chain.
What's in the full article
Escape's full research post covers the operational detail this post intentionally leaves for the source:
- The full agent-by-agent breakdown of how the coordinator, crawler, XSS, SQLi, BOLA, business logic, and regression roles are wired together.
- Benchmark comparisons showing how orchestration changes scanning outcomes even when the underlying model stays the same.
- Examples of the tooling, hooks, and sandboxing model that make the pentest reproducible and programmable.
- Product-direction notes on where the platform is heading next and which capabilities are expected to change first.
👉 Read Escape's analysis of agentic pentesting architecture and specialised agents →
Agentic pentesting and coordinated attack chains: what changes now?
Explore further