At a Glance

  • NIST is actively examining how identity and authorization standards should apply to software and AI agents that can access data, tools, and applications. [1]
  • Nudge Security defines shadow AI as AI use that has not gone through IT or security approval; its guidance emphasizes identity and OAuth visibility rather than assuming malicious intent. [2]
  • Microsoft recommends giving agents an identity, registering them, applying least privilege, discovering shadow agents, and monitoring what they can reach. [3]
  • OWASP identifies excessive functionality, excessive permissions, and excessive autonomy as root causes of excessive agency in LLM-based systems. [4]
  • CyberTech Intelligence view: the practical starting point is not "block AI." It is "find the agent, name the owner, map the access, and decide what control is appropriate."

Shadow AI Agents Are an Inventory Problem Before They Are an Incident

A shadow AI agent is not automatically hostile. It may be a coding assistant connected to a repository, a workflow agent created by a business team, a browser-based automation, or a SaaS feature that can take actions on a user's behalf. The risk begins when the organization cannot answer basic operating questions: What is running? Who approved it? Which identity does it use? Which data and tools can it reach? What happens when the person who created it changes role or leaves?

NIST's 2026 concept paper places the issue in a clear security frame: AI agents can be given access to diverse datasets, tools, and applications, so identification and authorization controls matter. [1] That does not mean every agent is risky. It means the right level of control depends on what the agent can do and how reliably that access can be traced.

Identity Risk Starts When Access Outlives Context

Human access is usually attached to a role, a manager, an onboarding process, and an offboarding process. Agents can be created much faster. They may inherit a user's access, use a service account, hold an OAuth grant, call an API with a token, or connect through an integration that security did not review. When those permissions remain after the original task or owner changes, access can outlive the business context that justified it.

Microsoft's current agent-security guidance recommends a distinct identity, registration, least privilege, and centralized discovery so access can be reviewed and revoked. [3] SailPoint's August 2026 identity-security perspective similarly treats discovery and context as prerequisites for controlling human, machine, and agentic identities. [5] These are vendor approaches, not universal implementation mandates, but they converge on the same practical question: can the organization see the actor before it tries to govern the actor?

Where Discovery Commonly Loses Context

A security team may see only one piece of the workflow. Endpoint telemetry may show a local process without explaining the business purpose. Identity systems may show an OAuth grant without showing which agent requested it. A SaaS administrator may see an integration but not the code or browser extension that triggered it. Cloud logs may show API calls while the business team knows only the outcome the automation is supposed to produce. The control objective is to join these facts into one record rather than force every system to become the master inventory.

This is also why "find every agent" should not become a one-time audit slogan. New agents can appear as platforms add embedded AI features, teams test new developer tools, or users connect approved AI products to new data. Discovery should therefore feed a recurring review process that can update ownership and authority as the workflow changes.

Discovery Should Answer Four Business Questions

  • What is the agent? Record the platform, purpose, workflow, and whether it is sanctioned, experimental, personal, or embedded in another application.
  • Who is accountable? Name a human owner or sponsor who can explain why the agent exists and decide when it should change or stop.
  • How does it authenticate? Record the user context, service account, OAuth grant, API key, token, workload identity, or other credential path.
  • What can it reach and change? Map data, applications, APIs, tools, repositories, and high-impact actions before assigning a risk rating.

Keep Permissions Bound to the Task

OWASP's Excessive Agency guidance is useful because it separates three control failures: too much functionality, too much permission, and too much autonomy. [4] An agent that only needs to read a product catalog should not receive write access to unrelated records. An agent that drafts a payment request does not automatically need authority to execute the payment. A coding assistant that summarizes issues does not need every repository and deployment credential.

The business outcome is straightforward: reduce the gap between what the agent needs for a defined task and what its identity can actually do. That makes access easier to explain, easier to review, and easier to remove when the workflow changes.

Human Approval Still Matters for High-Impact Actions

Autonomy should not be treated as an all-or-nothing setting. Some actions can run automatically because their impact is low and reversible. Others should require explicit approval because they delete data, change access, send external messages, move money, publish content, modify production systems, or create a new downstream identity. OWASP specifically recommends human approval for high-impact actions where excess autonomy would increase damage. [4]

