Subscribe to the Non-Human & AI Identity Journal

Action Graph

The set of actions an autonomous system is permitted to sequence, combine, and execute. Unlike static permission lists, an action graph captures what the actor can actually do at runtime, which is why it matters when agents can chain tool use into outcomes no human explicitly approved.

Expanded Definition

An action graph is the runtime map of what an autonomous system can do, not just what it is assigned in a static policy. It describes the permitted sequence of actions, tool calls, and decision paths an AI agent can traverse once it has execution authority. That distinction matters because a permission list may allow individual tools, while an action graph reveals how those tools can be chained into a higher-impact outcome. In NHI governance, this makes the action graph a practical control lens for agentic systems, service accounts, and other identities that can act without direct human approval.

Definitions vary across vendors and implementation teams, especially where orchestration layers, policy engines, and agent frameworks overlap. NHI Management Group treats the term as a governance artifact for understanding effective runtime capability, while NIST Cybersecurity Framework 2.0 provides the broader risk-management context for identifying, protecting, and monitoring those capabilities. The most common misapplication is equating an action graph with a role or entitlement list, which occurs when teams review permissions but ignore the sequences an agent can compose at runtime.

Examples and Use Cases

Implementing action-graph oversight rigorously often introduces operational friction, requiring organisations to weigh autonomous speed against the cost of tighter sequencing controls and more detailed review.

  • An AI support agent can read tickets, query a knowledge base, and trigger a password reset, but the action graph should prevent it from escalating privilege or opening unrelated admin tools.
  • A deployment bot may be allowed to fetch secrets, build artifacts, and promote releases, while the graph blocks any path that would let it alter production access policies.
  • A finance workflow agent can reconcile invoices and submit approvals, but its action graph must stop short of creating new vendor records without separate authorisation.
  • An incident-response assistant may isolate hosts and open containment tickets, yet the graph should ensure it cannot disable logging or delete evidence.

For a broader view of how NHIs accumulate dangerous runtime reach, see Ultimate Guide to NHIs. The same runtime concern appears in agent governance guidance from NIST Cybersecurity Framework 2.0, where control effectiveness depends on continuous monitoring, not just initial authorization.

Why It Matters in NHI Security

Action graphs matter because the real risk in NHI security is rarely a single over-permitted action. It is the ability to combine modest actions into an unintended one. That is how an agent with ordinary tool access can move from lookup to modification, from modification to privilege expansion, and from privilege expansion to impact. NHI Mgmt Group reports that 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, which underscores how damaging excessive runtime reach can be when identities are abused or hijacked.

For security teams, the action graph becomes especially important during Zero Trust reviews, agent onboarding, and incident response. It helps answer whether a compromised identity can merely call a tool or can chain several calls into data exposure, system changes, or unauthorized approvals. In practice, this also supports least-privilege design for autonomous systems, where visibility into paths matters as much as visibility into individual permissions. Organisations typically encounter the need to define the action graph only after an agent has already triggered an unexpected sequence, at which point the term 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 AGENT-03 Agentic guidance focuses on limiting dangerous tool chains and delegated actions.
OWASP Non-Human Identity Top 10 NHI-04 Runtime capability review aligns with controlling what NHIs can do, not just what they know.
NIST CSF 2.0 PR.AC-4 Least-privilege access management applies to effective runtime actions and chaining risk.

Review NHI runtime permissions and block action sequences that create unintended outcomes.