Join our Newsletter — 33% off our NHI Course

What happens when AI is added to SOAR without good security data and clear policies?

When AI is layered onto SOAR without clean data and clear policy, the result is misfires, loss of context, and trust problems. Poor inputs can drive bad prioritisation or incorrect automated actions, while over-automation can remove the human judgment needed for edge cases. Effective deployment depends on transparent recommendations, measurable outcomes, and controls that let analysts intervene.

What breaks first when AI sits on top of SOAR?

AI can improve SOAR only when the underlying security data is trustworthy and the response policy is explicit. If alert data is noisy, incomplete, or inconsistently labelled, the model may rank the wrong incident as urgent, miss correlations, or recommend actions that fit the pattern but not the operational context. That is not just a tuning issue. It changes how people trust automation, how quickly analysts can validate the outcome, and how much business risk gets introduced by a “confident” but weak recommendation.

For that reason, this question is less about whether AI can help orchestration and more about whether the organisation has enough evidence quality and governance maturity to let automation make or recommend decisions safely. The most common failure is not a dramatic outage. It is gradual drift: analysts start overriding the system, responders stop relying on it, and the automation layer becomes harder to defend as a control. In practice, many security teams discover that their SOAR logic was only as good as the messiness of the ticketing, detection, and enrichment data feeding it.

How AI changes SOAR decision-making in practice

Traditional SOAR playbooks are deterministic: if the trigger and conditions match, the workflow runs. AI adds probabilistic judgment, which is useful for triage, summarisation, enrichment, and recommendation, but it also introduces dependence on training data, prompt quality, and policy constraints. That means the platform is no longer only executing steps. It is inferring context, ranking options, and sometimes shaping the order in which human responders see them.

When the data foundation is weak, the AI layer tends to magnify the weakness rather than correct it. Duplicate alerts can look like separate incidents. Missing asset context can make a low-value endpoint appear critical. Ambiguous playbook language can cause the model to choose an action that is technically valid but operationally wrong. The control problem is therefore not just “can it automate?” but “can it automate the right thing, for the right reason, under the right policy?”

A practical deployment usually needs three things working together:

  • Reliable data quality, including consistent tags, asset context, and enrichment fields.
  • Clear policy boundaries that define what the AI may recommend, what it may execute, and when escalation is mandatory.
  • Human review paths for high-impact or ambiguous cases, especially where containment could disrupt production or customer-facing systems.

The NIST Cybersecurity Framework 2.0 is useful here because it frames orchestration as part of governed security outcomes rather than as a standalone automation feature. That matters when AI is translating incomplete signals into action. If the response logic cannot be traced back to policy and evidence, the automation may be fast but not defensible. Where organisations also use SOAR outputs to trigger identity or access changes, the sensitivity increases because a poor recommendation can quickly become an excessive privilege decision or a mistaken lockout.

Where this guidance breaks down is when the environment has no stable telemetry baseline or no agreed response policy at all. In that case, AI does not meaningfully improve SOAR, because it has nothing dependable to reason over.

Where the edge cases and trade-offs show up

Tighter automation often improves speed, but it also reduces room for judgment, so organisations have to balance response consistency against the cost of acting on low-confidence signals. That trade-off becomes sharper when incidents are rare, multi-stage, or business-critical, because the “best” response is often context-dependent rather than rule-driven.

One edge case is enrichment-heavy workflows. AI can summarise context well, but if the enrichment sources conflict, the system may present a cleaner story than the evidence supports. Another edge case is policy ambiguity: if the runbook says “contain suspicious activity” without defining thresholds, the AI may recommend containment too early or too broadly. A third issue is exception handling. Teams sometimes assume the model will learn the exception, when in reality the exception needs to be encoded as policy, routing, or approval logic.

There is also a governance distinction between helpful assistance and autonomous action. Consensus is still forming on how much autonomy is appropriate for AI-assisted response, but there is broad agreement that high-impact actions should remain interruptible and reviewable. If analysts cannot tell why a recommendation was made, the control may look efficient while quietly becoming ungovernable.

Risk and Threat Considerations

The material risk is automation bias combined with bad input quality. In AI-assisted SOAR, that can turn noisy alerts, incomplete context, or inconsistent policy into fast but incorrect response decisions. The exposure is greatest where the workflow can affect containment, account access, or service availability.

Failure mechanism: The AI layer generalises from weak signals, overweights spurious correlations, or follows ambiguous policy language, then recommends or triggers an action that is not justified by the actual incident context. Attackers can also benefit when they understand that the organisation’s response logic is easier to misdirect than a human analyst’s judgment.

Impact: Teams can suppress the wrong alert, isolate the wrong asset, delay containment, or create avoidable outages. Over time, trust erosion can be as damaging as a single bad action, because responders start working around the system rather than through it.

Standards & Framework Alignment

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

NIST CSF 2.0 and CIS Controls v8 set the technical controls, while ISO/IEC 42001:2023 define the regulatory obligations.

Framework Control / Reference Relevance
NIST CSF 2.0 GV.RM — Risk Management Strategy AI-assisted SOAR changes response risk and trust requirements.
DE.CM — Continuous Monitoring SOAR depends on trustworthy telemetry and observable detection inputs.
RS.AN — Analysis AI in SOAR supports triage and decision support during incident analysis.
Recommendation — Set response risk thresholds that define when AI may recommend or execute actions. Monitor detection and enrichment quality so automation is not driven by noisy inputs. Validate AI-assisted incident analysis against evidence before actioning response steps.
CIS Controls v8 8.2 — Audit Log Management Reliable response automation depends on complete and usable security event data.
17.2 — Incident Response Management The subject concerns automated response orchestration and escalation governance.
Recommendation — Ensure logs and alerts are normalised enough for automation to consume consistently. Define approval, escalation, and containment rules for AI-assisted response paths.
ISO/IEC 42001:2023 5.2 — AI policy The question is about governing AI behaviour inside operational security workflows.
Recommendation — Set policy limits for AI recommendations, automation scope, and human override rights.

Practitioner Guidance

What to prioritise: Treat data quality and policy clarity as control prerequisites, not tuning tasks. If alert enrichment, asset context, and playbook language are inconsistent, the AI layer should be limited to recommendation rather than execution.

What to verify: Check whether every high-impact action has an explicit approval path, a rollback path, and a way to explain why the recommendation was made. If analysts cannot reconstruct the decision from evidence, the automation is too opaque to trust.

Decision rule: Use AI where it improves triage, summarisation, or routing, but keep human judgment in cases where the response could cause material operational disruption or where the policy is still being refined.

Practitioner takeaway: The safest AI-SOAR deployments are not the most automated ones; they are the ones that can prove, case by case, that the model is operating inside a policy envelope built on clean evidence.