Overhead view of a collaborative workspace with multiple people using laptops, smartphones, and various tech accessories.

NIST Just Named Five AI Agent Identity Problems.

Amir OfekAmir Ofek· CEO - Co-founder of aizome5 min read

When the National Institute of Standards and Technology publishes a warning about enterprise AI agent security, CISOs pay attention. When that warning reads like a description of every governance gap we identified when we started building aizome, it is worth pausing to explain why.

NIST's National Cybersecurity Center of Excellence published a blog post this week titled "Back to the Future: Why Agentic AI Needs a Strong Identity Foundation." It names five specific identity and authorization practices that present substantial security challenges for agentic AI systems. It also announces a new NCCoE project specifically focused on software and AI agent identity and authorization.

I am not going to claim that NIST endorses aizome. What I am going to do is walk through each of the five problems NIST names and show you the architecture we built to address them. Because the architecture NIST says enterprises need is the architecture aizome already built.

Problem 1: Credential Sharing

NIST is direct: individuals giving their personal and enterprise credentials to agents has quickly become a common pattern. Credential sharing creates accountability gaps. It violates the core IAM tenet of accountability by verifying only the identity of the entity completing a transaction, not its permissions.

The aizome answer: every AI agent gets its own governed identity, separate from the human who built it. aizome's identity broker assigns each agent a unique identity scoped to its declared purpose, not the permissions of the person who deployed it. The agent never operates on the human's credentials. It operates on credentials specifically issued for the agent's authorized function, within the boundaries of what the agent was built to do.

Problem 2: Static and Long-Lived Credentials

NIST identifies static API keys and long-lived access tokens as a persistent root cause of security incidents, made more dangerous by agentic AI. API keys provide broad, unscoped access. Long-lived tokens carry no cryptographic proof of possession. Any entity that gains access to the key can call the API.

The aizome answer: aizome's MCP gateway operates as a vault. The AI agent never holds the credential directly. It holds a short-lived token to aizome's system, which handles the authenticated connection to downstream applications on behalf of the agent, within its governed scope. The number of credentials the agent can expose is zero, because there is nothing to expose. This is not better credential management. It is a credential abstraction at the architecture layer.

Problem 3: Broadly Scoped Access

NIST identifies broad, role-based entitlements as a challenge that agents are set to exacerbate. Agents driven by high-level instructions can unpredictably seek, probe, and execute multiple paths to achieve their goals. Given broad access, they may use unexpected tools or data, leading to unintended damage.

The aizome answer: organizational intent capture. Every AI agent's access is scoped not to the full range of what it is technically permitted to do, but to the specific purpose it was built to serve. The delta between what an agent is technically permitted to do and what it was built to do is the attack surface that most governance programs leave open. aizome closes it by defining organizational intent at provisioning and enforcing it at runtime, on every tool call, before the call executes.

Problem 4: Deploying Agents with Local User Accounts

NIST identifies local agent deployments running with local user credentials as a meaningful security challenge. Giving agents local account access allows them to impersonate the user and act with broad access. Local deployments make centrally managed agentic identity repositories difficult to implement and encourage poor practices, such as storing static credentials in local files.

The aizome answer: aizome's light endpoint client extends centralized identity governance to local AI tool usage. Every agent operating on an employee's workstation, through Claude Desktop, Claude Cowork, or any other local AI tool, is captured in the same agent inventory, governed by the same organizational intent framework, and subject to the same behavioral monitoring as agents deployed in cloud environments. The governance follows the agent, not the deployment model.

Problem 5: Relying on Human-in-the-Loop

NIST describes the consent fatigue problem precisely: overly chatty agents condition users to reflexively click "allow" just to keep their automated workflow moving. When users become habituated to approving access requests without review, the human-in-the-loop accountability it was meant to provide is undermined.

The aizome answer: continuous behavioral governance that makes human escalation targeted rather than universal. Instead of asking humans to review every agent action, aizome evaluates every action against the agent's organizational intent baseline at the moment of execution. Human escalation is triggered only when the governance layer detects a deviation that requires judgment: actions outside the agent's declared scope, behavioral drift from established patterns, or tool call sequences inconsistent with the agent's defined purpose. Humans are in the loop for decisions that require human judgment. The infrastructure handles everything else.

The Market Signal: NCCoE Is Formalizing This

Beyond the five problems, what matters about this NIST post is the announcement at the end.

