By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: CheckmarxPublished June 22, 2026

TL;DR: AI coding assistants are helping teams write code two to three times faster, while vulnerability backlogs can triple and exploitable flaws can rise roughly 5x, according to Checkmarx. The practical answer is not AI or deterministic AppSec, but a hybrid model that preserves trusted validation, remediation throughput, and governance at machine speed.


At a glance

What this is: This summit summary argues that AI-driven development is widening the gap between code creation speed and AppSec remediation capacity, and that deterministic security must remain the control plane for trustworthy validation.

Why it matters: For IAM, NHI, and application security teams, the message is that AI acceleration changes risk ownership, because code, identity, and supply-chain controls now have to keep pace with automated development and automated exploitation.

By the numbers:

  • In Checkmarx labs, the hybrid engine reached an F1 score of 0.64, compared to roughly 0.20 for a pure frontier model like Claude Opus 4.7.

👉 Read Checkmarx's analysis of agentic AppSec and AI-driven remediation


Context

AI-generated software creates a governance problem as much as a technical one: development velocity is rising faster than security teams can validate, prioritise, and remediate what gets shipped. In application security, that means the primary issue is no longer discovery alone, but whether findings can be trusted, contextualised, and fixed before they become exploitable. Where AI development intersects with identity, the same pattern appears in the control plane itself, because the systems generating and reviewing code must not be allowed to manage their own permissions or validation logic.

The summit’s core argument is that AppSec must move from fragmented detection toward a hybrid operating model that combines deterministic controls with AI-assisted analysis. That matters for NHI and agentic AI security because autonomous or semi-autonomous development tools now sit close to secrets, access paths, and software supply-chain decisions. A programme that cannot govern the identities and privileges around those tools will struggle to govern the code they produce.


Key questions

Q: How should security teams manage AppSec when AI is writing code faster than humans can review it?

A: Teams should shift from discovery-centric reporting to remediation-centric governance. That means measuring mean time to remediation, prioritising exploitable findings, and embedding automated validation into the SDLC so security can keep pace with development without lowering trust in the results.

Q: Why do AI-generated code changes increase application security risk?

A: AI-generated code can increase risk because it accelerates output faster than review, testing, and secret hygiene can keep up. The issue is not only flawed logic. It is also the possibility that tokens, credentials, unsafe dependencies, or insecure defaults are reproduced at scale across the delivery pipeline.

Q: What breaks when AppSec relies only on LLM-based analysis?

A: LLM-only analysis can miss known critical issues, produce inconsistent results, and create false positives that developers stop trusting. Without deterministic validation, the security team loses the repeatability needed for policy enforcement, audit evidence, and reliable remediation decisions.

Q: What should organisations do when AI agents and build tools have access to code, secrets, and deployments?

A: They should treat those agents as governed non-human identities. Inventory their permissions, separate creation from approval, and limit their access to the smallest set of repositories, registries, and deployment paths needed for the task.


Technical breakdown

Why AI-generated code creates AppSec backlog pressure

AI coding assistants change the economics of software production by increasing throughput faster than security review capacity. That creates more findings, more duplicate findings, and more code paths that need validation. In practice, vulnerability management becomes a queueing problem: if remediation cannot keep pace with generation, the backlog becomes the risk. The article also highlights a broader supply-chain reality, because defects introduced by AI-generated code can amplify downstream exposure even when individual issues look small at commit time.

Practical implication: teams need remediation throughput metrics, not just discovery metrics, to decide where automation is actually reducing risk.

Deterministic security versus LLM-only AppSec

Deterministic security uses fixed rules, signatures, and repeatable logic to produce consistent results, while LLM-based analysis can surface novel patterns but may vary by prompt and context. That makes LLMs useful for breadth and triage, but weak as the sole source of truth. In security operations, repeatability matters because auditability, developer trust, and policy enforcement all depend on stable outputs. The article’s central architectural point is that AI should assist security analysis, not replace the control plane that validates it.

