Open governance reduces single-vendor dependency, but it also removes the false comfort that a proprietary platform will solve identity, authorisation, or audit problems for you. Once standards become shared infrastructure, the organisation owns the control design. That makes policy consistency, logging, and revocation the real differentiators, not the protocol label itself.
Why This Matters for Security Teams
Open governance changes the risk profile because it shifts responsibility from a closed platform vendor to the organisation’s own control design. That is valuable when standards are meant to be portable, but it also means there is no vendor default to absorb weak identity lifecycle management, inconsistent authorisation logic, or missing audit trails. For agentic ai infrastructure, those gaps matter more because the workload is autonomous and can chain tools at runtime.
Security teams should read this through the lens of shared responsibility, not protocol optimism. Standards such as the OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework both point to the same reality: agentic systems need runtime controls, not just architecture diagrams. NHIMG research on NHI compromise also shows how often weak governance becomes operational exposure, with The 2024 ESG Report: Managing Non-Human Identities reporting that 72% of organisations have experienced or suspect an NHI breach.
In practice, many security teams discover that open standards were implemented faster than the controls needed to secure them, only after an agent starts moving through production systems with legitimate credentials.
How It Works in Practice
Open governance does not remove risk; it exposes where the organisation has to define and enforce identity, policy, and evidence. The practical question is not whether the agent uses a standard protocol, but whether the environment can prove what the agent is, what it is allowed to do, and for how long. That is why workload identity, short-lived credentials, and policy evaluation at request time matter more than static roles.
For autonomous workloads, static RBAC usually fails because the agent’s action sequence is not fully knowable in advance. A better pattern is intent-aware authorisation paired with JIT credential issuance: the agent requests access for a specific task, receives a narrowly scoped token or secret with a short TTL, and loses that access when the task completes. Where possible, bind identity to the workload itself using primitives such as SPIFFE/SPIRE or OIDC-based service identity, then evaluate policy with tools like OPA or Cedar at the moment of each request.
- Issue credentials per task, not per environment.
- Log the agent’s intent, tool call, and policy decision together.
- Rotate or revoke secrets automatically when the task ends or the context changes.
- Separate human admin access from agent execution access.
For implementation guidance, the CSA MAESTRO agentic AI threat modeling framework and the NIST Cybersecurity Framework 2.0 are useful anchors for governance mapping, while NHIMG’s Top 10 NHI Issues is a practical reminder that lifecycle control is usually where the failure starts.
These controls tend to break down when teams allow long-lived secrets and broad service accounts to backstop agent workflows, because the agent can reuse trust far beyond the original task.
Common Variations and Edge Cases
Tighter governance often increases engineering and operational overhead, requiring organisations to balance portability against the cost of enforcing controls everywhere. That tradeoff is real in multi-agent systems, where one workflow may span data access, code execution, and external API calls. Best practice is evolving, but current guidance suggests treating each agent as a bounded workload rather than a trusted platform citizen.
One common edge case is hybrid deployment. If an organisation mixes open standards with proprietary agent tooling, the weakest identity model usually wins unless policy is normalised at the boundary. Another is observability: open governance makes logging easier to standardise, but only if teams define the fields that matter, such as workload identity, delegated authority, tool used, and revocation event. Without that, audit data becomes fragmented and hard to correlate.
There is also a difference between openness and maturity. Open governance can reduce lock-in, but it does not guarantee secure defaults. The organisation still has to decide how to handle break-glass access, emergency revocation, and cross-domain trust. NHIMG’s Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs and Ultimate Guide to NHIs — Regulatory and Audit Perspectives both reinforce that lifecycle discipline and evidence quality are the real control plane.
Open governance becomes materially safer only when the organisation can enforce consistent revocation and traceable authorisation across every agent runtime, especially in environments with shared credentials or cross-tenant tool access.
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 CSA MAESTRO address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A01 | Agentic systems need runtime controls, not just trusted protocols. |
| CSA MAESTRO | MAESTRO fits open-governance threat modeling for autonomous workloads. | |
| NIST AI RMF | GOVERN | Open governance shifts accountability for AI risk decisions to the organisation. |
Assign ownership for agent identity, policy, logging, and revocation under AI governance.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 7, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org