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.
NHIMG editorial — based on content published by LEGIT Security: Anthropic’s release of Fable 5 and what it means for application security prioritisation
Questions worth separating out
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.
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.
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.
Practitioner guidance
- Join code findings to identity and exposure data Correlate scanner output with secrets detections, workload permissions, internet exposure, and deployment metadata before assigning severity.
- 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.
- Extend governance into AI-assisted development Treat AI-generated code, AI-written tests, and AI-assisted review as part of the controlled SDLC.
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.
👉 Read LEGIT Security's analysis of AI-driven vulnerability discovery and AppSec prioritisation →
AI vulnerability discovery in AppSec: are your controls keeping up?
Explore further
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.
A question worth separating out:
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.
👉 Read our full editorial: AI vulnerability discovery is only as useful as risk context