Keep the Outreach and Risk Language Evidence-Based

A campaign about shadow AI should not tell a named company that it has unmanaged agents, risky OAuth grants, or excessive permissions unless direct evidence supports that statement. Public research supports a market-level conversation about visibility and identity control. Account-level language should remain conditional: if agents are being created outside the normal review path, how would the organization discover and govern them? That keeps the topic relevant without turning a category risk into a claim about the prospect.

Metrics That Show Whether Visibility Is Improving

  • Percentage of discovered agents with a named owner or sponsor.
  • Percentage of agents with a documented authentication path and credential type.
  • Percentage of agents whose application, data, tool, and API access is mapped.
  • Percentage of high-impact actions protected by approval, policy, or other deterministic control.
  • Number and age of agents with unknown ownership, broad permissions, stale tokens, or unreviewed integrations.
  • Time from first discovery to a documented decision: approve, constrain, redesign, or retire.

Shadow Agent Visibility-to-Control Path

Figure 1. CyberTech Intelligence Shadow Agent Visibility-to-Control Path

Stage

Operating Meaning

1. Find

Discover the agent through identity, endpoint, SaaS, cloud, browser, network, or application evidence.

2. Name

Record purpose, business context, owner or sponsor, and expected lifecycle.

3. Map

Identify the agent identity or credential path and the data, tools, APIs, and systems it can reach.

4. Right-size

Remove access, functionality, and persistence that are not required for the intended task.

5. Govern

Add approval, policy, logging, monitoring, and exception handling in proportion to impact.

6. Review

Reconfirm need, ownership, access, and activity; retire the agent when the business purpose ends.


Run the Shadow Agent Visibility Check

Use a short CyberTech Intelligence review to answer four questions for one workflow: what agent exists, who owns it, how it authenticates, and what it can reach. The goal is a clear first control decision, not a product pitch.

About CyberTech Intelligence

CyberTech Intelligence provides research-led cybersecurity intelligence, executive content, and market engagement programs. This publication is vendor-neutral and intended for education, decision support, and claim-safe GTM planning.

Evidence and Citation Note

External sources are used only within their stated scope. Government and standards material supports risk-management and control context; vendor material supports the publisher's own product, research, or operating-model statements. CyberTech Intelligence does not infer that a named organization has a shadow AI agent, an identity weakness, a current incident, a specific product need, or buying intent unless direct evidence establishes that fact.

References

[1] National Institute of Standards and Technology, National Cybersecurity Center of Excellence, “Accelerating the Adoption of Software and Artificial Intelligence Agent Identity and Authorization,” February 5, 2026. https://csrc.nist.gov/pubs/other/2026/02/05/accelerating-the-adoption-of-software-and-ai-agent/ipd Accessed August 26, 2026. Relevance: NIST concept paper focused on applying identity standards and authorization best practices to software and AI agents that access data, tools, and applications.

[2] Nudge Security, “What Is Shadow AI? Risks, Examples & Detection Guide,” June 24, 2026. https://www.nudgesecurity.com/post/what-is-shadow-ai Accessed August 26, 2026. Relevance: Vendor-authored guide used only for its definition of shadow AI and its discussion of identity- and OAuth-based discovery.

[3] Microsoft Learn, “Secure agents: Identity, access, and data protection,” Updated July 2026. https://learn.microsoft.com/en-us/agents/center-of-excellence/secure-agents Accessed August 26, 2026. Relevance: Current Microsoft guidance on agent identity, least-privilege access, registration, shadow-agent discovery, data protection, and monitoring.

[4] OWASP Gen AI Security Project, “LLM06:2025 Excessive Agency,” 2025; current guidance accessed 2026. https://genai.owasp.org/llmrisk/llm062025-excessive-agency/ Accessed August 26, 2026. Relevance: Defines excessive functionality, excessive permissions, and excessive autonomy as root causes of excessive agency and recommends least privilege and approval controls.

[5] SailPoint, “Identity at machine speed: Securing the human, non-human, and agentic enterprise,” August 4, 2026. https://www.sailpoint.com/blog/identity-at-machine-speed-securing-the-human-non-human-and-agentic-enterprise Accessed August 26, 2026. Relevance: Vendor perspective used only for its current identity-security framing of agent discovery and production control.