At a Glance

  • AI agents can plan and take actions across connected systems, which makes identity, authorization, and action boundaries part of the security design - not an afterthought. [1] [2]

  • NCSC guidance on adopting agentic AI recommends starting with tightly bounded, lower-risk tasks, maintaining visibility, and retaining meaningful human oversight and control. [3]

  • OWASP's Agentic Security work treats autonomous and multi-step workflows as a distinct security problem that needs explicit controls and threat modeling. [4]

  • CyberTech Intelligence view: the important question is not how autonomous a SOC can become. It is where autonomy is useful, where a person must decide, and what evidence must remain after the action.

Agentic SOC Changes the Control Question

Traditional automation usually follows a defined playbook. Agentic workflows can interpret context, choose steps, use tools, and continue toward a goal. That flexibility is useful, but it changes the control question. Instead of asking only whether a workflow is automated, leaders need to know what the agent is allowed to decide, which systems it can touch, and which outcomes require a person to approve or stop the action.

NIST's 2026 AI Agent Standards Initiative describes AI agents as systems capable of autonomous actions and highlights the importance of secure interaction with external systems and internal data. [1] NIST's related concept work on software-agent identity calls out identification, authorization, auditing, and non-repudiation as areas that need stronger treatment for agentic applications. [2]

Decide Authority Before Speed

The safest place to start is the action boundary. A SOC can allow an agent to collect evidence, correlate alerts, summarize an incident, or draft a response plan without giving it unrestricted authority to isolate a user, change a firewall rule, disable an account, delete a file, or communicate externally. Those are different classes of action and should not share one default level of autonomy.

NCSC's May 2026 guidance recommends incremental adoption, clearly defined tasks, ongoing visibility, and explicit human accountability. It also asks organizations to be clear about who owns the agentic system, who approves its access, who monitors behavior, who reviews incidents, and who can stop it. [3]

Human Approval Should Be Designed, Not Added Later

A human approval step is most useful when the organization decides in advance what deserves approval. High-impact actions can be routed to a named decision maker; low-risk evidence gathering can remain automated. The goal is not to put a person in front of every step. It is to keep a person responsible for the steps that can materially change access, data, systems, or external outcomes.

A practical approval rule should answer four things: what action is proposed, what evidence supports it, what could change if it is wrong, and who has authority to approve. If the system cannot provide those answers in a form a reviewer can understand, the action is not ready for unattended execution.

Identity and Access Need an Agent View

Agentic workflows often use service identities, APIs, credentials, connectors, and delegated access. NIST's software-agent identity concept paper specifically raises identification, authorization, auditing, and non-repudiation for agents. [2] That suggests a simple operating discipline: every agent should have a visible identity, a defined owner, least-necessary permissions, and a way to revoke or contain access.

The same principle applies to tools the agent can call. A workflow that can only read security telemetry is different from one that can write to identity, endpoint, email, cloud, or ticketing systems. Permission scope should reflect that difference, and the review path should be clear before production use.

Use a Human-Governed Action Path

The following CyberTech Intelligence path is an operating model, not an external standard or product rating.

Figure 1. CyberTech Intelligence Human-Governed Action Path

Step

Leadership Question

Minimum Evidence

Decision

1. Define

What task is the agent expected to complete?

Purpose, inputs, outputs, tools, owner.

Set a bounded task.

2. Classify

What can the action change if it is wrong?

Data, identity, system, external impact.

Assign an action-risk class.

3. Authorize

What may the agent read, write, or trigger?

Identity, permissions, tools, scope, expiry.

Grant least-necessary authority.

4. Approve

Which actions require a person before execution?

Evidence, proposed action, approver, rollback.

Approve, reject, or revise.

5. Review

Can the result be reconstructed and challenged?

Decision record, logs, evidence, outcome.

Retain, improve, or reduce autonomy.

What Good Human-Governed Automation Looks Like

  • Agents start with clearly bounded tasks and named owners.

  • Permissions match the task rather than the broadest capability of the platform.

  • Consequential actions have a defined approval or escalation route.

  • Reviewers receive enough evidence to understand the proposed action before they approve it.

  • Every production workflow has monitoring, stop conditions, and a containment or rollback path.

  • The organization can reconstruct what the agent did, which tools it used, and what happened next.

Run the 15-Minute Approval Boundary Check

Pick one automated SOC workflow. List every action it can take, mark which actions can change identities, systems, data, or external communications, and name the person who can approve or stop each consequential step. Any blank field becomes the next governance action.

About CyberTech Intelligence

CyberTech Intelligence provides research-led cybersecurity intelligence, executive content, and market engagement programs. This publication is vendor-neutral and intended for education, decision support, and claim-safe GTM planning.

Evidence and Citation Note

External sources are used only within their stated scope. Standards and public guidance are treated as governance and security context, and CyberTech Intelligence operating models are clearly labeled as CTI analysis. No named organization is inferred to have unsafe autonomy, weak controls, an incident, or a buying project without direct evidence. 

References

  1. National Institute of Standards and Technology, “Announcing the AI Agent Standards Initiative for Interoperable and Secure Innovation,” February 17, 2026. https://www.nist.gov/news-events/news/2026/02/announcing-ai-agent-standards-initiative-interoperable-and-secure  (Accessed September 23, 2026. Relevance: current NIST initiative on secure, interoperable AI agents capable of autonomous action and interaction with external systems and internal data.)
  2. National Institute of Standards and Technology, “New Concept Paper on Identity and Authority of Software Agents,” February 5, 2026. https://www.nist.gov/news-events/news/2026/02/new-concept-paper-identity-and-authority-software-agents  (Accessed September 23, 2026. Relevance: current NIST concept work on identification, authorization, auditing, non-repudiation, and agent access.)
  3. UK National Cyber Security Centre, “Thinking carefully before adopting agentic AI,” May 15, 2026. https://www.ncsc.gov.uk/blogs/thinking-carefully-before-adopting-agentic-ai  (Accessed September 23, 2026. Relevance: official guidance on incremental adoption, meaningful human oversight, named accountability, monitoring, and the ability to stop an agent.)
  4. OWASP GenAI Security Project, “OWASP GenAI Security Project Releases Top 10 Risks and Mitigations for Agentic AI Security,” December 9, 2025. https://genai.owasp.org/2025/12/09/owasp-genai-security-project-releases-top-10-risks-and-mitigations-for-agentic-ai-security/  (Accessed September 23, 2026. Relevance: practitioner-developed agentic AI security risks and mitigations for autonomous applications.)
  5. MITRE, “Risk Discovery Protocol for AI Assurance (v1.0),” April 29, 2025. https://www.mitre.org/news-insights/publication/risk-discovery-protocol-ai-assurance-v10  (Accessed September 23, 2026. Relevance: independent assurance protocol for use-case-specific and mission-critical AI risk discovery.)