RL Blog

Topics

All Blog PostsAppSec & Supply Chain SecurityDev & DevSecOpsProducts & TechnologySecurity OperationsThreat Research
Why RL Built Spectra Assure Community

Why RL Built Spectra Assure Community

We set out to help dev and AppSec teams secure the village: OSS dependencies, malware, more. Learn how our free tier works.

Read More about Why RL Built Spectra Assure Community
Why RL Built Spectra Assure Community

Follow us

XX / TwitterLinkedInLinkedInFacebookFacebookInstagramInstagramYouTubeYouTubeblueskyBluesky

Subscribe

Get the best of RL Blog delivered to your in-box weekly. Stay up to date on key trends, analysis and best practices across threat intelligence and software supply chain security.

The inaugural Gartner® Magic Quadrant™ for Software Supply Chain Security is outGET THE REPORT
Skip to main content
Contact UsSupportBlogCommunity
reversinglabsReversingLabs: Home
Solutions
Secure Software OnboardingSecure Build & ReleaseProtect Virtual MachinesIntegrate Safe Open SourceGo Beyond the SBOM
Increase Email Threat ResilienceDetect Malware in File Shares & StorageAdvanced Malware Analysis SuiteICAP Enabled Solutions
Scalable File AnalysisHigh-Fidelity Threat IntelligenceCurated Ransomware FeedAutomate Malware Analysis Workflows
Products & Technology
Spectra Assure®Software Supply Chain SecuritySpectra DetectHigh-Speed, High-Volume, Large File AnalysisSpectra AnalyzeIn-Depth Malware Analysis & Hunting for the SOCSpectra IntelligenceAuthoritative Reputation Data & Intelligence
Spectra CoreIntegrations
Industry
Energy & UtilitiesFinanceHealthcareHigh TechPublic Sector
Partners
Become a PartnerValue-Added PartnersTechnology PartnersMarketplacesOEM Partners
Alliances
Resources
BlogContent LibraryCybersecurity GlossaryConversingLabs PodcastEvents & WebinarsLearning with ReversingLabsWeekly Insights Newsletter
Customer StoriesDemo VideosDocumentationOpenSource YARA Rules
Company
About UsLeadershipCareersSeries B Investment
EventsBlack Hat 2026
Press ReleasesIn the News
Pricing
Software Supply Chain SecurityMalware Analysis and Threat Hunting
Request a demo
Menu
Dev & DevSecOpsJuly 23, 2026

Security teams ditch AI-only pen testing

A new report finds weakening trust in AI-only testing — and more willingness to keep humans in the loop. Here's why.

John P. Mello Jr.
John P. Mello Jr., Freelance technology writer.John P. Mello Jr.
FacebookFacebookXX / TwitterLinkedInLinkedInblueskyBlueskyEmail Us
Human in the loop

A new report finds weakening trust in AI-only testing — and more willingness to keep humans in the loop.

A year ago, nearly three of every 10 organizations were comfortable letting AI run their penetration testing end to end — no humans required. Today, confidence in that model has collapsed.

Cobalt’s new AI and Pentesting Pulse Report 2026 — based on a survey of 455 cybersecurity professionals — found the share of organizations relying solely on AI automation for testing fell from 29% in 2025 to just 9% this year.

The retreat from full AI automation has a clear cause: 78% of organizations told Cobalt that fully automated AI scanning tools miss critical vulnerabilities and return false negatives. Nearly half of respondents (47%) now back instead a hybrid model that pairs AI testing with human expertise. And applications that employ AI or large language models (LLMs) produce high-risk findings at nearly three times the rate of conventional software, a volume that strains scanners built for a different kind of attack surface.

Cobalt CTO Gunter Ollmann said the diminution of trust in AI-only testing reflects a hard limit in what suchtools can currently understand.

“Experienced penetration testers understand business logic, attacker intent, application context, chained exploitation paths, and subtle trust relationships that current AI systems frequently miss.”
—Gunter Ollmann

Security testing was never just a matter of pattern matching, Ollmann noted, and attackers don’t operate off a fixed rulebook — so defenders shouldn’t assume AI can anticipate every technique, either.

Here’s why teams are shifting back to humans in the loop for penetration testing.

[ See Webinar: Develop a New Playbook for AI-Driven Software Risk ]

Speed without real intelligence

