Subscribe to the Non-Human & AI Identity Journal

What breaks when AI agents can only advise and not act in the SOC?

The main failure is operational bottleneck, not model quality. If every recommendation still requires a human to approve and execute, AI only shifts work upstream. That leaves alert handling tied to analyst availability, which means scale still depends on headcount. The practical fix is governed machine execution with scoped permissions, auditability, and clear separation between advisory and operational authority.

Why This Matters for Security Teams

When AI agents are limited to advice-only mode, the SOC keeps the burden of triage, containment, enrichment, and escalation on analysts. That sounds safe, but it often creates a throughput problem that security leaders misread as a tooling issue. The real risk is that the system cannot reduce mean time to respond unless it can also execute bounded actions under policy. Current guidance from the NIST AI Risk Management Framework points toward governed use, not passive suggestion loops, because accountability only works when decision rights are explicit.

This matters most in high-volume environments where every alert still needs human review before quarantine, ticket updates, blocklists, or credential revocation. In those settings, the AI may improve prioritisation, but it does not change the size of the queue. Security teams also underestimate how much context is lost when a recommendation is detached from execution evidence. If the agent cannot act, it cannot verify whether its advice actually resolved the condition it flagged. In practice, many security teams encounter bottlenecks only after alert backlogs have already stretched analyst capacity beyond recovery, rather than through intentional operating model design.

How It Works in Practice

Advice-only AI usually sits between detection and response as an analyst copilot. It can summarise telemetry, suggest likely tactics, draft containment steps, and surface playbook options, but every step still requires a human to click through and perform the action. That model can help during investigations, yet it does not deliver closed-loop response. The gap becomes visible when the SOC has strong detection but weak execution speed. Frameworks such as the OWASP Agentic AI Top 10 and MITRE ATLAS adversarial AI threat matrix are useful reminders that autonomous reasoning without control boundaries creates both safety and security exposure.

The practical pattern is to separate advisory authority from operational authority. The agent can recommend, but execution should be routed through policy checks, scoped identities, and auditable workflows. In mature environments, that means:

  • pre-approved actions for low-risk cases, such as ticket enrichment or benign enrichment queries
  • JIT or scoped machine permissions for containment tasks like isolating an endpoint or disabling a token
  • approval thresholds for destructive or customer-impacting actions
  • logging that ties the recommendation, approver, execution, and outcome together

This is where agent identity and NHI governance become relevant. If the agent lacks a distinct identity, the SOC cannot distinguish between human-issued and machine-issued actions, which undermines forensics and access review. Alignment with controls in NIST SP 800-53 Rev 5 Security and Privacy Controls helps because response automation still needs least privilege, auditability, and separation of duties. These controls tend to break down in legacy SOCs with fragmented tooling because manual approval chains slow response faster than the threat can be contained.

Common Variations and Edge Cases

Tighter approval control often increases operational overhead, requiring organisations to balance speed against the risk of over-automation. That tradeoff is real, but advice-only designs should not be treated as a permanent safety strategy. Best practice is evolving toward bounded autonomy for routine response, while reserving human approval for novel, high-impact, or reversible actions. Where there is no universal standard for this yet, teams should document which actions remain human-only and which can be executed by a governed agent under policy.

Edge cases matter. In regulated environments, an advice-only SOC may satisfy early governance concerns, but it can still fail resilience objectives if attacks move faster than analyst throughput. In ransomware scenarios, for example, delay can be more damaging than a well-scoped automated containment action. The same is true for identity-driven attacks, where stolen credentials or session tokens may be abused within minutes. Guidance from the NIST AI Risk Management Framework and the Anthropic first AI-orchestrated cyber espionage campaign report both reinforce the same operational lesson: AI adds value when it can participate safely in the response loop, not just narrate it. In practice, advice-only models fail most visibly when alert volumes spike during an active incident because the SOC has no machine-speed execution path.

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 and MITRE ATLAS address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 RS.MA Response automation must preserve measurable response capability.
OWASP Agentic AI Top 10 A2 Agentic systems need bounded action scopes to avoid unsafe execution.
NIST AI RMF GOVERN Governance is required to separate advisory output from operational authority.
NIST SP 800-53 Rev 5 AC-6 Least privilege limits the blast radius of machine-executed SOC actions.
MITRE ATLAS AML.TA0001 Adversarial AI threats shape how agent recommendations can be manipulated.

Build response workflows that can execute containment actions quickly and consistently under incident pressure.