Runtime governance drift is the gap between what policy says an AI system may do and what it actually does once it starts operating. For agentic systems, the drift can appear when tool use, data access, or action chaining changes after approval or deployment.
Expanded Definition
runtime governance drift describes the divergence between approved policy and actual system behaviour after deployment. In agentic AI, that gap can emerge when an agent gains a new tool, expands its data reach, or chains actions in ways that were not validated during review. The issue sits at the intersection of AI governance, NHI control, and operational security, because the identity and authority of the system can change without a matching policy update. Guidance varies across vendors, but the practical test is simple: can the system still be explained, constrained, and audited the same way it was at approval time? Frameworks such as the NIST Cybersecurity Framework 2.0 emphasise continuous governance, not one-time sign-off, which is the right lens for this term. runtime drift is not the same as model hallucination or generic configuration drift, because it is specifically about authority and control changing in production. The most common misapplication is treating deployment approval as permanent compliance, which occurs when teams do not retest agent permissions after tool, prompt, or workflow changes.
Examples and Use Cases
Implementing runtime governance rigorously often introduces more review overhead and instrumentation, requiring organisations to weigh faster agent iteration against stronger control over execution authority.
- An AI procurement agent is approved to draft purchase requests, then later given direct ticketing access and starts triggering actions beyond the original policy.
- A customer support copilot is allowed to read internal knowledge bases, but a workflow update quietly grants access to live customer records without a governance review.
- A code-generation agent begins with read-only repository access, then inherits CI/CD permissions and can now modify production-adjacent pipelines.
- A finance automation agent chains email, spreadsheet, and payment tools in a way that was never tested in the original approval path, creating hidden authority expansion.
- Teams investigating tool sprawl and lifecycle control should pair operational reviews with NHIMG guidance in the Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs and validate exposure patterns against the Top 10 NHI Issues.
- When an agent’s access is federated through OAuth, the governance problem becomes harder to spot, which is why third-party access monitoring discussions often reference the Salesloft OAuth token breach alongside standard identity controls.
Why It Matters in NHI Security
Runtime governance drift is a security issue because agentic systems often act with durable credentials, delegated trust, and broad integration rights. If those rights expand after approval, the organisation may believe it is enforcing least privilege while the system is operating with something closer to standing privilege. This is a classic NHI failure mode, and it aligns with NHIMG research showing that 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, making hidden authority changes especially difficult to detect. The governance concern is not theoretical: once tool access, data access, or action chaining changes in production, audit evidence can become stale and incident response can miss the true blast radius. The Ultimate Guide to NHIs — Regulatory and Audit Perspectives is useful for understanding how this drift affects defensibility, while the NIST CSF framing helps teams treat monitoring as an ongoing control rather than a post-deployment checklist. Organisations typically encounter the consequences only after an agent has already overreached, at which point runtime governance drift becomes operationally unavoidable to address.
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 OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Covers agent tool misuse and authority creep after deployment. | |
| OWASP Non-Human Identity Top 10 | NHI-06 | Runtime drift often appears as hidden privilege expansion for NHIs. |
| NIST CSF 2.0 | DE.CM | Detecting changed runtime behavior depends on continuous monitoring. |
Continuously validate agent permissions, tool scope, and action boundaries in production.