Practical implication: keep deterministic scanners as the final validation layer and use LLMs to accelerate enrichment, explanation, and triage.

Why identity and supply-chain context matter in agentic AppSec

Modern AppSec no longer stops at code patterns. It has to consider which identities, tokens, agents, and pipelines can reach repositories, build systems, package registries, and deployment paths. That is where NHI governance becomes relevant, because AI-assisted development depends on service accounts, API keys, and delegated access that can be overprivileged or poorly segmented. If the security control plane is not independent from the system under review, the organisation can end up with circular trust. That is the same failure pattern seen in broader NHI and agentic AI governance gaps.

Practical implication: separate code generation, code review, and permission management so no AI system can govern its own access or evidence.


Threat narrative

Attacker objective: The attacker wants to exploit the widened software supply chain faster than security teams can validate, fix, and contain it, then use that delay to reach sensitive systems or data.

  1. Entry begins with accelerated AI-generated code and AI-assisted development workflows that expand the number of application paths, dependencies, and exposed secrets that attackers can target.
  2. Escalation follows when vulnerable code, compromised libraries, or weak access boundaries let an attacker move from one application component to another through over-permissioned identities or flawed remediation logic.
  3. Impact occurs when exploitable defects remain unresolved long enough for attackers to weaponise them, turning software velocity into a larger attack surface and a longer-lived exposure window.

NHI Mgmt Group analysis

Deterministic validation is now the trust anchor for AI-era AppSec: LLMs can accelerate analysis, but they cannot be the only system deciding what is real, what is exploitable, and what should be remediated. The article makes the right architectural distinction between probabilistic assistance and repeatable control. For security programmes, the practitioner conclusion is to treat deterministic logic as the evidence layer that AI must never override.

AI development is creating a code-to-risk conversion problem, not just a speed problem: When code is produced two to three times faster and defect density rises with it, backlog management becomes a security governance issue. That means the unit of success shifts from findings found to findings closed. Practitioners should expect AppSec to be judged on remediation throughput, not scanner volume.

Identity and privilege boundaries are part of AppSec control design now: The article correctly notes that the same model should not secure its own output, because that collapses separation between producer and validator. That same logic applies to NHI governance for build systems, agents, and supply-chain tooling. The practitioner takeaway is to separate duties, permissions, and evidence paths across the software lifecycle.

Agentic development will force a broader security operating model across code, identity, and data: The governance problem is no longer confined to source code alone. AI agents, MCP servers, package registries, and secrets stores now participate in application creation and therefore belong in the risk model. Teams should treat agent identities and delegated access as first-class AppSec objects, not peripheral infrastructure details.

High-fidelity AppSec depends on shrinking the false-positive economy: A noisy pipeline still wastes developer time even when detection coverage improves. The article’s emphasis on contextual analysis and validation reflects a wider market direction toward trustworthy signal, not maximum alert count. Practitioners should prioritise controls that reduce false positives and preserve developer confidence in the security workflow.

What this signals

AI-assisted development is turning application security into an identity governance problem as well as a code quality problem. When build systems, agents, and pipelines can create, scan, and propose fixes at speed, the control question becomes who owns the identities behind those actions and who can approve their privileges. For practitioners, the signal is clear: treat agent identities and secrets as part of the SDLC control plane, not as adjacent infrastructure.

False-positive reduction is becoming a governance requirement, not a convenience. Security programmes cannot scale if developers lose confidence in the findings they receive, especially when remediation must happen at machine speed. The operational signal is to invest in high-fidelity validation and policy-backed triage so that security output remains actionable, auditable, and worth acting on.

Code-speed gains will expose weak lifecycle control around non-human identities. As delivery accelerates, secrets rotation, service account scope, and delegated access reviews become the gating factors that determine whether AI-assisted development is controllable. The lesson is to align AppSec with identity lifecycle management, using the NHI Lifecycle Management Guide and the OWASP Agentic AI Top 10 where agentic tooling enters the workflow.


