The main failure is overtrusted automation. If read access and action rights are bundled together, an agent can move from diagnosis to execution too quickly, creating unreviewed changes, unclear accountability, and harder rollback. Teams also lose the ability to prove that sensitive data was redacted before model exposure, which raises governance and privacy risk.
Why This Matters for Security Teams
When an AI agent can both inspect telemetry and act on production systems, the control problem changes from “can it see enough?” to “can it also change too much?” That collapse of read and write privilege is exactly where overtrusted automation turns into a security issue. Guidance from the NIST AI Risk Management Framework reinforces the need to manage AI systems as risk-bearing components, not just productivity tools.
The practical danger is not limited to direct damage. An agent with telemetry access may encounter secrets, personal data, incident details, or internal system state, then use that same context to trigger changes that were never meant to be machine-executed. That undermines segregation of duties, weakens auditability, and makes it harder to prove which data influenced which action. In regulated environments, it also complicates incident review because the organisation may not be able to show what the agent saw, what it redacted, and who approved the action path.
Security teams often miss this until the first automated change is made from an alert that was only meant to inform a human decision.
How It Works in Practice
The safest operating model is to separate observation, recommendation, and execution. Telemetry inspection can be broad enough to support detection, triage, and summarisation, but production changes should pass through a distinct control path with explicit policy checks, scoped credentials, and human or workflow approval where the risk justifies it. The current guidance suggested by the OWASP Agentic AI Top 10 is consistent with this split because agentic systems create unique exposure when tool use is not tightly constrained.
In operational terms, teams should design for three layers:
-
Read-only access for telemetry, logs, traces, and incident context, with data minimisation and redaction before model exposure.
-
Policy-gated action paths that limit which systems, commands, or APIs the agent can invoke, and under what conditions.
-
Independent logging that records the source signal, the model output, the policy decision, and the final action taken.
That separation matters because the agent can otherwise turn an ambiguous observation into an irreversible change without a second control. For example, a remediation agent that sees a degraded service, a suspected malicious process, and a privileged token should not be able to both decide and execute a full environment rollback unless the policy engine has explicitly allowed that path. A useful control baseline is to treat the agent like any other high-risk operator: least privilege, scoped credentials, bounded tool access, and full traceability. The MITRE ATLAS adversarial AI threat matrix is helpful here because it shows how attackers can pressure AI systems through prompt manipulation, data poisoning, and downstream abuse of tool access.
These controls tend to break down when one agent is given broad access across fragmented legacy systems because the approval boundary becomes too vague to enforce consistently.
Common Variations and Edge Cases
Tighter separation often increases operational overhead, requiring organisations to balance faster response against stronger oversight. That tradeoff becomes most visible in incident response, where teams want rapid containment but cannot afford autonomous changes that bypass review. Best practice is evolving here, and there is no universal standard for exactly how much autonomy is acceptable across every production use case.
Some environments do justify limited combined access, but only under narrow conditions such as low-risk readouts, pre-approved remediation playbooks, or fully reversible changes. Even then, the agent should not inherit standing authority beyond the minimum needed for the task. In high-sensitivity environments, telemetry may also contain secrets, customer data, or regulated information, so the redaction stage becomes part of the control design rather than a cosmetic preprocessing step.
Where agentic systems interact with other agents, the risk increases again because one system may inspect the evidence while another performs the action. That can be safe, but only if identity, policy, and approval are explicit across the chain. Practical alignment often combines the NIST AI Risk Management Framework with the CSA MAESTRO agentic AI threat modeling framework to keep autonomy, accountability, and recovery separated even when the workflow feels seamless.
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, MITRE ATLAS and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Agentic systems need bounded tool use and explicit separation of read and write paths. | |
| NIST AI RMF | GOVERN | Governance is needed to assign accountability for AI actions and approvals. |
| MITRE ATLAS | Adversarial AI threats include prompt manipulation and tool abuse against agents. | |
| NIST CSF 2.0 | PR.AC-4 | Least privilege is central when an agent can both observe and modify systems. |
| CSA MAESTRO | MAESTRO helps structure control boundaries for agentic AI workflows. |
Constrain tool authority so inspection, recommendation, and execution are not bundled in one agent.
Related resources from NHI Mgmt Group
- What breaks when AI systems can access data without context-aware controls?
- What breaks when AI agents can chain tools through MCP without tight policy controls?
- What breaks when AI agents are added to an IAM programme without new controls?
- What breaks when AI agents have production access without containment?