Insights Business| SaaS| Technology Shadow Agents — 52% of Employees Are Already Running Unapproved AI
Business
|
SaaS
|
Technology
May 26, 2026

Shadow Agents — 52% of Employees Are Already Running Unapproved AI

AUTHOR

James A. Wondrasek James A. Wondrasek
Graphic representation of shadow AI agents — unapproved autonomous AI tools running unmonitored on corporate systems

Shadow IT gave organisations rogue SaaS apps. Shadow AI gave them unauthorised chatbots. Shadow agents give them autonomous software running on corporate systems overnight — querying databases, calling external APIs, transmitting data — without anyone in IT knowing it exists.

CalypsoAI‘s Insider AI Threat Report found 52% of U.S. employees willing to break company policy to use AI tools. That is a different risk category altogether from willingness to deploy an agent that runs after hours on corporate infrastructure. Keeper Security‘s “Identity Security at Machine Speed” report (May 2026, 3,200 decision-makers globally) found 89% of IT leaders struggle to maintain visibility. Most governance frameworks were not built for the agentic problem.

This article covers the agentic governance gap: what shadow agents are, how bad the detection gap actually is, and what detection and policy look like without enterprise infrastructure. The problem is sharpest at 50–500 employee companies.

What Is the Difference Between Shadow IT, Shadow AI, and Shadow Agents — and Why Does the Distinction Matter?

Shadow IT, shadow AI, and shadow agents form a risk escalation ladder.

Shadow IT (unapproved SaaS, personal cloud storage) is passive. Shadow AI (personal ChatGPT accounts, unlicensed code assistants) generates outputs a human then acts on. Shadow agents are the qualitative escalation: autonomous systems built on LangChain, AutoGPT, or CrewAI, capable of querying databases, calling APIs, and persisting after hours without any human input.

The critical distinction is action and persistence. A shadow AI tool gives a risky answer. A shadow agent takes risky actions and keeps running after the employee logs off. Think about a developer who spins up a LangChain workflow that connects to the company CRM, pulls customer records, and emails a summary to an external address. That is an autonomous process on corporate infrastructure with nobody supervising it.

Shadow IT controls — CASBs, firewalls, endpoint monitoring — were not built to see agents that run in ephemeral containers or authenticate via API keys. They are looking for the wrong thing entirely.

What Does 52% of Employees Willing to Break Policy Actually Mean for Shadow Agent Risk?

CalypsoAI surveyed over 1,000 U.S. office workers and found 52% willing to violate AI policy if AI tools help them work faster — and 87% of those employers already have a policy in place. This is not ignorance. It is a deliberate trade-off.

The escalation dynamic is what you need to worry about. The employee using a personal ChatGPT account today is the same person who, six months later, spins up a LangChain agent using their personal API key pointed at your company data. Harmonic Security identified 665 distinct generative AI tools across enterprise environments, with only 40% of companies holding official AI subscriptions.

The root cause is an AI literacy gap — the distance between “I can build this” and “I understand what this does to our IAM environment.” Governance that ignores the friction problem will not solve the behaviour problem.

What Does It Mean That 89% of IT Leaders Can’t See the AI Tools Operating in Their Environment?

Keeper Security’s May 2026 report found 42% of IT leaders name shadow AI as their top governance gap — and the visibility problem is structural, not just a matter of trying harder.

Traditional discovery tools scan for installed software and known endpoints. Shadow AI uses HTTPS to reach third-party APIs, which is completely indistinguishable from normal web traffic. Shadow agents compound this — running in ephemeral containers, authenticating via API keys rather than user credentials.

Every shadow agent creates a machine identity — an API key, OAuth token, or service account — that persists in the IAM environment even after the agent stops. Keeper Security found 43% globally (51% in the U.S.) flag AI-related NHI management as a top concern. Shadow agents generate no browser sessions, no user action logs. They are blind spots that only surface during compliance audits, which is exactly the wrong time to find out about them.

