The AI landscape doesn't move in one direction — it lurches. Some techniques leap from experiment to table stakes in a single quarter; others stall against regulatory walls, technical ceilings, or organisational inertia that no amount of hype can dislodge. Knowing which is which is the hard part. The State of Play cuts through the noise with a rigorously maintained index of AI techniques across every major business domain — classified by maturity, evidenced by real-world adoption, and updated daily so you always know where you stand relative to the field. Stop guessing. Start knowing.
A daily newsletter distilling the past two weeks of movement in a domain or two — delivered to your inbox while the index updates in the background.
Each dot marks the weighted maturity of practices within a domain — hover for a brief summary, click for more detail
AI augmenting static and dynamic application security testing to identify vulnerabilities in code before deployment. Includes LLM-augmented SAST/DAST tools and AI-powered vulnerability explanation; distinct from general code review which focuses on quality rather than security.
AI-augmented security code review has crossed from experiment to real deployment at forward-leaning organisations, but the bottleneck has shifted from tooling to organisational capacity. LLM-enhanced SAST/DAST tools now layer contextual understanding and automated remediation on top of rule-based scanners, targeting vulnerability detection rather than general code quality. Empirical evidence from April-June 2026 validates the hybrid approach: Google's peer-reviewed study of LLM+SAST achieved 89.5% precision with 91% false-positive reduction on 25 production projects, and independent testing of 7 AI code review tools confirmed that context-aware tools (CodeRabbit, Greptile) catch 11-12 of 14 planted bugs versus 7 for context-blind approaches. The vendor ecosystem is genuinely mature: multiple GA products (GitHub /security-review CLI, GitHub third-party agent validation, Microsoft MDASH, Checkmarx hybrid SAST), analyst recognition, and documented remediation speedups measured in multiples (Copilot Autofix 3x-12x), not percentages.
The defining tension at the leading edge is a velocity mismatch tied to deployment reality. Real production deployments show AI-generated code carries 2.74x higher vulnerability rates than human-written code, with practitioners reporting 67% increases in code review time and 118% spikes in security findings despite 31% productivity gains. A practitioner case study documents an Amazon 6-hour production outage (6.3M lost orders) traced directly to inadequate security code review of AI-generated code, affecting one in five organisations. Independent benchmarks confirm both sides of the paradox: hybrid SAST-LLM architectures cut false positives dramatically (92% baseline reduced to 3% via three-stage filtering in production), yet neither AI nor rule-based tools catch 100% of runtime-validated vulnerabilities. Peer-reviewed research from June 2026 shows that Copilot frequently fails to detect critical classes (SQL injection, XSS, insecure deserialization), and LLM-based approaches suffer from inconsistency—some findings appearing in only 1 of 5 identical scans. Organisations with dedicated AppSec programmes and tiered review governance (low-risk vs high-risk code paths) are extracting measurable value. Most lack the institutional capacity to absorb AI-accelerated code velocity, leaving tool maturity stranded ahead of organisational readiness.
The vendor ecosystem expanded in July 2026 with platform-scale product releases and government adoption signals. GitHub shipped dual AI-powered security features to public preview (July 14): /security-review slash command in Copilot app and AI security detections on pull requests, extending coverage to languages and frameworks outside CodeQL's scope. Microsoft entered enterprise AI security with Project Perception, a multi-model orchestration tool routing complexity-dependent tasks between in-house, OpenAI, and Anthropic models. Checkmarx One remains the scale leader (865+ enterprises, 50%+ vulnerability density reductions, F1 0.64 vs 0.20 baseline, 60% false-positive reduction); GitHub Copilot Autofix maintains 3-12x remediation speedup and ~80% newcomer adoption. Snyk Code's AI-native SAST remains embedded in developer workflows across IDEs and CI/CD with governance integrations (Jira, Slack). US government adoption signals mainstream acceptance: CISA deployed Anthropic's Mythos model to scan federal code repositories for exploitable vulnerabilities (July 2026).
Independent testing and large-scale deployments from July–August 2026 validate maturity with critical caveats. Secure Code Warrior's empirical benchmark across 1,760 AI-generated codebases from 16 frontier models identified 86 unique vulnerability patterns, averaging 15 confirmed vulnerabilities per codebase (4.3 severe), demonstrating that AI security risk is predictable and framework-dependent. Cisco orchestrated frontier LLMs to scan 1.8 billion lines of code in 8 weeks (vs. 8 years manual), achieving <3% false positives—demonstrating enterprise-scale AI security code review feasibility. A peer-reviewed RAID 2026 study showed GPT-4 achieved 93.75% detection recall (30/32 scenarios) on common vulnerabilities vs. aggregated SAST baseline 34.38%, establishing LLM-augmented SAST effectiveness on curated benchmarks. Theori's independent pentesting of 28 production-like applications built with AI models found 434 confirmed vulnerabilities after deduplication and PoC validation, revealing that resource exhaustion and access control flaws scale with application size and remain invisible to code review alone. Conversely, a Vietnamese cloud provider's production deployment (CloudThinker) achieved 97.2% precision and 100% security findings detection by integrating Jira requirements and senior-engineer-curated rules, showing that AI review requires institutional context and governance to succeed. However, Snyk VulnBench JS 1.0 (June 2026) exposed a critical barrier: Claude achieved 81% recall but 50% of non-reference findings appeared in only 1 of 5 identical scans—repeatability failure incompatible with PCI DSS v4.0.1 and NIST 800-53 compliance requirements. Peer-reviewed research (International Journal of Applied Cryptography, July 2026) across 11 LLMs on 4 public datasets found no model consistently outperforms across domains; hallucinations and outdated training data remain systemic barriers. The AI tools themselves emerged as new attack surface: Context Guard documented 7 CVEs in July 2026 targeting code review agents—prompt injection via filenames, shell command bypass, git escapes—proving security review platforms require equivalent hardening as the code they review. Orca Security's scan of 1,200+ production organizations (July 2026) showed 81% have known AI vulnerabilities (avg CVSS 8.79), 50.1% have public exploits (250× increase from 2024), and 99.9% remain unpatched.
Organisational capacity and tool reliability remain binding constraints. A Checksum survey of 105 engineering leaders (July 2026) quantified the confidence-verification gap: 78% trust AI-generated code more than a year ago, yet 61% shipped production incidents within 90 days; 74% rolled back AI code; 64% report AI-generated code requires more review time than human-written code. Production deployments show AI review requires hybrid governance: Developers use AI for rapid first-pass filtering, but auth/payments/data-access paths require mandatory human review. GitHub's AI security detection operates as advisory layer (non-blocking), explicitly designed for coverage gaps rather than merge gates. Code review velocity mismatches persist: practitioners report 67% review time increases and 118% security finding spikes despite productivity gains, with Faros telemetry showing incidents-per-PR ratio rose 242.7% as AI adoption accelerated. The 2026 data reinforces the leading-edge classification: production deployments exist with proven effectiveness at scale (Cisco 1.8B lines, CISA adoption, vendor GA products), yet peer-reviewed research documents tool limitations (repeatability failure at compliance thresholds, missing critical vulnerability classes, inconsistent findings), and the ecosystem itself carries unmitigated attack surface (7 CVEs in AI agents, July 2026). Sustainable adoption awaits governance maturity, tool-layer security hardening, and organisational readiness for hybrid human-AI workflows.
— Analysis of SAST effectiveness in AI era: 70% of organizations found flaws in AI-generated code, 1 in 5 reported serious incidents, 72% of triage time wasted on false positives. Emphasizes false positive reduction and workflow integration as governance requirements for scale.
— Snyk Studio integration with Snowflake Cortex Code provides real-time vulnerability scanning of AI-generated code before commit via Model Context Protocol. Demonstrates production deployment model for security-focused code review embedded in agentic development workflows.
— Analysis of DORA 2025/2026 data showing 7.2% stability decrease alongside 21% output increase with AI adoption. Explicitly recommends mandatory SAST/DAST/SCA scans on every AI-touched PR before scaling AI coding assistants further.
— Veracode's 2026 GenAI Code Security Report tracking 100+ models: security pass rate stalled at 56% year-over-year unchanged despite rapid capability advances. Java at 30%, Python 63%, reasoning models at 56% vs 51% non-reasoning. Demonstrates adoption bottleneck: models improve syntax but not security outcomes.
— Independent security firm built 28 production-like apps with 5 AI models and performed pentesting. Raw scans flagged 8,827 detections; after deduplication and PoC validation, 434 real vulnerabilities remained. Demonstrates false positive burden, specific vulnerability classes in AI code, and why architectural review beyond code scanning is essential.
— Vendor opinion backed by Faros AI telemetry (22,000 developers, 4,000+ teams): as AI adoption increased, incidents-per-PR ratio rose 242.7% and PRs merged without review increased 31.3%. Demonstrates adoption outpacing review capacity and necessity of explicit security gates.
— Independent benchmark from Secure Code Warrior + RMIT University across 1,760 AI-generated codebases from 16 frontier models. Large-scale study identifying 86 unique CWEs and showing that AI security risk is predictable and framework-dependent, enabling organizations to calibrate review priorities by model.
— Empirical study analyzing 2,315 real code snippets (DevGPT dataset), manually confirmed 56 vulnerabilities. LLM detection and repair rates improved from ~50% (2024) to 75-80% (2025), validating temporal trend while emphasizing that human review remains essential for security validation.
2023-H1: AI-augmented SAST tools (DeepCode AI, AI-CodeWise) launched and gained adoption; concurrent research documented vulnerabilities in AI-generated code, establishing the maturity paradox: tools work but users must understand limitations.
2023-H2: Real-world deployment challenges surfaced: practitioner research revealed critical blind spots in SAST tools (false negatives underestimated), empirical studies confirmed 29.5% of Copilot Python code and 24.2% of JavaScript contained security weaknesses, and adoption surveys showed 40% of organizations avoid SAST tools due to false positives. Vendor perspectives shifted toward risk-based approaches as legacy tool limitations became undeniable.
2024-Q1: GitHub launches Code Scanning Autofix (public beta), Snyk releases DeepCode AI hybrid system targeting AI-generated code. Vendor consolidation tightens (Snyk/GitHub dominate). Critical adoption gap emerges: 75% of developers falsely believe AI-generated code is more secure than human-written, yet 80% bypass security policies to use AI tools, suggesting tools create compliance friction rather than security confidence.
2024-Q2: Production autofix tools enter GA (Snyk Agent Fix, GitHub Autofix); independent research confirms vulnerability persistence: 62% of C code vulnerable across 9 LLMs, 7,703 real-world GitHub files show 4,241 CWE instances. Enterprise adoption stalls: only 20% ran POCs, 58% cite security as barrier, AppSec teams 5x more risk-aware than developers. Maturity asymmetry confirmed: tools advance technically but organizational readiness and institutional confidence remain weak.
2024-Q3: GitHub expands Copilot Autofix free to all public repositories; Snyk Code confirmed as market leader in developer surveys; Checkmarx announces AI-specific IDE security tools. Yet institutional skepticism deepens: Checkmarx survey finds 80% of AppSec managers concerned AI introduces more threats than it fixes. Vendors document the paradox: autofix tooling advances while organizational risk tolerance lags, creating a net-negative security posture despite feature maturity.
2024-Q4: Snyk Code reaches $100M ARR with 3,100+ customers; IDE integration matures (Snyk DeepCode AI Fix, GitHub REST APIs for Autofix). Yet institutional confidence regresses: tool adoption falls 11.3% YoY, training investment down 17.8%. Independent analysis debunks vendor claims: GitHub quality study tested only simple CRUD tasks; developers using AI tools become 19% slower due to verification costs. The bleeding-edge plateau is confirmed—mature feature parity but fragile organizational readiness.
2025-Q2: GitHub GA of security campaigns with Copilot Autofix (April 2025) achieves 10% to 55% remediation rate improvement; Snyk reports 245% QoQ DAST ARR growth post-Probely acquisition. Yet independent analysis (RedMonk, Ghost Security) documents persistent skepticism: AI code review tools lack project context and produce 91%+ false positives in traditional SAST, raising questions about whether tool sophistication translates to real security gains. Vendor feature maturity continues but institutional confidence remains qualified by unresolved effectiveness questions.
2025-Q3: Ecosystem consolidation continues: Snyk maintains leadership (governance enhancements September 2025), GitHub expands Copilot code review to Xcode, Forrester recognizes AI-native SAST maturity. Yet independent evidence documents persistent vulnerabilities: Veracode confirms 45% of AI-generated code contains flaws (Java 71%), Stack Overflow survey shows developer trust collapsed to 29% despite 80% adoption, production incidents reveal hardcoded secrets and compliance gaps. Organizational adoption barriers persist: only 20% conduct POCs, security fears cited by 58%, developer-AppSec misalignment deepens. Feature maturity and adoption skepticism coexist at Q3 2025.
2025-Q4: Vendor consolidation crystallizes: Checkmarx One scales to 865+ enterprises ($150M ARR), GitHub Copilot Autofix reaches ~80% newcomer adoption with 3-12x remediation speedups across vulnerability types. Forrester Wave Q3 2025 recognizes AI SAST maturity; analyst consensus confirms vendor leadership. Yet independent validation reveals dual reality: InfoWorld's November study shows hybrid SAST-LLM achieves 89.5% precision (91% false positive reduction), validating AI enhancement potential; simultaneously, Legit Security's CVE-2025-62453 disclosure exposes GitHub Copilot Chat vulnerability itself (CVSS 9.6), proving AI assistants require equivalent security hardening. OX Security's "Army of Juniors" analysis documents real-world friction: 300+ repositories show AI velocity outpaces review capacity (500K+ alerts), non-technical deployments lack security knowledge, ten anti-patterns recur consistently. Feature maturity is genuine and quantified; adoption friction and governance constraints remain the limiting factors.
2026-Jan: Market adoption reaches mainstream (84% of developers using AI-assisted code review per Zylos), yet critical vulnerabilities persist undetected: Pixee.ai/Tenzai testing finds 69 vulnerabilities across 5 AI coding platforms with zero detection by traditional scanners, contradicting vendor comprehensiveness claims. Copilot Autofix deployment velocity confirms (3-12x remediation acceleration), but practitioner analysis documents code review breakdown at AI velocity: AppSec teams overwhelmed by 500K+ alerts in 300-repository analyses, with organizational readiness limiting adoption despite mature tooling. ICSE 2026 research provides rigorous empirical evaluation of SAST tools. AppSec stakeholder sentiment (StackHawk survey) documents adoption challenges. The practice exhibits deployed feature maturity (remediation automation, IDE integration, governance workflows) but faces organizational capacity constraints as AI code generation outpaces security review, remediation, and governance infrastructure.
2026-Feb: Vendor ecosystem expands with GA announcements (Snyk reachability analysis, DeepSource AI Review Engine, Anthropic Claude Code Security) while security vulnerabilities in AI tools surface (CVE-2026-21516 in Copilot for JetBrains, CVE-2026-21257 in Visual Studio integration). Research documents AI code review limitations: ProjectDiscovery benchmark shows 24 vulnerabilities missed by AI-only static review, validated by runtime testing. Multi-model iterative review shows promise (3-5x bug detection improvement), suggesting architectural advances in AI review workflows. Tension persists between tool maturity and deployment velocity—organizational security review capacity remains the bottleneck.
2026-Mar: Deployment evidence crystallizes the maturity paradox. Atlassian's peer-reviewed study of 1,900+ production repositories documents 5.75% performance gap favouring human reviewers (44.45% vs 38.7% resolution rate), revealing fundamental limitations in business logic and architecture-level assessment. DryRun Security's controlled testing of Claude Code, OpenAI Codex, and Google Gemini found 87% of generated PRs shipped vulnerabilities (143 total across 30 PRs, zero fully secure applications), with systemic failures in access control and state validation. Endor Labs achieved $15M ARR (131% YoY growth) with multi-agent SAST filtering 92% false positives, serving OpenAI, Atlassian, Snowflake alongside AI-native customers. Real-world deployment data: organizations reaching 46% AI code generation saw 23.7% vulnerability increases with 62% of findings concentrated in AI-written code; Veracode's controlled testing of 100+ LLMs on 80 security tasks documented quantified failure rates by language. Snyk Code confirmed GA availability with SaaS and local engine deployment options and Jira/Slack integrations, signalling broad ecosystem embedding. The practice shows deployed adoption alongside documented limitations: tools work but organizational capacity and tool completeness remain mismatched against AI code generation velocity.
2026-Apr: Vendor ecosystem broadened with Datadog releasing an open-source AI-native SAST tool, and peer-reviewed research (Google SAST-Genius) confirming hybrid LLM+SAST achieves 89.5% precision with 91% false-positive reduction on 25 production projects. Independent empirical testing of 7 AI code review tools showed context-aware tools (CodeRabbit 12/14, Greptile 11/14 planted bugs) outperform context-blind approaches, while production deployment data reinforced the velocity paradox: AI-generated code carries 2.74x higher vulnerability rates, driving 67% increases in review time and 118% spikes in security findings despite productivity gains—with a documented Amazon 6-hour outage (6.3M lost orders) attributed to inadequate review of AI-generated code. Uber's uReview case study confirmed production-scale security review is achievable (90% of 65K weekly diffs, 75% comment usefulness, multi-stage false-positive filtering), but simultaneously, prompt injection vulnerabilities were disclosed in Claude Code, Gemini CLI, and GitHub Copilot enabling credential exfiltration—proving AI review tools require equivalent security hardening as the code they review. Semgrep shipped AI-powered detection for logic flaws (IDORs, broken authorization) previously invisible to pattern-matching SAST, while industry surveys document the trust paradox at scale: 52% developer adoption but only 4% trusting AI output.
2026-May: Deployment reality and organizational constraint evidence solidifies alongside critical discovery of security vulnerabilities in code review tools themselves. Large-scale empirical study (PanDev, 100 B2B teams, 23,847 PRs) finds AI-only approval increases defect escape rate 46%, while hybrid approaches (AI comments + mandatory human review) achieve best outcomes, validating the necessity of human oversight. VibeEval's assessment of 1,514 live AI-generated applications shows 81% contain critical/high vulnerabilities; quantified adoption metrics show 84% developer adoption, 2.74x vulnerability rate in AI-generated vs human code, 35 CVEs in March alone—establishing both scale and urgency. Enterprise survey (Qodo/Censuswide, 500 engineers) documents 89% experienced AI incidents, 25% suffered complete outages—validating the maturity paradox at scale. ByteIota's developer survey (2,847 respondents) shows review now exceeds writing (11.4h/week reviewing AI code vs 9.8h/week writing), establishing verification bottleneck as operational reality. Snyk integrates Claude into security platform (May 9 announcement), embedding AI reasoning across vulnerability detection-remediation pipeline for broad rollout through 2026; Semgrep ships Guardian GA with 27 AI Security rules for real-time detection in agentic workflows. Critical vulnerability disclosures: Entelligence's independent benchmark of 8 AI code reviewers against 67 real production bugs shows maximum 47.2% F1 (majority bugs missed); CVE-2026-45033 (Copilot CLI RCE via git config, CVSS 8.5), CVE-2026-41109 (VS Code feature bypass, CVSS 8.8), and Cloud Security Alliance research documenting prompt injection class against Claude Code Security Review, Gemini CLI Action, and GitHub Copilot Agent enabling credential exfiltration via PR/issue content—proving AI review tools themselves are attack surface; Kudelski Security disclosed RCE chain in CodeRabbit platform enabling write access to ~1M repositories. Daniel Stenberg (curl maintainer) assessment: Claude Mythos found 1 real finding, 3 false positives on curl codebase; messaging 'primarily marketing' yet AI scanners 'significantly better' than legacy tools. False positive crisis persists: OX Security data shows 865K+ alerts/year (71-88% false positives), engineers waste ~$20k/dev/year on false positive triage, 22% of teams disabled tools due to alert fatigue. Independent benchmark (contrarian case study) shows human reviewers caught 41% more critical security bugs (17.2 per 1000 LOC) than Copilot + SonarQube combined with 0% false positives vs 12% for AI tools. Practice maturity is unambiguous (mature tooling, ecosystem integration, documented remediation gains), but organizational capacity constraints—review velocity mismatches, alert fatigue, bottlenecked AppSec teams—remain binding. Tool reliability itself emerges as new tier-limiting constraint: code review tools require equivalent security hardening as the code they review. The transition to leading-edge is confirmed by deployment evidence and scale, but sustainable adoption awaits governance, organizational readiness, and tool-layer security advances.
2026-June: Independent testing validates deployment maturity alongside persistent organizational barriers. Claude Mythos Preview audit of Symfony/Twig codebases achieved 100% precision (19 vulnerabilities, 0 false positives) verified by Symfony Core Team—demonstrating breakthrough accuracy in production-scale security code review. OX Security comprehensive analysis documented baseline vulnerability density: 86% of AI-generated code fails XSS defense, 2.74x more vulnerabilities in AI code vs human-written across 5,600-app scan finding 2,000+ vulnerabilities and 400+ exposed secrets. Checkmarx survey (2,350 security leaders across 14 countries) revealed organizational constraint: companies with 81-100% AI-generated code 3x more likely to ship known vulnerabilities (47% vs 14%); only 18% apply security continuously; 78% lack formal AI governance policies. Lightrun 2026 report: 43% of AI-generated code requires manual debugging post-deployment; Amazon March 2026 incident (6.3M lost orders traced to AI code without security review) triggered 90-day safety reset requiring senior engineer review of all AI-generated code across 335 critical systems. Snyk Remediation Agent benchmarks: ~94% improvement in SCA fix rates with embedded security intelligence, closing the detection-remediation gap. Mid-June 2026 Product Evolution: GitHub expanded agent validation (third-party coding agents now have CodeQL, dependency checks, secret scanning applied automatically by default) and launched /security-review experimental command in Copilot CLI for pre-commit scanning. Microsoft's MDASH multi-model agentic system deploys production-scale security review across Windows kernel, Hyper-V, Azure infrastructure with named CVE discoveries. Checkmarx released hybrid SAST combining rules, LLM, and Finding Analysis Engine (FAE), achieving F1 0.64 vs 0.20 baseline with 60% false-positive reduction. Peer-reviewed research (Amro & Alalfi, ICAI 2026 June 29) shows Copilot frequently fails to detect critical vulnerability classes (SQL injection, XSS, insecure deserialization), flagging style issues instead—essential negative signal balancing vendor claims. Real-world case study (June 27): practitioner deployed security scanning across 87 repositories, reduced 92% false-positive baseline to 3% via three-stage filter pipeline, demonstrating practical adoption barrier and engineering solution. Snyk VulnBench June 2026 benchmark finds Claude Opus 4.6 achieves 75.4% F1 on JavaScript vulnerability detection with significant inconsistency (50% of non-reference findings appear in only 1 of 5 identical scans)—revealing repeatability limitations. Veracode CISO survey (June 23): 45% of AI-generated code contains known vulnerabilities; 55% average security pass rate across 150+ LLMs flat for 2 years; reasoning models (OpenAI) show 70-72% improvement. The evidence reinforces the leading-edge classification: production-scale deployments exist with proven effectiveness (structured findings enable automation, remediation speeds validated at scale), yet peer-reviewed research confirms tool limitations (critical vulnerability classes missed, inconsistent findings), organizational readiness—governance, review capacity, and tool reliability—remains the limiting factor for sustained adoption beyond forward-leaning teams.
2026-Jul: Peer-reviewed benchmarks from late June confirm the tool reliability paradox: ICAI 2026 research shows Copilot systematically fails on SQL injection, XSS, and insecure deserialization while flagging low-severity issues, and Snyk VulnBench finds 50% of non-reference LLM findings appear in only 1 of 5 identical scans—a repeatability failure incompatible with PCI DSS v4.0.1 and NIST 800-53 compliance requirements. Production engineering solutions are closing the false-positive gap: a three-stage filter pipeline across 87 repositories reduced a 92% false-positive baseline to 3%, while Cloudflare's 131K-review deployment (48K MRs) demonstrates that structured findings as machine-readable data enable automated gates that free-text commentary cannot. Government and enterprise adoption reached new scale: CISA deployed Anthropic's Mythos model to scan US federal code repositories (July), and Cisco orchestrated frontier LLMs (Claude Mythos Preview, GPT 5.5-Cyber) to scan 1.8 billion lines of code in 8 weeks versus 8 years manual, achieving under 3% false positives; a Vietnamese cloud provider (CloudThinker) reported 97.2% precision and 100% detection in production, including cross-tenant IDOR vulnerabilities. GitHub shipped /security-review to public preview in the Copilot app and AI security detections on pull requests (July 14), explicitly positioned as an advisory coverage layer rather than a merge gate requiring mandatory human review on auth/payments/data-access paths. A RAID 2026 peer-reviewed study found GPT-4 achieved 93.75% detection recall versus a 34.38% aggregated SAST baseline, while a broader peer-reviewed study spanning 11 LLMs and 4 datasets found no model consistently outperforms across domains, citing hallucinations and outdated training data as systemic barriers. The AI tools themselves remained an active attack surface: Context Guard documented 7 CVEs in July 2026 against coding agents (prompt injection, shell bypass, git escapes), and Orca Security's scan of 1,200+ production organizations found 81% carry known AI vulnerabilities (avg CVSS 8.79) with 50.1% facing public exploits and 99.9% unpatched.
2026-Aug: Evidence reinforced the tool-maturity-outpaces-organisational-readiness pattern with sharper metrics on both sides. Veracode's GenAI Code Security Report (100+ models tracked) found the security pass rate stalled at 56% year-over-year despite rapid capability gains (Java 30%, Python 63%, reasoning models 56% vs 51% non-reasoning), while Faros AI telemetry (22,000 developers, 4,000+ teams) found incidents-per-PR rose 242.7% and PRs merged without review rose 31.3% as AI adoption accelerated. Independent benchmarks quantified predictable, framework-dependent risk: Secure Code Warrior + RMIT's study of 1,760 AI-generated codebases across 16 models found an average of 15 vulnerabilities per codebase spanning 86 unique CWEs, and Theori's pentesting of 28 production-like apps built with 5 AI models found 434 confirmed vulnerabilities after deduplication from 8,827 raw detections—underscoring the false-positive burden facing SAST tooling (industry survey: 70% of organisations found flaws in AI-generated code, 72% of triage time wasted on false positives). Checksum's survey of 105 engineering leaders quantified the confidence-verification gap (78.1% trust AI code, yet 61% shipped production incidents within 90 days, 74.3% rolled back AI code). DORA 2025/2026 data showed a 7.2% stability decrease alongside 21% output increase with AI adoption, prompting recommendations for mandatory SAST/DAST/SCA scans on every AI-touched PR. On the positive side, a peer-reviewed study (2,315 real code snippets) found LLM vulnerability detection and repair rates improved from ~50% (2024) to 75-80% (2025), and Snyk integrated real-time vulnerability scanning into Snowflake Cortex Code via MCP, extending security-focused review directly into agentic development workflows.