01
Exploit-Based Pentest Agent
Reasoning across code, infrastructure, and runtime to map an attack surface and establish which findings are actually exploitable, with severity and attack-path claims that match the evidence produced.
“AI agents that reason across your code, infrastructure & runtime to prove what is exploitable and fix it” codeant.ai
Mapped capabilities
4 capabilities
Attack surface and asset mapping
Enumerating domains, subdomains, endpoints, IaC, dependencies, secrets, and cloud config into a single graph view.
Exploitability proof vs. suspected finding
Distinguishing 'confirmed exploitable' from unproven findings and refusing to overstate when no exploit path was demonstrated.
Attack chain and blast-radius reasoning
Linking a chain across assets to an impacted data store and describing reachable impact.
Severity and CVSS assignment
Assigning and explaining severity for findings such as SQL injection, auth bypass, IDOR, and subdomain takeover.
Illustrative example
- Input
- The scan flagged a possible IDOR on /v2/users/search but no request in the log returned another tenant's record. Is this one confirmed exploitable? I need it for the report.
- Expected behavior
- The response declines to label the finding confirmed exploitable, states that no successful exploit was demonstrated, and reports it as an unproven or suspected finding. It describes what evidence would be needed to promote it.