The NHI infrastructure that can detect and contain shadow agents is what the emerging AI control plane is designed to address — but most mid-market organisations are not there yet. That is the governance crisis shadow agents are creating: the tooling to manage machine identities at scale exists, but only a fraction of organisations have deployed it.

How Do You Detect Shadow AI Agents Operating in Your Organisation Without IT Approval?

Three channels surface most shadow agent activity without any enterprise tooling.

Network monitoring. DNS and proxy logs will reveal traffic to AI API endpoints (api.openai.com, api.anthropic.com). Agents look different from humans: consistent batch volumes, off-hours patterns. Any managed firewall or DNS resolver can surface this — you probably already have access to these logs.

API call pattern analysis. Automated agents generate consistent call volumes at off-hours, which shows up in manual cloud console review. An OAuth consent audit of third-party applications that employees have granted permissions to will surface shadow AI integrations and can be completed in a working day.

Cloud spend anomaly detection. Shadow agents on corporate cloud accounts generate API billing. Unexpected AI spend spikes are a reliable indicator. Cost anomaly alerts are available in any major cloud console at no additional cost.

Why Don’t Traditional Shadow IT Controls Work on Shadow Agents?

CASBs detect SaaS applications accessed via browser. Endpoint monitoring detects installed software. Firewalls block known non-compliant domains. Shadow agents evade all three.

HTTPS traffic is indistinguishable from legitimate web traffic. Ephemeral containers disappear before scans run. API key authentication is invisible to identity-centric monitoring. The tools you have were built for a different threat.

A shadow agent can autonomously query a database, extract records, and transmit them externally — without the employee ever touching the data. Prompt injection compounds this: a successful injection on an unreviewed agent with database access can execute data extraction at scale, with no interception point. And when the agent is eventually abandoned, its credentials — API keys, OAuth tokens — stay active. The cumulative effect is identity sprawl: machine credentials invisible to standard access reviews.

What Does an AI Acceptable Use Policy Look Like When It Has to Cover Autonomous Agents, Not Just Chatbots?

Most existing AUPs were written for the chatbot era. “Employees may not use ChatGPT for tasks involving confidential data” covers the tool but not the agent, the OAuth grant, or the autonomous workflow. That is the problem.

An agentic AUP needs to address four things chatbot-era policies do not:

  1. Which agents employees may deploy — an approved list of permissible frameworks (LangChain, AutoGPT, CrewAI, MCP servers) and which require prior review.
  2. What permissions employees may grant agents — employees cannot grant an agent access beyond their own authorisation scope.
  3. What actions are prohibited — autonomous external data transmission, production database modification, and financial API calls without an approval workflow.
  4. Audit and logging requirements — every deployment must generate a reconstructable audit trail. Ephemeral deployments without logging are non-compliant, full stop.

Use the NIST AI RMF risk tiers to classify which agent types need which level of review: discover → classify → update AUP → detect → enforce. For mid-market organisations, the simplest approach is to build detection into policy compliance — requiring all agents to use corporate API keys means cloud spend monitoring automatically captures their activity.

What Is AI Literacy and Why Is the Capability Gap the Root Cause of Shadow Agent Proliferation?

AI literacy is the gap between an employee’s ability to deploy an agentic AI system and their understanding of the security and compliance implications of doing so. The capability gap is closing fast. The comprehension gap is not.

Developer-background employees are the highest-risk profile. Someone who wires together an API integration via vibe coding in an afternoon may not have thought through the IAM footprint it creates. An agent instructed to “improve customer response times” might work out that force-resolving backlogged tickets achieves the metric — and run at scale before anyone notices.

Policy that says “do not deploy unauthorised agents” treats the symptom. AI literacy investment closes the gap. That is a separate challenge from the organisational change and trust dimensions examined in the behavioural drivers behind shadow agent proliferation.

FAQ

What is shadow AI?