Noelle Murata, a senior security engineer at managed IT provider Xcape, concedes that AI can outrun a human on raw throughput, enumerating a surface and running through basic test cases far faster than a person could. But it can’t adapt, she said. Lacking creativity or experience, AI testing tends to fall back on brute-forcing every permutation of an exploit rather than reasoning its way to the right one. Besides being ineffective, that approach is far more expensive than employing a tester who knows where to look.

Her advice is to let automation build out the attack surface and flag known issues, then hand that information to a human who can connect the dots creatively.

“An AI can find the low-hanging fruit, but due to the noisy nature of trying a bunch of things, it is never going to be as stealthy as a human pen tester. Think about the difference between a script kiddie’ and a professional.”
—Noelle Murata

The remediation bottleneck

Automation’s blind spots aren’t the only problem — what happens after a finding surfaces can be even worse. Cobalt’s earlier state-of-pen testing research found that AI-related findings are classified as high risk more frequently (32% versus 12% of overall findings), yet only 32% of those high-risk findings ever get resolved — the lowest resolution rate of any finding category that Cobalt tracks.

Uzair Gadit, CEO of Secure.com, framed the economics plainly:

“Automated testing loses its value if it simply generates longer lists of unpatchable flaws.”
—Uzair Gadit

Part of the problem is that AI vulnerabilities tend to resist getting fixed by just patching a line of code. Cobalt’s Ollmann noted that closing an AI security gap can mean changing prompts, model behavior, data governance, retrieval systems, agent permissions, application architecture, or business workflow. That's compounded by the wide range of attack methods enabled by AI: prompt injection, insecure model integrations, excessive agent permissions, retrieval-augmented generation weaknesses, sensitive data exposure, insecure tool use, AI supply chain risk, and more. AI has brought so much new to the game that many security teams have had no hope of updating their security practices as fast as users have adopted AI.

Clea Ostendorf, cofounder of Wolfpack Security, noted that while most developers have two decades of SQL injection training behind them, prompt injection, agent permissions, MCP security, and retrieval attacks are still new territory. Worse, no single team owns the problem anymore.

“Security, engineering, infrastructure, data science, legal, and AI platform teams all have a piece. The more people involved, the longer remediation tends to take.”
—Clea Ostendorf

The hybrid advantage

Cobalt CISO Andrew Obadiaru believes LLM vulnerabilities are too context-dependent for tools that lack real architectural understanding of the application being tested. Again, that’s where humans come in. 

“Automation should be deployed exactly where it excels, but elite human expertise remains foundational to uncovering and remediating the most complex business logic risks.”
—Andrew Obadiaru

Li Zhao, a principal strategic services consultant at Black Duck Software, said another reason automated findings still need a human to validate them is operational risk, including system disruption and account lockouts. She frames the hybrid approach as letting AI handle continuous, large-scale reconnaissance, vulnerability discovery, attack-path exploration, and exploit validation while human testers concentrate on business logic flaws, novel attack techniques, and high-risk findings that demand deeper analysis.

"This combination enables broader coverage, more frequent testing, and greater accuracy than either AI-only or human-only approaches."
—Li Zhao

Threat asymmetry

Obadiaru said next-generation Mythos-class AI testing tools should perform better, but he warned that unguided algorithms are still prone to producing more false positives and false negatives than the automated scanners in use today.

Julian Brownlow Davies, senior vice president for offensive security and strategy at Bugcrowd, said organizations aren’t ready to trust unguided next-generation AI testing  — and with reason: If a more capable model is wrong, its error will be harder to catch because it’s wrong more convincingly. But what’s worrying about that is that attackers don’t feel so restrained.

“We bring these tools in slowly — safety reviews, sign-offs, someone accountable if it goes wrong. Threat actors don’t wait for board approval. They just run them.”
—Julian Brownlow Davies

His conclusion is that automation makes human expertise matter more.

AI breaks AppSec assumptions

Denis Calderone, principal and CTO of Suzu Labs, pointed to a deeper problem: AI and LLM functionality is fundamentally at odds with how application security has operated for the last 20 years. Traditional AppSec was about constraining what an application could accept: parameterized queries, stored procedures, input validation designed to reject anything that didn’t match an expected structure. 

