Subscribe to the Non-Human & AI Identity Journal

Who is accountable when a valid identity makes a harmful decision?

Accountability usually sits with the control owner who allowed the decision path to exist, not just the person or system that executed it. In practice, that means IAM, PAM, platform, and application teams share responsibility for defining the approval boundary, logging the decision, and making the policy auditable. Without that, valid access can still produce invalid outcomes.

Why This Matters for Security Teams

A valid identity is not a guarantee of a safe outcome. Once a service account, API key, agent, or privileged workflow is allowed to make choices, the accountability question shifts from “who authenticated?” to “who allowed that decision path to exist?” That is why teams looking only at login events miss the real failure mode. NHI Mgmt Group notes that 97% of NHIs carry excessive privileges, which makes harmful decisions more likely even when access is technically valid, as discussed in the Ultimate Guide to NHIs. The same pattern shows up in incident analysis, including the 52 NHI Breaches Analysis, where broad standing access and weak policy boundaries turn ordinary identities into high-impact failure points.

Security teams often over-assign accountability to the operator who triggered the action or to the system that executed it. That framing is incomplete. In practice, the control owner accountable for the approval boundary, the policy design, and the audit trail is the party that can prevent recurrence. Current guidance from the NIST Cybersecurity Framework 2.0 aligns with this by emphasising governed access, traceability, and outcome-oriented risk management rather than authentication alone. In practice, many security teams discover accountability gaps only after a valid identity has already authorised a harmful change, deletion, or data exposure.

How It Works in Practice

Operational accountability starts with defining which decisions an identity is allowed to make, not just which systems it can reach. For NHIs, that means mapping the identity to its workload, its privileges, and its permissible actions, then logging each authorisation decision with enough context to explain why it passed. This is especially important for agentic systems, where the identity may be valid but the action is emergent, chained, or context-sensitive.

In a mature setup, accountability is distributed across control owners:

  • IAM owns identity proofing, lifecycle, and entitlement review.
  • PAM owns elevation boundaries, approval workflows, and time-boxed access.
  • Platform and application teams own the guardrails that constrain what the identity can actually do.
  • Security governance owns evidence, escalation paths, and exception handling.

For autonomous workloads, best practice is evolving toward intent-aware authorisation, where the decision is evaluated at runtime based on task, context, and risk. That usually means short-lived credentials, workload identity, and explicit policy-as-code enforcement. Real-world guidance is converging around cryptographic workload identity such as SPIFFE/SPIRE or OIDC-backed tokens, because they prove what the workload is and support automated policy evaluation. The governance challenge is not just revocation; it is ensuring that every harmful action can be traced back to the policy owner who permitted the path. The Top 10 NHI Issues highlights how often visibility and rotation gaps undermine that traceability. These controls tend to break down in fast-moving CI/CD and multi-agent environments because the actor, tool chain, and decision context change faster than static approval models can record them.

Common Variations and Edge Cases

Tighter decision controls often increase operational overhead, requiring organisations to balance faster execution against stronger review and evidence requirements. That tradeoff matters most when a valid identity can act across many systems, because a single approval boundary may be too coarse for real-world workflows.

There is no universal standard for this yet, but current guidance suggests three common edge cases:

  • Shared service identities blur ownership, so accountability must be assigned to the system owner, not the human who last used the credential.
  • Delegated automation can make a correct policy produce a harmful result if downstream systems interpret the request differently.
  • Agentic and multi-step workflows may remain “valid” at each step while the overall outcome becomes unsafe, which makes post-incident reconstruction essential.

For agentic AI, the accountability model should follow the control plane, not just the runtime. That means the team that defined the tool permissions, policy conditions, and escalation rules owns the outcome even when the agent acted autonomously. This is consistent with emerging security practice in Ultimate Guide to NHIs — What are Non-Human Identities, where identity governance is tied to lifecycle and privilege boundaries. It also aligns with the broader NIST view that governed access must be auditable and continuously monitored rather than assumed safe after initial approval.

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 A3 Addresses unsafe agent actions and runtime authorization boundaries.
CSA MAESTRO M1 Covers governance for autonomous systems and accountability assignment.
NIST AI RMF GOVERN Governing function focuses accountability and traceability for AI outcomes.

Define decision ownership, escalation, and evidence retention before granting autonomous action.