TL;DR: Anthropic’s release of Fable 5 highlights how AI will accelerate vulnerability discovery, but LEGIT Security argues the real AppSec bottleneck is prioritisation because detection already produces more findings than teams can action. As AI-driven code generation expands, context, exposure, and deployment state become the deciding factors in whether a finding matters.
At a glance
What this is: The article argues that AI will amplify AppSec finding volume, but risk context and prioritisation remain the real constraint.
Why it matters: This matters to IAM and security teams because application risk increasingly depends on secrets, identities, deployment context, and access pathways, not just code-level defects.
By the numbers:
- Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap.
👉 Read LEGIT Security's analysis of AI-driven vulnerability discovery and AppSec prioritisation
Context
AI is changing application security by accelerating how quickly issues are found, but not by removing the governance problem of deciding what matters. The primary gap is not detection coverage. It is the ability to connect a code finding to exposure, deployment state, data sensitivity, and access pathways, including secrets and identities that sit outside the source tree.
For IAM, PAM, and NHI programmes, this is familiar territory. A vulnerability in code becomes materially different when it exposes a secret, reaches a workload with standing privilege, or sits in a pipeline that can be abused through delegated access. That makes AppSec increasingly dependent on identity context, even when the starting point is not an identity problem.
The article's starting position is typical of mature AppSec programmes: findings are abundant, but risk triage is still the bottleneck.
Key questions
Q: What breaks when AI tools create more AppSec findings than teams can triage?
A: Teams lose the ability to separate exploitable issues from harmless noise, so remediation slows and real risk can sit in the queue behind lower-value alerts. The failure is not detection itself. It is prioritisation based on context, including exposure, privilege, data sensitivity, and whether the affected component is actually reachable.
Q: Why do secrets and workload identities matter in application security prioritisation?
A: Because a code flaw becomes materially worse when it exposes a secret, reaches a privileged workload, or sits behind a delegated integration. Those identity relationships determine whether an attacker can move from a finding to access. AppSec programmes that ignore them overestimate the safety of code-only analysis.
Q: How do security teams know whether AppSec findings are actually working?
A: Look at fix acceptance, false positive rates, time to remediate, and the volume of repeated findings. If engineers ignore alerts or remediation drags on, the programme is generating output without control. Effective AppSec changes behaviour, shortens exposure windows, and improves trust in the signal.
Q: What should teams do when AI is used inside development workflows?
A: Treat AI-assisted coding, testing, and review as governed production workflows. Add controls for secrets exposure, unsafe dependencies, prompt manipulation, and approval paths for changes that touch sensitive services. AI should accelerate secure delivery, not become a blind spot in the software supply chain.
Technical breakdown
Why AI increases vulnerability volume without reducing triage load
AI-assisted analysis can scale pattern recognition across code, dependencies, and configuration faster than human review. That changes the economics of discovery, not the physics of risk. Security teams still need to determine reachability, exploitability, blast radius, and business impact. In practice, more discovery often increases queue depth because every scanner, model, and runtime signal competes for the same remediation capacity. The core challenge is not finding defects. It is ranking them against actual exposure and consequence.
Practical implication: use AI to expand coverage only if you also expand risk-ranking logic and remediation ownership.
Why context is the control layer that code scanning cannot replace
Code-level findings are incomplete without deployment and identity context. An issue in a public-facing service, a secrets-bearing pipeline, or a workload with elevated permissions can be far more dangerous than the same flaw in an isolated component. This is why Application Security Posture Management is gaining traction: it correlates scanners, cloud posture, secrets detections, and deployment metadata into one risk view. The relevant question is not whether a finding exists, but whether an attacker can actually reach and abuse it.
Practical implication: correlate application findings with access, exposure, and secrets data before assigning remediation priority.
How AI changes the attack surface inside software delivery
AI is not only a detection accelerator. It also changes how code gets produced, reviewed, and deployed. When developers use AI to generate code, write tests, or automate pull request reviews, the volume of output increases and the number of places where secrets, insecure patterns, and unsafe dependencies can enter the pipeline grows with it. AI agents inside development workflows add a further layer of risk because they can be manipulated through prompts, compromised integrations, or poisoned context. That widens AppSec from code inspection into workflow governance.
Practical implication: extend controls into CI/CD and AI-assisted development flows, not just source code review.
Threat narrative
Attacker objective: The attacker wants to turn high-volume AppSec noise into a small number of reachable, high-impact paths into applications, data, or privileged workflows.
- Entry occurs through AI-accelerated development and review workflows that increase the number of exposed findings, misconfigurations, and secrets across the software delivery chain.
- Escalation happens when teams cannot distinguish reachable defects from low-impact noise, leaving exploitable issues mixed with benign findings in the same triage queue.
- Impact follows when attackers exploit the small set of findings that intersect with exposed applications, sensitive data, or privileged access paths.
NHI Mgmt Group analysis
AI turns AppSec into a context governance problem, not a detection problem. The industry has spent years increasing the number of issues it can surface, and AI simply extends that trend. What changes now is the scale at which findings appear and the speed at which teams must decide what to do with them. For identity and access programmes, the important lesson is that a code defect becomes a security event when it intersects with secrets, privilege, or deployment exposure. Practitioners should treat context as part of the control surface, not an afterthought.
Application risk now depends on identity relationships that live outside the source code. Secrets, workload identities, CI/CD credentials, and delegated integrations determine whether an application flaw is exploitable. That makes NHI governance relevant to AppSec even when the original issue looks like a software defect. The named concept here is exposure context collapse: the point at which teams can no longer evaluate a finding without joining code, cloud, and identity signals. Practitioners should assume the code scanner is only one input into risk.
AI-assisted development will widen the gap between vulnerability discovery and remediation capacity. If code generation keeps accelerating, the control question shifts from how many issues are detected to how reliably teams can classify and contain them. That is especially true where AI agents participate in development workflows and can themselves be targeted through prompt injection, poisoned context, or compromised integrations. The relevant discipline is governance of the software-producing system, not just the software it emits. Practitioners should prepare for a world where tooling outpaces human triage unless policy and workflow controls catch up.
ASPM is becoming the integration layer that AppSec and identity programmes both need. The article points toward a structural truth: standalone scanners are no longer enough when risk is distributed across code, pipelines, clouds, and credentials. Correlation matters because exploitability is a relationship, not a property of the finding alone. That aligns with broader security frameworks that emphasise access, configuration, monitoring, and response. Practitioners should build prioritisation around joined-up evidence rather than single-tool outputs.
What this signals
Exposure context collapse: AppSec programmes increasingly fail when they treat code, secrets, and identity signals as separate queues. The next maturity step is not more scanning. It is a single prioritisation model that joins vulnerability data to runtime exposure, privileged access, and deployment state, with reference to NIST SP 800-53 Rev 5 Security and Privacy Controls.
AI-assisted development will force teams to bring policy into the pipeline earlier. The practical signal is whether your programme can stop a risky change before it reaches a privileged workload, not whether it can find the issue after the fact. That shifts AppSec closer to identity governance and continuous control enforcement.
The organisations that will cope best are the ones that can answer one question quickly: does this finding intersect with real access, real exposure, or real data? If the answer is unclear, the triage model is already behind the threat.
For practitioners
- Join code findings to identity and exposure data Correlate scanner output with secrets detections, workload permissions, internet exposure, and deployment metadata before assigning severity. That is the only way to separate exploitable paths from isolated defects.
- Set triage rules for context-driven prioritisation Define which combinations of data sensitivity, public exposure, and privileged access automatically move a finding up the queue. Keep the rules simple enough for engineering teams to apply consistently.
- Extend governance into AI-assisted development Treat AI-generated code, AI-written tests, and AI-assisted review as part of the controlled SDLC. Require checks for secrets leakage, unsafe dependencies, and prompt-driven workflow manipulation.
- Measure remediation against reachable risk, not finding volume Track the percentage of defects tied to real exposure or privilege, and measure how long the highest-risk items remain open. Volume alone is a poor indicator of programme health.
- Review NHI and pipeline credentials as part of AppSec Audit service accounts, CI/CD tokens, and third-party integrations that can turn a code issue into a production access issue. A vulnerable component is far more dangerous when its runtime identity is over-privileged.
Key takeaways
- AI will increase the volume and speed of vulnerability discovery, but AppSec teams still win or lose on prioritisation quality.
- Findings only become meaningful when they are joined to exposure, privilege, and deployment context.
- Security programmes that extend governance into AI-assisted development and identity-aware triage will reduce risk faster than teams that keep scanning in silos.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5, CIS Controls v8 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Access control and least privilege shape whether findings become exploitable paths. |
| NIST SP 800-53 Rev 5 | SI-4 | System monitoring supports correlation of code findings with runtime risk. |
| CIS Controls v8 | CIS-4 , Secure Configuration of Enterprise Assets and Software | Configuration drift and exposed services determine whether defects are reachable. |
| OWASP Non-Human Identity Top 10 | NHI-03 | Secrets and non-human credentials are part of the AppSec attack path discussed here. |
| NIST AI RMF | MANAGE | AI-assisted development requires controls for operationalising risk treatment. |
Map exposed applications and pipeline components to CIS-4 and reduce reachable attack surface.
Key terms
- Identity Security Posture Management: Identity security posture management is the continuous assessment of identity configuration, privilege, and exposure across an environment. It focuses on drift, overprivilege, and control gaps so teams can see where IAM, PAM, and NHI governance are failing before those gaps become incidents.
- Exposure Context: Exposure context is the combination of data sensitivity, location, accessibility, and business impact that determines how risky a dataset is. In practice, it lets security teams move beyond raw access counts and judge whether an allowed permission creates acceptable or excessive risk.
- Secrets Management: The discipline of securely storing, distributing, rotating, and auditing secrets across an organisation's systems and pipelines — typically implemented via a centralised secrets vault such as HashiCorp Vault, AWS Secrets Manager, or Akeyless.
- AI-assisted development: A development workflow where an AI system helps generate, refactor, test, or execute code inside the software delivery process. The security issue is not the assistance itself, but that the tool may operate in trusted contexts that also contain credentials, infrastructure access, and other sensitive assets.
What's in the full article
LEGIT Security's full research covers the operational detail this post intentionally leaves for the source:
- A deeper breakdown of how AI changes AppSec triage volume across scanning, review, and remediation workflows.
- Practical examples of how teams correlate code findings with deployment exposure and secret-bearing identities.
- Operational detail on moving prioritisation decisions into CI/CD and developer workflows.
- Additional guidance on building ASPM-style correlation across application, cloud, and identity signals.
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and identity lifecycle controls. It helps practitioners connect identity risk to the broader security workflows their programmes depend on.
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org