By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: SynackPublished January 28, 2026

TL;DR: An agentic AI pentest system solved 10 of 10 PortSwigger SQL injection labs in January 2026, with 90% completed within a standard practitioner time window and one missed by 18 seconds, according to Synack. The result shows that agentic testing can scale coverage, but human validation still matters when tool-driven systems are used to assess real attack surface.


At a glance

What this is: Synack benchmarked an agentic AI pentest system against PortSwigger SQLi labs and reported perfect completion across 10 labs.

Why it matters: For IAM and security teams, the finding matters because AI-assisted offensive testing changes how quickly exposure can be found, how consistently it is reproduced, and how much human oversight is still required.

👉 Read Synack's benchmark of Sara Pentest against PortSwigger SQL injection labs


Context

Agentic AI in security testing is no longer just a concept. In this case, the central issue is whether an AI-driven pentest system can perform with enough consistency to support vulnerability discovery, especially against SQL injection paths that depend on reasoning, payload adaptation, and response interpretation.

For identity and access programmes, the relevance is indirect but real. SQLi remains a classic route into databases, sessions, and privileged application paths, which means any system that can rapidly validate exploitability affects risk prioritisation, remediation timing, and how teams think about the boundary between human-led and AI-led assurance.


Key questions

Q: How should security teams use AI-assisted pentesting without losing control of evidence quality?

A: Use AI-assisted pentesting as a decision-support layer, not a decision authority. Require reproducible evidence, asset context, and human validation for any finding that will drive remediation, especially when the result suggests privilege escalation or access to sensitive systems. The tool should accelerate triage, not replace accountable analysis.

Q: When does AI-assisted pentesting reduce more risk than manual testing alone?

A: It reduces more risk when environments are large, distributed, and changing faster than a traditional engagement can keep up. Cloud estates, DevOps pipelines, and identity-heavy applications benefit most because repeated validation catches regressions in access paths and exposed credentials sooner than a point-in-time review can.

Q: What do organisations get wrong about vulnerability discovery?

A: They often treat discovery as proof of risk. Discovery only says something exists, not that it can be exploited or chained into impact. Security teams need validation that tests reachability, privilege paths, and business consequence, otherwise remediation time is wasted on theoretical issues.

Q: Should organisations replace manual pentests with agentic testing?

A: No. Agentic testing is best treated as a high-frequency validation layer that expands coverage and speed, while humans remain essential for scoping, exception handling, and adjudicating complex findings. The practical model is hybrid: automation for breadth and repeatability, humans for judgement and edge cases.


Technical breakdown

How agentic AI pentesting assembles an attack path

Agentic pentesting uses an LLM-backed system to choose actions, test hypotheses, and adapt based on target responses. Unlike a fixed scanner, the agent can vary its sequence, try alternate payloads, and use feedback loops to refine exploitation attempts. In the Synack benchmark, that means the system was not just matching signatures. It was probing for injection points, inferring database type, and iterating until the lab condition was satisfied. The human role shifts from doing every step to validating the conclusions and deciding whether the result is operationally meaningful.

Practical implication: treat agentic pentest output as decision support, not as a substitute for validated remediation evidence.

Why SQL injection remains a strong benchmark for AI security testing

SQL injection is useful for benchmarking because it spans reconnaissance, inference, payload selection, and exploitation. Some labs require union-based discovery, others depend on blind techniques or out-of-band callbacks, so success indicates more than simple pattern matching. A system that can solve these consistently is demonstrating chained reasoning across the testing workflow. That does not mean it can safely generalise to every vulnerability class, but it does show that agentic systems can compress the time needed to confirm whether a suspected flaw is real and exploitable.

Practical implication: prioritise agentic testing where exploit validation speed matters, especially for high-volume application estates.

Human oversight still defines trustworthy offensive AI

The benchmark description makes the governance boundary clear. Human oversight is focused on validation, while the agent performs the exploratory work. That division matters because autonomous testing can produce uneven paths, inconsistent evidence quality, or false confidence if outputs are consumed without review. In identity and access terms, this is the same control question that appears in AI governance more broadly: who is accountable for the action, the evidence, and the final decision. Agentic systems can expand coverage, but governance still depends on auditability and review.

Practical implication: define approval, review, and evidence-retention requirements before agentic testing is allowed to influence risk decisions.


Threat narrative

Attacker objective: The attacker aims to turn application query control into unauthorised database access and extraction of sensitive data.

  1. Entry occurs through a vulnerable application input where SQL injection payloads can influence the backend query.
  2. Escalation happens as the attacker infers database structure, refines payloads, and expands from probing to data retrieval.
  3. Impact is database exposure, which can lead to credential theft, sensitive record access, and downstream account compromise.

NHI Mgmt Group analysis

Agentic AI pentesting is becoming a governance problem, not just a testing efficiency story. The value proposition is not merely faster vulnerability discovery. It is the ability to compress reconnaissance, exploitation validation, and reporting into a smaller operating window, which changes how teams prioritise remediation. That matters to IAM and security leaders because the decision to trust agentic output now affects risk governance, not just test throughput.