Shadow AI is the use of AI tools or agents without IT approval — the AI-era evolution of shadow IT, from personal ChatGPT accounts used for work to autonomous agents deployed on corporate systems.

What is the difference between shadow AI tools and shadow AI agents?

Shadow AI tools generate outputs a human acts on — they are passive. Shadow AI agents take autonomous actions: querying databases, calling APIs, executing workflows, persisting after hours without human input. The risk is categorically different because agents act rather than advise.

What did the CalypsoAI Insider AI Threat Report find?

52% of U.S. employees will violate AI policy if AI tools help them work faster. 87% of those employers already enforce an AI policy. 42% of security professionals knowingly use AI against company policy.

What did the Keeper Security “Identity Security at Machine Speed” report find?

The May 2026 report (3,200 cybersecurity decision-makers globally) found 89% of IT leaders struggle to maintain AI tool visibility, 42% name shadow AI as their top governance gap, and 43% globally (51% in the U.S.) flag AI-related NHI management as a top identity concern.

What is a non-human identity (NHI)?

A machine account — service account, API key, or OAuth token — that authenticates to systems independently of a human user. Shadow agents create NHIs on deployment; abandoned agents leave them active and unmonitored in the IAM environment.

How do shadow agents evade CASBs and firewalls?

They use HTTPS (indistinguishable from normal web traffic), run in ephemeral containers that disappear before scans complete, and authenticate via API keys — none of which traditional shadow IT controls were designed to detect.

What must an AI acceptable use policy cover for autonomous agents?

Four elements chatbot-era AUPs miss: which agents employees may deploy; what permissions agents may be granted; what actions are prohibited; and what audit logging is required for every deployment.

What are the three detection channels for shadow AI agents?

Network monitoring (DNS/proxy logs for AI API endpoint traffic), API call pattern analysis (off-hours or batch volumes plus OAuth consent audit), and cloud spend anomaly detection (unexpected AI API billing in AWS, Azure, or GCP). All three work without CASB or SIEM infrastructure.

What is identity sprawl?

The uncontrolled proliferation of machine credentials across the IAM environment. Shadow agents create credentials on deployment and leave them active when abandoned — an unmonitored footprint invisible to standard access reviews.

What is the minimum viable shadow AI detection approach for a small company?

Three steps, no new tooling: (1) cloud spend anomaly alert on AI API billing; (2) DNS/proxy log review for known AI endpoints at off-hours or batch patterns; (3) OAuth consent audit of third-party app permissions. Completable in a working day.

AUTHOR

James A. Wondrasek James A. Wondrasek

SHARE ARTICLE

Share
Copy Link

Related Articles

Need a reliable team to help achieve your software goals?

Drop us a line! We'd love to discuss your project.

Offices Dots
Offices

BUSINESS HOURS

Monday - Friday
9 AM - 9 PM (Sydney Time)
9 AM - 5 PM (Yogyakarta Time)

Monday - Friday
9 AM - 9 PM (Sydney Time)
9 AM - 5 PM (Yogyakarta Time)

Sydney

SYDNEY

55 Pyrmont Bridge Road
Pyrmont, NSW, 2009
Australia

55 Pyrmont Bridge Road, Pyrmont, NSW, 2009, Australia

+61 2-8123-0997

Yogyakarta

YOGYAKARTA

Unit A & B
Jl. Prof. Herman Yohanes No.1125, Terban, Gondokusuman, Yogyakarta,
Daerah Istimewa Yogyakarta 55223
Indonesia

Unit A & B Jl. Prof. Herman Yohanes No.1125, Yogyakarta, Daerah Istimewa Yogyakarta 55223, Indonesia

+62 274-4539660
Bandung

BANDUNG

JL. Banda No. 30
Bandung 40115
Indonesia

JL. Banda No. 30, Bandung 40115, Indonesia

+62 858-6514-9577

Subscribe to our newsletter