The NCCoE is launching a formal project on software and AI agent identity and authorization. It will produce blog posts, an online resource hub, and NIST publications to support adoption of IAM standards and best practices for software and AI agents.

This is the federal government formalizing what the market has been debating for two years. When NIST formalizes a problem space, three things follow: regulatory frameworks reference it, procurement requirements include it, and audit standards evolve to cover it.

The enterprises that have already built governance infrastructure around agent identity, runtime behavioral controls, and intent-based access will be the ones who can demonstrate compliance when those frameworks arrive. Those waiting for the standards to be finalized before building will be remediating under regulatory pressure.

NIST described the problems. SACR named the category for the infrastructure that solves them: ARISE, Agentic Runtime Identity Security Enforcement. aizome is the platform built to address all five NIST-identified challenges, deployed in production, available today.

The architecture NIST says enterprises need is not theoretical. It is running.

Come see it in action at aizome.ai

Amir Ofek is CEO and Co-Founder of aizome, an Enterprise AI Agent Identity Fabric Platform and a founding player in the ARISE - Agentic Runtime Identity Security Enforcement - category.


Amir Ofek

Amir Ofek

CEO - Co-founder of aizome

Related content

The latest news, technologies, and resources from our team.

  • AI Agent Security Isn't Too Complex to Start. You're Just Missing the Map.

    AI agent security doesn't have to be overwhelming. Instead of chasing every new acronym or vendor category, start with three simple questions that cut through the noise. This practical framework helps CISOs prioritize discovery, identity, and runtime governance in the right order, so you can build an AI agent security strategy that actually works.

    Chen Pipek, CPO & Co-founder aizome

    Chen Pipek

  • AI Agents Don't Create Security Debt. They Collect It.

    Permissions copied from one employee to the next when someone changed roles. Temporary access granted three years ago and never revoked. Files shared "just for now" that are still accessible today. These are not new problems. They have been accumulating in enterprise environments for years, sitting underneath security programs that were doing their best but were never designed to surface them systematically. AI agents surface them all at once. At machine speed.

    Chen Pipek, CPO & Co-founder aizome

    Chen Pipek

  • 35% of Organizations Can't Shut Down a Rogue AI Agent. Are You One of Them?

    There is a question that boards are now asking CISOs that did not exist eighteen months ago. "If one of our AI agents went rogue right now - if it started doing something it was never supposed to do - could you stop it? How long would it take?" According to Writer's 2026 enterprise AI survey, 35% of organizations admit they could not shut down a rogue AI agent if one emerged. Three surveys. Three methodologies. One consistent finding: a significant fraction of enterprises have deployed AI agents they cannot stop.

    Amir Ofek

    Amir Ofek

  • How Sales, Marketing, and Operations Teams Are Using Local AI Tools to Get Work Done And What Makes It Safe to Scale

    Between purpose-built agents and shadow AI tools is a third category that most enterprises have not yet built governance infrastructure to support. Local AI tools. Claude Cowork. Claude Desktop. Tools that connect to the systems an employee already uses, respond to natural language instructions, and produce work that previously required hours of manual effort. The tool is legitimate, the user is known, but the data access pattern is new, the workflows are ungoverned, and the boundary between "this employee's work" and "this AI tool's access" is not clearly defined in any existing identity framework.

  • MCP Security: What the Most Popular Enterprise MCP Integrations Actually Mean for Your Governance Program

    Every MCP connection establishes a persistent trust relationship between an AI agent and the system it connects to. The agent authenticates to the MCP server once, establishing a session within which multiple tool calls can occur. What happens inside that session - which data is accessed, which actions are taken, which instructions the agent follows - is governed by the MCP server itself. Most enterprise identity governance stacks have no visibility into this layer.

  • AI Agents Don't Cheat. They Optimize. That's the Problem.

    When your agent succeeds, is it succeeding at what you actually wanted - or at the proxy metric you used to measure it? If you cannot answer that question continuously, in real time, for every agent operating in your environment, you do not have functional continuity governance. You have a specification and a hope.

    Amir Ofek

    Amir Ofek

Subscribe to the Aizome newsletter

Occasional, substance-first notes on making enterprise AI agents accountable. No spam; unsubscribe anytime.

We use your email only to send you our newsletter. See our privacy policy for how we handle your data. You can unsubscribe at any time.