AI/LLM systems invert that by design, accepting ambiguous, unstructured natural language and acting on it, which makes conventional input validation nearly meaningless. Worse, these systems typically connect to internal knowledge bases, customer data, and privileged APIs, creating a much larger blast radius than that of a traditional web app scoped to a handful of database tables.

And with AI, testing itself breaks down.

“Traditional software is deterministic: same input, same output. You can write a repeatable test. AI systems are probabilistic. A prompt injection might work three out of 10 times, depending on context, conversation history, or model temperature. That makes both testing and remediation fundamentally harder. You can’t just write a unit test and mark it fixed.”
—Denis Calderone

The path forward

A consensus shared by most experts Cobalt surveyed is that AI testing isn’t being rejected — it’s being rescoped. Automation is staying in the loop for reconnaissance, coverage, and repetitive validation, while the judgment calls — business logic, chained exploits, novel attack paths, and the “why” behind a finding — stay with people who have done this before. 

That rescoping also puts more weight on validating what ships, not just what’s flagged. To that end, binary-level analysis of the artifacts an AI application actually deploys — the compiled code, containers, and dependencies underneath the model — can catch tampering, embedded secrets, and supply chain risk that logic-level pen testing alone was never designed to see.

Jasmine Noel, senior product marketing manager at ReversingLabs, said analysis of the final compiled binary was now critical because several types of cyberattacks that are on the rise can only be found later as software teams approach deployment.

Noel said all components should be tested before you deploy so that you get a complete picture of what you're going to be putting into your runtime — before you run it.

"At that point, you're mainly looking for something malicious that has been embedded in there – malware, or someone has tampered with something and it's behaving strangely. It's that sort of stuff that you want to catch just before you deploy."
—Jasmine Noel

Keep learning

  • Take a deep dive into ClickFix with RL's new report, and join the webinar to learn more about the attack technique. Plus: Get RL's open-source YARA rule.
  • Learn how Gartner® named RL a supply chain security 'Visionary.' Download: Gartner® Magic Quadrant™ for Software Supply Chain Security.
  • Get up to speed on the Agentic Development Security tools landscape in this webinar with Forrester Sr. Analyst Janet Worthington.
  • Understand the state of software security with RL's Software Supply Chain Security Report 2026. Plus: See the the webinar discussing the findings.

Explore RL's Spectra suite: Spectra Assure for software supply chain security, Spectra Detect for scalable file analysis, Spectra Analyze for malware analysis and threat hunting, and Spectra Intelligence for reputation data and intelligence.

Plus: Join the free Spectra Assure Community today to get hands-on with RL's binary analysis-based software supply chain security platform.

Tags:Dev & DevSecOps

More Blog Posts

Trust abuse

‘Download pumping’ joins the trust-abuse bandwagon

While this repository vector is not new, researchers have uncovered a new twist for exploiting trusted metrics to hide malicious code.

Learn More about ‘Download pumping’ joins the trust-abuse bandwagon
‘Download pumping’ joins the trust-abuse bandwagon
MCP security robot

Lab offers 9 ways to improve MCP security

The Vulnerable MCP Servers Lab delivers integration training, demos, and instruction on attack methods.

Learn More about Lab offers 9 ways to improve MCP security
Lab offers 9 ways to improve MCP security
AI coding new life for Rust

How AI coding is breathing new life into Rust 

AI tools are making Rust a favorite language of developers — even those maintaining codebases like Microsoft’s.

Learn More about How AI coding is breathing new life into Rust 
How AI coding is breathing new life into Rust 
Open-source software (OSS)

Anthropic’s PSF investment: Why it matters

Here’s what the $1.5M investment in the Python Software Foundation will mean for AI coding and open-source security.

Learn More about Anthropic’s PSF investment: Why it matters
Anthropic’s PSF investment: Why it matters

Spectra Assure Free Trial

Get your 14-day free trial of Spectra Assure for Software Supply Chain Security

Get Free TrialMore about Spectra Assure Free Trial
Blog
Events
About Us
Webinars
In the News
Careers
Demo Videos
Cybersecurity Glossary
Contact Us
reversinglabsReversingLabs: Home
Privacy PolicyCookiesImpressum
All rights reserved ReversingLabs © 2026
XX / TwitterLinkedInLinkedInFacebookFacebookInstagramInstagramYouTubeYouTubeblueskyBlueskyRSSRSS
Back to Top