Subscribe to the Non-Human & AI Identity Journal

Decision-Centric Security

Decision-centric security shifts control from identity ownership to action-level approval. Rather than asking only who has the credential, it asks whether a specific action is authorized right now. For machine identities, this is the practical way to govern fast, context-changing access patterns.

Expanded Definition

Decision-centric security is an operational model that evaluates each requested action on its own merits, rather than treating identity as a blanket grant of ongoing trust. In NHI and agentic AI environments, that means the system checks context such as workload, destination, time, sensitivity, and policy state before allowing a token to be used or a tool to be invoked. This is closely aligned with zero trust thinking in the NIST Cybersecurity Framework 2.0, but usage in the industry is still evolving because vendors apply the term differently. Some use it for policy enforcement at request time, while others use it for broader approval workflows tied to risk scoring and auditability.

For machine identities, the practical shift is from static entitlement review to action-level authorization: “May this service account call this API now?” instead of “Does this account exist?” That matters because NHIs often operate at high speed, across distributed systems, with privileges that change faster than periodic reviews can capture. The most common misapplication is treating long-lived credentials as decision-centric controls, which occurs when organisations assume a valid token alone proves the action is appropriate.

Examples and Use Cases

Implementing decision-centric security rigorously often introduces latency and policy complexity, requiring organisations to weigh stronger control over machine actions against the operational cost of more frequent authorization checks.

  • A CI/CD pipeline requests access to production secrets only during a release window, with approval contingent on build provenance and change ticket status.
  • An AI agent asks to send an outbound email or create a Jira ticket, but the decision engine blocks the action unless the prompt, tool, and destination match policy.
  • A service account can read one storage bucket but not another, because the policy evaluates dataset sensitivity and the workload’s runtime context.
  • A third-party OAuth app is allowed to sync calendar data only after the organisation confirms scope, vendor posture, and current business need, reflecting the visibility concerns highlighted in the State of Non-Human Identity Security.
  • An internal API key is denied when invoked from an unexpected subnet, even though the credential is still valid, because the action fails the current risk decision.

These patterns fit the NHI lifecycle guidance in the Ultimate Guide to NHIs and map cleanly to request-time controls in NIST Cybersecurity Framework 2.0.

Why It Matters in NHI Security

Decision-centric security addresses a core NHI failure mode: credentials remain valid long after the context that justified them has changed. That is especially important when organisations face the visibility and control gaps reported by NHIMG research, including only 5.7% of organisations with full visibility into service accounts and 97% of NHIs carrying excessive privileges in the Ultimate Guide to NHIs. In practice, action-level approval reduces the blast radius of stolen tokens, overbroad OAuth grants, and autonomous agent misuse by making authorization contingent on the moment of use, not the moment of issuance.

This is why the concept matters in governance as much as in engineering. It gives security teams a way to enforce least privilege when identities are non-human, distributed, and often impossible to review manually at scale. Organisations typically encounter the consequence only after a leaked key, rogue agent action, or over-privileged integration causes an incident, at which point decision-centric security 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 Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC Decision-centric security operationalizes access control as a per-action policy decision.
NIST Zero Trust (SP 800-207) 3E Zero trust requires explicit verification before every resource access decision.
OWASP Non-Human Identity Top 10 NHI-02 Over-privileged machine identities are a primary risk decision-centric controls help reduce.

Shrink NHI blast radius by replacing standing access with context-aware, action-level enforcement.