Builder choice is the implementation model, while governance is the control model. A team can use either code-first or low-code tools and still fail if it does not enforce access scope, approval boundaries, and auditability around the agent's actions.
Why This Matters for Security Teams
Agent builder choice answers a delivery question: should the team ship with code-first orchestration, a low-code agent platform, or a managed framework? Agent governance answers a control question: who can the agent act for, what can it reach, when is approval required, and how is every action evidenced? That distinction matters because autonomous software can chain tools, reuse tokens, and pursue goals in ways that human-centric IAM does not predict.
Practitioners often discover the gap only after an agent has already accessed data, triggered workflows, or called external services outside the intended scope. Current guidance from the OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework both point toward the same operational reality: the risk is not the builder itself, but the execution authority it releases.
NHIMG research shows this is not theoretical. In The State of Non-Human Identity Security, 45% of organisations cited lack of credential rotation as the top cause of NHI-related attacks, which is exactly the kind of control failure that becomes more dangerous when an agent is allowed to act continuously. In practice, many security teams encounter governance failures only after the agent has already been trusted with production credentials, rather than through intentional design.
How It Works in Practice
Builder choice shapes how an agent is assembled, but governance shapes how it is constrained at runtime. A code-first agent can be wrapped in policy-as-code, approval gates, and logging. A low-code builder can still be governed well if the platform supports scoped tool access, workload identity, and short-lived secrets. The opposite is also true: a polished agent platform can create blind spots if it hides the underlying execution path, token use, or downstream calls.
For autonomous workloads, static RBAC is often too coarse on its own. Better practice is evolving toward intent-based authorisation: the policy engine evaluates what the agent is trying to do, the data or system it wants to touch, the risk of the action, and whether a human or service approval is needed. That is where CSA MAESTRO agentic AI threat modeling framework and NIST Cybersecurity Framework 2.0 become useful: they anchor governance in continuous control, not tool preference.
Operationally, strong agent governance usually includes all of the following:
- JIT credential issuance per task, with automatic revocation after completion.
- Workload identity for the agent, so the system proves what it is, not just what secret it holds.
- Short-lived secrets and tokens, with tight TTLs and scope boundaries.
- Pre-execution policy checks for tool calls, data access, and external side effects.
- Immutable audit trails for prompts, decisions, actions, and approvals.
That model aligns with NHIMG guidance in OWASP Agentic Applications Top 10 and with the broader identity lifecycle concerns described in Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs. These controls tend to break down when an agent can spawn subtasks across multiple services without a single enforcement point, because approval and revocation become fragmented across systems.
Common Variations and Edge Cases
Tighter governance often increases latency and operational overhead, so teams have to balance speed against assurance. That tradeoff is real, especially for agents that need to work across many tools, vendors, or environments. There is no universal standard for this yet, and current guidance suggests using the lightest control that still contains the agent’s actual blast radius.
One common edge case is the “safe builder, unsafe deployment” problem. A team may choose a reputable low-code tool and still expose long-lived API keys, overbroad service accounts, or unrestricted MCP connectors. Another is the “governed builder, unguided operator” problem, where policies exist but nobody owns exceptions, approvals, or monitoring drift. For those cases, the relevant question is not whether the agent was built in code or low-code, but whether its authority is continuously bounded.
NHIMG’s Ultimate Guide to NHIs — Regulatory and Audit Perspectives is useful when teams need to prove control effectiveness to auditors, while the Analysis of Claude Code Security shows how implementation detail still matters even when the governance model is sound. The key exception is high-autonomy environments with chained tool use and delegated execution, because traditional approval gates often cannot keep pace with the agent’s decision speed.
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 | A1 | Agentic abuse and tool misuse are central to governance beyond builder choice. |
| CSA MAESTRO | MAESTRO models threat boundaries, approvals, and runtime controls for agents. | |
| NIST AI RMF | GOVERN | Govern function covers accountability and oversight for autonomous AI systems. |
Limit tool scope, add runtime checks, and log every agent action before production use.
Related resources from NHI Mgmt Group
- What is the difference between attack surface management and NHI governance?
- What is the difference between role-based access and API key governance for NHI security?
- What is the difference between human IAM controls and NHI governance?
- What is the difference between secret storage and credential governance?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 1, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org