
AI-Powered Penetration Testing Finds More Bugs, but Adds Triage Work
Published by AINave Editorial • Reviewed by Ramit
AI-powered penetration testing is speeding up vulnerability discovery, but a Pentest-Tools survey suggests many security teams are paying for that speed with heavier manual validation. The practical takeaway for teams building or operating AI security workflows is simple: AI can widen coverage, but human review remains essential before a finding becomes a remediation task.
AI pentesting increases the number of candidates
Nine in ten practitioners who had used AI to generate penetration testing findings said the results required significant manual validation. About six in ten said 5% to 25% of findings needed review, while 27% said more than a quarter required validation, according to the Pentest-Tools survey results.
That distinction matters. An AI system can produce a large candidate set quickly, but a candidate is not the same thing as a confirmed vulnerability. Security teams still need to establish whether the issue is real, exploitable, duplicate, and relevant to the application’s threat model.
Hallucinated CVEs turn discovery into verification
Respondents described fabricated exploits, duplicate findings, non-exploitable SQL injection reports, and hallucinated CVEs in security tools that did not exist. One practitioner said an AI tool generated 300 findings, of which 250 were considered junk after two days of triage.
For product teams, this creates a trust problem. A noisy scanner does not only consume analyst time. It can also make legitimate findings harder to prioritize because reviewers must spend effort checking whether the tool’s confidence is justified.
Volume is now a workflow constraint
Only one in five respondents said they had a process capable of triaging 500 or more AI-generated vulnerability candidates from one engagement. Thirty-nine percent said that volume would strain their team, and 30% said it would be unmanageable.
This is where AI-assisted vulnerability discovery differs from ordinary automation. Increasing output without improving deduplication, evidence capture, severity ranking, and analyst routing simply moves the bottleneck downstream. Teams evaluating tools should measure validated findings per analyst hour, not raw findings per scan.
Use AI where evidence is easier to check
More than 90% of respondents said they were already using AI-enabled systems or planned to use them within 12 months. Seventy-four percent used AI for vulnerability discovery, while 69% used it for report writing and tracking, according to the reported adoption figures.
Adoption was lower for tasks requiring live judgement: 37% used AI for exploitation and attack path chaining, 35% for remediation validation and retesting, and 25% for post-exploitation and lateral movement. That pattern is a useful deployment guide. Start with workflows where humans can quickly inspect supporting evidence, then expand only when validation quality is demonstrated.
Business logic still needs human context
Survey respondents said AI struggled more with business logic than with standard vulnerability discovery. Examples included discount coupons that could be reused, negative cart quantities that enabled free purchases, and changing a user ID in a URL to expose another customer’s data.
These cases depend on product rules, permissions, and intended behavior. An AI pentesting system may identify suspicious behavior, but it cannot reliably decide what the application is supposed to allow without accurate context and a human tester’s judgement.
For builders, the





