For practitioners

  • Measure remediation throughput, not just discovery volume Track mean time to remediation, backlog age, and the percentage of critical findings closed inside the release cycle. Discovery-only reporting hides the real control failure when AI increases the rate of code creation faster than fixes can be applied.
  • Keep deterministic validation as the final decision layer Use AI to enrich, explain, and prioritise findings, but require repeatable scanners or rules-based checks before a vulnerability can be marked exploitable, waived, or closed.
  • Separate code generation from security authority Do not let the same model, agent, or workflow create code and approve its own security posture. Preserve independent review paths for findings, permissions, and remediation evidence.
  • Map agent and build-system identities into AppSec reviews Inventory the service accounts, tokens, and automation identities that can reach repositories, CI/CD, package registries, and deployment environments. Apply least privilege to those paths before AI-assisted development expands them further.
  • Extend governance into the software supply chain Check AI components, third-party packages, and developer assistants for hidden access paths, malicious artefacts, and overbroad delegation. Use this visibility to decide where break-build policies or manual change control are still required.

Key takeaways

  • AI-driven development is widening the gap between code velocity and AppSec remediation capacity, which makes backlog control a security issue rather than an operational inconvenience.
  • Deterministic validation remains the trust anchor for high-fidelity security decisions, especially when LLMs are useful for speed but inconsistent as the sole source of truth.
  • Agent identities, secrets, and build-system privileges now sit inside the AppSec risk model, so governance has to extend from code review into non-human identity control.

Standards & Framework Alignment

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

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

FrameworkControl / ReferenceRelevance
MITRE ATT&CKTA0006 , Credential Access; TA0008 , Lateral MovementThe article links faster exploitation to credential and movement paths across software supply chains.
NIST CSF 2.0PR.AC-4AI-assisted development expands access boundaries that must be controlled and reviewed.
NIST SP 800-53 Rev 5IA-5Secrets, tokens, and machine credentials are central to the article's identity governance angle.
NIST AI RMFGOVERNThe article's AI use cases require accountability, separation of duties, and evidence-based oversight.
CIS Controls v8CIS-5 , Account ManagementAI tools and pipelines depend on accounts that must be inventoried and governed.

Apply account management controls to service accounts, agent identities, and automation tokens used in software delivery.


Key terms

  • Deterministic Security: Deterministic security uses fixed rules, repeatable logic, and consistent validation to decide whether a finding is real. In AppSec, it provides the trusted baseline that AI-assisted analysis can enrich, but not replace, when teams need stable, auditable results.
  • Remediation Throughput: Remediation throughput is the rate at which a team can fix validated security issues relative to the number being found. It is a practical measure of whether AppSec is actually reducing exposure, rather than merely increasing visibility into a growing backlog.
  • Agent Identity: An agent identity is the set of attributes, credentials and permissions assigned to an autonomous software entity. It is treated as a non-human identity because it can authenticate, act on systems and accumulate access over time, which creates governance, audit and lifecycle obligations similar to other production identities.

What's in the full article

Checkmarx's full summary covers the operational detail this post intentionally leaves for the source:

  • Session-level examples of how teams are using agents for triage, fix generation, and backlog reduction across the SDLC
  • Benchmark details behind the hybrid deterministic plus AI model, including fidelity comparisons and false-positive reduction results
  • Practitioner discussion on how security leaders are combining code analysis, runtime context, and identity signals before approving remediation
  • Supply-chain governance detail on AI components, MCP servers, and unsanctioned tooling that the summit only introduced at a high level

👉 Checkmarx's full summary covers the summit sessions, benchmark data, and governance examples in more detail.

Deepen your knowledge

NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps security practitioners connect identity control to the operational realities of modern development and automation.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 1, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org