TL;DR: SOC AI performance looks strong on clean telemetry, but the real risk appears when data is partial or tools fail, because a confident benign verdict on a malicious alert creates far more damage than a false positive, according to D3. The governing problem is not accuracy alone but whether the system can stop, surface uncertainty, and hand off decisions safely.
NHIMG editorial — based on content published by D3: LLMjacking: How Attackers Hijack AI Using Compromised NHIs
By the numbers:
Questions worth separating out
Q: What breaks when an agentic SOC tool cannot confirm an alert?
A: The main failure is not in investigation, but in false closure.
Q: Why do AI triage systems need an explicit uncertainty state?
A: Because binary outputs force the model to guess when evidence is incomplete.
Q: How do security teams know whether AI access is actually working safely?
A: Look for three signals: complete discovery of the AI estate, clear mapping of source data to each system, and logs that prove what was accessed and why.
Practitioner guidance
- Define a mandatory uncertainty state for AI triage Require the system to distinguish between benign, malicious, and insufficient evidence.
- Test disposition behaviour under degraded conditions Run evaluation scenarios with broken connectors, partial logs, and novel techniques.
- Make the investigation record the audit record Capture every query, evidence source, confidence score, retry, and action in a single immutable chain of custody.
What's in the full article
D3's full article covers the operational detail this post intentionally leaves for the source:
- A deeper explanation of the auto-dismissal paradox and why higher dismissal rates can increase missed-breach risk.
- Operational examples of how agentic SOC systems should behave when evidence is incomplete or a tool fails.
- The full decision logic for forcing human hand-off instead of closing alerts on weak evidence.
- D3's own framing of how to evaluate AI triage systems on their worst day, not their best.
👉 Read D3's analysis of why agentic SOC systems must say when they are unsure →
Agentic SOC confidence gaps: what should security teams do now?
Explore further
Auto-dismissal creates governance debt in security operations. When an agentic SOC is optimised to close alerts faster, it accumulates hidden risk in the form of missed malicious activity. The problem is not automation itself but the assumption that a closed case is equivalent to a resolved one. In practice, closed-benign decisions need stronger evidentiary standards than noisy escalations. Practitioners should treat dismissal thresholds as a governance control, not a tuning preference.
A question worth separating out:
Q: Who is accountable when an AI system closes a real attack as benign?
A: The organisation is accountable, because autonomy does not remove oversight duties. Teams need decision trails that show what evidence was gathered, what the system tried, why it stopped, and who could override it. That traceability is what makes the process defensible to auditors, regulators, and incident responders.
👉 Read our full editorial: Agentic SOC risk depends on what AI does when it is unsure