TL;DR: 81% of organisations knowingly shipped vulnerable code and 98% experienced a breach tied to vulnerable code in the last year, according to Checkmarx, as AI-assisted development overwhelms manual triage and remediation. The governance shift is to move security decisions into pull requests, where evidence, accountability, and reviewable AI-assisted fixes can scale with delivery.
At a glance
What this is: This is an analysis of why application security execution is breaking down under AI-assisted development and why pull requests are becoming the control point for governed remediation.
Why it matters: It matters to IAM and security practitioners because the same governance problem appears whenever decisions, approvals, and accountability must scale faster than human review can keep up.
By the numbers:
- Checkmarx research found that 81% of organizations knowingly shipped vulnerable code, and 98% experienced a breach tied to vulnerable code within the last year.
👉 Read Checkmarx's analysis of pull request governance for scalable appsec execution
Context
Application security is not failing because organisations cannot see risk. It is failing because they cannot execute decisions at the same pace as modern software delivery, especially when AI-assisted coding increases the volume of change and the number of review points. That creates an appsec governance gap in which findings accumulate, remediation slows, and audit evidence becomes harder to defend.
The pull request is increasingly the point where security governance has to happen because it is the place where code is approved, exceptions are recorded, and ownership is clear. In identity terms, this is the same control problem that appears in privileged workflows, only here the object being governed is code change rather than access entitlement. For teams already mapping governed development workflows, the NHI lifecycle problem set is a useful analogue for understanding why reviewable control points matter.
Key questions
Q: How should security teams reduce application onboarding backlog without weakening governance?
A: Start by ranking applications by business criticality, data sensitivity, and access risk, then automate discovery and connector setup for the highest-value targets first. Keep account correlation and human approval as mandatory checkpoints. Speed matters, but only when the organisation can prove that governed state is preserved as each application is added.
Q: Why do AI-assisted development pipelines make vulnerability governance harder?
A: They increase code volume, dependency churn, and decision speed at the same time. That compresses the window for human review and makes inconsistent triage more likely, which is why security governance has to shift from after-the-fact ticketing to workflow-native controls.
Q: What breaks when security decisions are made outside the pull request?
A: The main failure is loss of context and evidence. Decisions become harder to repeat, harder to audit, and easier to challenge later because approval, exception handling, and remediation are no longer recorded in the same place as the code change.
Q: Who is accountable when AI-driven remediation or suppression is wrong?
A: Accountability should sit with the owning security and platform teams, not with the model itself. If AI changes prioritisation, the organisation still needs a human owner for policy, review thresholds, and override authority. That is especially true when AI decisions affect vulnerable code, workload exposure, or service account scope.
Technical breakdown
Why manual triage breaks at modern development scale
Manual triage depends on people interpreting findings one repository at a time, then applying consistent judgment across teams. That model collapses when code volume, dependency churn, and AI-generated changes expand faster than security headcount. The result is not just backlog growth. It is inconsistent outcomes, because identical vulnerabilities can be accepted, escalated, or ignored depending on who reviews them. Once that happens, security stops being a repeatable control and becomes a subjective process.
Practical implication: move from ad hoc review queues to policy-driven prioritisation that standardises decision criteria across repositories.
Why the pull request is now the control plane for appsec
A pull request is more than a developer workflow step. It is the governed change record where approvals, discussions, checks, and accountability already exist. When security decisions happen there, risk context can be attached to the same artifact that governs merge decisions. That makes remediation auditable and reviewable without sending teams into separate ticketing systems that disconnect analysis from action. This is the operational advantage of shifting security into the delivery workflow instead of tracking it after the fact.
Practical implication: enforce security decisions at pull request time so approval, exception handling, and evidence live in one governed workflow.
How governed AI changes remediation without creating autonomous change risk
The article’s model is not autonomous code modification. It is governed AI that drafts risk context and remediation suggestions while preserving human approval. That matters because AI-assisted security tooling can reduce execution latency only if it remains transparent, scoped, and reviewable. The control objective is to speed up fix generation while preventing unchecked changes from merging. In practice, this means AI assists decisioning and patch preparation, while human review preserves accountability and auditability.
Practical implication: require human approval for AI-generated remediation and keep decision rationale attached to the merge record.
NHI Mgmt Group analysis
Pull request governance is becoming the new security control point for software delivery. When code changes outpace manual review, organisations do not just accumulate findings. They lose the ability to prove that risk decisions were made consistently. The pull request creates a governed record of approval, rationale, and ownership, which is exactly what auditors and regulators expect when change velocity rises. Practitioners should treat pull request governance as a security and compliance control, not a developer convenience.
AI-assisted remediation only works when it remains reviewable, scoped, and non-autonomous. Security teams do not need tools that silently change code. They need systems that accelerate triage and draft fixes while keeping human approval in place. That position aligns with NIST CSF and the NIST AI Risk Management Framework because accountability, traceability, and human oversight remain the real controls. Practitioners should measure AI assistance by whether it shortens decision cycles without weakening evidence.
Appsec has crossed into an execution-capacity problem, not a visibility problem. The article’s core claim is that organisations already see vulnerabilities, but cannot triage, standardise, and remediate them fast enough. That creates what can be called a remediation throughput gap, where detection volume exceeds decision capacity and risk becomes operationally ungovernable. Practitioners should evaluate whether their security programme can turn findings into consistent outcomes, not just produce more alerts.
Governed development workflows now matter to identity and access teams because the same accountability pattern applies to privileged change. A pull request with review, approval, and traceable rationale mirrors the control logic of privileged access governance, even though the asset is code rather than credentials. That intersection matters for IAM, PAM, and NHI programmes because development automation increasingly depends on service identities, build tokens, and AI-assisted tooling. Practitioners should align code governance with identity governance principles, especially where machine action can alter production systems.
Agentic application security is becoming a category shift, not a feature tweak. The market is moving toward systems that evaluate, prioritise, and remediate vulnerabilities inside the workflow where change happens. That will pressure organisations to re-evaluate whether their current appsec stack produces evidence or merely produces alerts. Practitioners should expect governance models to converge around decision context, reviewability, and workflow-native control rather than separate security queues.
What this signals
Remediation throughput will become a board-level control metric. AppSec leaders will increasingly be judged on how fast findings become verified fixes, not on scan coverage alone. For identity programmes, that is a familiar lesson: control only exists when decisions are both enforceable and auditable. Teams should expect pressure to show decision latency, fix acceptance, and exception volume in the same governance view.
Workflow-native security will reshape how security and engineering share responsibility. Pull request governance collapses the distance between finding, decision, and fix, which means security teams will need tighter policy design and better integration with engineering workflows. That also creates a useful model for NHI and IAM teams that are trying to govern machine-driven change with traceable approval chains.
Agentic application security will push organisations toward reviewable AI assistance rather than autonomous remediation. The practical question is not whether AI can help, but whether it can help without weakening accountability. Practitioners should prepare to justify where AI is allowed to recommend, where humans must approve, and how those decisions are retained for audit.
For practitioners
- Standardise pull request risk decisions Define one decision policy for false positive, acceptable risk, and action required so identical findings are handled the same way across teams. Embed the policy in pull request review so the rationale is captured where the merge decision happens.
- Move remediation evidence into the merge workflow Require approvals, discussion history, and exception notes to remain attached to the pull request rather than dispersed across tickets. That creates a defensible audit trail for who accepted risk, why it was accepted, and what was changed.
- Constrain AI-assisted fixes to reviewed diffs Allow AI to draft remediation pull requests or diffs, but block automatic merge. Keep human approval mandatory and scope the assistant to repositories and environments where ownership is explicit and traceable.
- Measure execution, not just detection Track time to decision, time to fix, fix acceptance rate, and unresolved backlog age alongside scan volume. Those measures show whether the programme is reducing risk or just generating more findings.
Key takeaways
- Manual triage is becoming a governance liability because security teams cannot keep pace with modern development velocity.
- The control point is shifting into the pull request, where risk decisions, approvals, and remediation evidence can be reviewed together.
- AI-assisted remediation should accelerate execution, but only when human approval and auditability remain intact.
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 address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Governed review and approval align with controlled access to changes and decisions. |
| NIST AI RMF | GOVERN | AI-assisted remediation needs clear accountability, oversight, and governance boundaries. |
| NIST SP 800-53 Rev 5 | CM-3 | Change control is central because fixes and exceptions are being managed in the pull request. |
| CIS Controls v8 | CIS-16 , Application Software Security | This article is about governing application security execution in the delivery workflow. |
| OWASP Agentic AI Top 10 | The article discusses AI-assisted coding and controlled AI remediation workflows. |
Map appsec workflow controls to CIS-16 and require consistent vulnerability handling in development pipelines.
Key terms
- Pull Request Governance: The practice of making security and change decisions inside the code review workflow. It ties approval, exception handling, and remediation evidence to the exact change being merged, which improves consistency, accountability, and auditability in fast-moving engineering environments.
- 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.
- Governed AI Remediation: The use of AI to draft prioritisation or fix suggestions while keeping human approval, scoped access, and reviewable evidence in place. The model improves speed without allowing autonomous code changes to bypass the organisation's change-control process.
What's in the full article
Checkmarx's full article covers the operational detail this post intentionally leaves for the source:
- The triage and remediation assist workflow inside pull requests, including how review and approval remain governed.
- The decision model for classifying findings into false positive, acceptable risk, or action required.
- The role of attackability, reachability, and exploitability context in prioritising vulnerabilities.
- How AI-generated remediation diffs fit into existing developer review processes without automatic merge.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It is designed for practitioners who need to connect identity control with broader security operations and audit demands.
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org