Paper-only governance breaks at the point of evidence. A policy, questionnaire, or risk register can show intent, but it cannot stop an agent from reading sensitive data or prove that a control actually operated. Auditors, regulators, and customers need logs, redactions, approvals, and traceable dispositions. If those are missing, the governance claim is not operationally credible.
Why This Matters for Security Teams
Governance documents are useful only when they translate into enforced behavior in the systems that move data, call tools, and make decisions. For AI workloads, that means controls must exist in the data path: request-time authorisation, redaction, approval gates, logging, and disposition tracking. A policy that says “do not expose sensitive data” does not prevent an agent from retrieving it, forwarding it, or embedding it in a downstream action.
This gap is especially visible in agentic and non-human identity programs, where the real risk is not whether a control was approved on paper, but whether the control operated when the workload made a live request. The Ultimate Guide to NHIs — Regulatory and Audit Perspectives is explicit that auditability depends on evidence, not intent. That aligns with the NIST AI Risk Management Framework, which treats measurable governance outcomes as a core requirement rather than a reporting exercise.
NHIMG’s research on the 2026 Infrastructure Identity Survey found that only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security. In practice, many security teams discover the lack of enforceable controls only after an agent has already accessed data, rather than through intentional policy validation.
How It Works in Practice
Enforcement in the data path means the decision happens where the data is requested, transformed, or transmitted, not in a governance tracker. For AI systems, that usually includes runtime access checks, content inspection, scoped tool permissions, secret brokering, and per-request logging. The objective is to make every sensitive operation conditional, observable, and reversible.
Practitioners usually implement this as a layered control pattern:
- Policy-as-code evaluates the request in real time, using context such as identity, task, dataset sensitivity, and destination.
- Just-in-time approval or token issuance limits the duration and scope of access to the specific task.
- Redaction or filtering occurs before data leaves the source system or enters the model prompt.
- Audit logs capture who or what requested access, what was approved, what data was returned, and what the agent did next.
- Disposition records show whether the request was denied, masked, escalated, or completed.
This is the difference between asserting governance and proving control operation. It is also why identity guidance for workloads matters: the Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs emphasizes credential lifecycle discipline, while NIST Cybersecurity Framework 2.0 expects protection and detection mechanisms to be implemented, not merely described.
For autonomous agents, the control path should not rely on a policy owner manually interpreting a questionnaire after the fact. It should be enforced by the workload identity layer, the secrets layer, and the data access layer at the moment the agent acts. These controls tend to break down when data is replicated into unmanaged caches, prompt histories, or downstream SaaS integrations because the original enforcement point no longer sees the subsequent use.
Common Variations and Edge Cases
Tighter enforcement often increases friction, latency, and engineering overhead, so organisations have to balance speed of AI delivery against the cost of runtime control. That tradeoff is real, especially where multiple teams own the model, the workflow, and the data store.
Best practice is evolving for semi-structured environments like shared copilots, retrieval-augmented generation, and multi-agent orchestration. Current guidance suggests that documentation alone is not sufficient, but there is no universal standard for how much enforcement must sit in the model layer versus the application layer versus the storage layer. The safest approach is to place controls closest to the data source and require traceable decisions for every exception.
Edge cases often include read-only analytics, vendor-hosted AI services, and legacy platforms that cannot evaluate policy at runtime. In those cases, organisations should compensate with strong compensating controls such as data minimisation, scoped service accounts, immutable logging, and periodic control testing. NHIMG’s analysis of the Ultimate Guide to NHIs — Key Research and Survey Results shows that over-privileged systems are far more incident-prone than least-privileged ones, which reinforces why paper controls fail when privilege is broad and static. For broader governance context, the NIST AI 600-1 Generative AI Profile is a useful reference for operationalising AI-specific risk controls.
Where organisations use exception-heavy manual approvals for every sensitive prompt, the control can become so slow that users route around it, which defeats the governance intent.
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, CSA MAESTRO and OWASP Non-Human Identity Top 10 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 | A1 | Agentic systems need runtime controls, not paper approvals, to stop unsafe actions. |
| CSA MAESTRO | GOV-02 | MAESTRO emphasizes operational governance for autonomous workflows and evidence. |
| NIST AI RMF | AI RMF requires measurable controls, accountability, and ongoing monitoring. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | Static or unmanaged secrets undermine data-path enforcement for AI identities. |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege access must be enforced, not just documented in governance. |
Enforce request-time checks and logging for every agent action that touches sensitive data.
Related resources from NHI Mgmt Group
- What breaks when data governance is used as a substitute for AI agent identity controls?
- What breaks when AI model metadata and training data checks are not wired into governance controls?
- What breaks when organisations rely on training alone instead of enforcing DLP controls?
- What makes agentic AI an NHI governance issue?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 24, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org