SQL injection remains a useful proving ground because it tests reasoning, not only pattern recognition. A system that can solve union-based and blind SQLi labs is demonstrating adaptation across changing feedback conditions. That is materially different from static scanning and is closer to how real adversaries work. Practitioners should read this as evidence that AI can improve offensive coverage where exploit conditions require iterative judgement.

Human validation is the control that keeps agentic pentesting credible. The article’s own architecture places humans in the validation role, which is the right boundary for a system that may vary its path on each run. Without that oversight, results can become hard to reproduce, difficult to defend in audit, and too easy to overstate. The right conclusion is that agentic testing should augment, not replace, accountable security review.

Coverage expansion is the next market pressure point for AI-led assurance. Synack says this benchmark is only the beginning and plans to extend it across other vulnerability classes. That signals a broader move from point capability demos toward repeatable evaluation across attack types. For practitioners, the key question is whether their assurance programme can consume AI-generated findings with enough structure to support remediation prioritisation and audit evidence.

What this signals

Agentic testing will reshape how programmes think about vulnerability throughput. Once AI systems can reproduce intermediate lab success in minutes rather than hours, the bottleneck shifts from finding flaws to validating which findings deserve immediate action. Teams should expect more pressure to prove that security evidence is reproducible, auditable, and tied to business impact.

The named concept here is validation debt: the gap that opens when discovery speeds up faster than the organisation can confirm, interpret, and act on results. That gap affects auditability, remediation confidence, and executive reporting. Practitioners should build review gates and evidence standards before agentic testing becomes routine.

For identity-heavy environments, the broader lesson is that offensive AI can quickly expose weak access paths even when the control failure starts in application logic. SQLi still matters because it can become a path to session abuse, privilege misuse, and database-linked identity exposure. Teams should prepare for faster proof of exploitability and tighter coupling between appsec, IAM, and remediation workflow.


For practitioners

  • Define acceptance criteria for agentic pentest results Require reproducible evidence, clear exploit steps, and human validation before findings can enter remediation or audit workflows.
  • Use agentic testing to triage high-volume web estates Apply AI-assisted testing first where SQL injection and related input-handling issues are common, then reserve manual effort for the highest-risk applications.
  • Separate discovery from assurance decisions Make sure the team that receives agentic findings is not the only team validating them, so quality control remains independent.
  • Track exploitability evidence, not just scan counts Measure time to confirmed exploit, not only time to detect, so remediation focus reflects actual risk and not volume of alerts.

Key takeaways

  • Agentic AI pentesting is most valuable when it shortens the path from suspected flaw to confirmed exploit.
  • The benchmark shows that SQL injection remains a strong test of reasoning, adaptation, and exploitation workflow, not just scanning.
  • Human validation remains the control that determines whether AI-led testing produces trustworthy security evidence.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10NHI-01Agentic AI testing and tool use map to OWASP agentic application risks around autonomy and misuse.
MITRE ATT&CKTA0001 , Initial Access; TA0006 , Credential Access; TA0009 , CollectionSQLi can enable initial access, data collection, and credential exposure in real attacks.
NIST CSF 2.0PR.AC-3Access control and validation of web inputs are directly relevant to SQLi exposure.
NIST SP 800-53 Rev 5SI-10Input validation is the core control family implicated by SQL injection testing.
CIS Controls v8CIS-16 , Application Software SecurityApplication security testing and secure coding are central to preventing SQLi.

Use PR.AC-3 to tighten application trust boundaries and verify that backend access is not reachable through tainted input.


Key terms

  • Agentic Pentesting: An approach to penetration testing that uses AI-driven systems to support planning, execution, or interpretation of tests. The key issue is not automation by itself, but whether the environment provides enough context for the output to be accurate, prioritised, and operationally useful.
  • Blind SQL Injection: Blind SQL injection is a variant where the application does not return obvious database output or errors, so the attacker infers information from timing or true-false response differences. It is harder to spot and often requires behaviour-based detection.
  • Validation Debt: Validation debt is the accumulated gap between remediation activity and proof that the risk is gone. It builds when teams prioritise ticket closure over verified elimination, leaving unresolved exposure across infrastructure, identity, and access pathways even while reporting suggests progress.

What's in the full report

Synack's full blog covers the operational detail this post intentionally leaves for the source:

  • The lab-by-lab benchmark table for all 10 PortSwigger SQLi challenges and the exact completion times.
  • The testing approach Sara used to adapt payloads, identify database type, and handle blind or out-of-band cases.
  • The specific practitioner framing Synack uses to compare human-led and agentic-led pentesting by asset importance and speed.
  • The follow-on vulnerability classes Synack says it will benchmark next, including broken authentication and SSRF.

👉 Synack's full post includes the lab results, timing details, and agentic testing approach behind the benchmark.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, workload identity, and secrets management. It helps security practitioners connect identity controls to broader security decision-making.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 19, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org