Shadow AI Governance: How to Secure the Agents Employees Build
No-code tools turned every employee into a software builder. Here's the governance framework that treats their agents like the production software they actually are.
- 0178% of AI users bring their own unsanctioned tools to work without IT approval.
- 02Shadow AI breaches cost $670,000 more on average than breaches without it.
- 03Non-human identities and agent credentials already outnumber human users 45 to 1.
- 04The average Fortune 500 enterprise is projected to run over 150,000 agents by 2028.

Shadow AI governance means finding and controlling the AI tools and agents employees build or bring into work without IT approval, then applying identity-based access controls, monitoring, and lifecycle rules so those systems don't become unmanaged attack surface. It's the successor to shadow IT governance, but the software involved doesn't sit still. It rewrites its own steps, calls new tools, and spawns sub-agents on its own.
What Shadow AI Actually Means Now
Shadow IT used to mean an employee signing up for a SaaS tool without a purchase order. Shadow AI starts the same way, an unsanctioned ChatGPT account, a free-tier Claude subscription, but it doesn't stop there anymore.1 Employees are now building actual autonomous agents: workflows that read from a database, call an API, take an action, and decide what to do next without a human in the loop.23
That distinction matters for governance. A rogue SaaS subscription is a static thing you can find with an expense report or a CASB scan. An agent an employee built last week can modify its own behavior, request new permissions, and chain itself to other agents by next week. IBM frames shadow AI as unsanctioned AI use without formal oversight,1 but the tooling available today pushes that unsanctioned use straight into production systems. We've covered how this shows up in specific forms already, from ChatGPT memory quietly becoming institutional logic to employees wiring agents directly into company databases.
How Are Non-Engineers Building Real Software?
The barrier to building an agent used to be code. It isn't anymore.
OpenAI's Agents API, in public beta, lets a developer create a production-ready agent in a single API call by specifying a task, model, tools, and environment.4 Its companion, Agent Builder, strips out the API call entirely: a visual, no-code canvas that lets internal teams assemble sophisticated agents without any coding expertise.5
Hyperbrowser's open-source HyperAgent does the same thing for browser automation. Instead of writing Playwright scripts, a person types a command like page.ai() or page.extract() and the agent figures out the rest. It's built to work as an MCP client, meaning it can be chained into full workflows across systems like Google Sheets, without an engineer touching a line of automation code.6
That's the actual mechanism behind the shift: tools that used to require a developer now require a business analyst with an idea and twenty minutes.
How Widespread Is Shadow AI, Really?
The data backs up what this feels like from the inside. Seventy-eight percent of AI users at work already bring their own AI tools, outside IT approval, a practice more common at small and midsize companies where 80% of AI users do it.7 Shadow AI usage isn't a fringe habit. It's the default behavior.
Governance hasn't kept pace. Sixty-three percent of breached organizations lacked an AI governance policy, and only 37% had any kind of approval process or oversight mechanism.8 When shadow AI is involved in a breach, it costs $670,000 more on average than a breach with low or no shadow AI present, $4.63 million versus $3.96 million.9 Ninety-seven percent of organizations that suffered an AI-related security incident lacked proper AI access controls.89 Fewer than 11% of AI applications in the workplace are even visible to IT teams, according to one industry estimate.3
Why Traditional Shadow IT Controls Fail Against Agents
CASB tools and app allowlists were built to catch static software: a known app, a known login, a known set of permissions. Agents break that model in three specific ways.
- They acquire permissions dynamically. An agent built to summarize a spreadsheet can, mid-run, request access to a new API or file it wasn't originally scoped for.
- They spawn sub-agents. One employee-approved agent can create others on the fly, each with its own credentials and its own blast radius, without ever going through a review.
- They evolve. The agent your security team reviewed in January isn't the same agent running in March. Its prompts, tools, and connected systems have all changed.
A one-time approval, the core mechanism of legacy shadow IT control, doesn't work against software that changes after approval. This is the same structural gap we've written about with skills files that carry runtime privileges and with agent swarms that have no registry or owner.
How to Secure Shadow AI: A Five-Step Framework
Securing employee-built AI agents takes five steps, run in order and then repeated on a schedule, not once and filed away.
Step 1: Discover and Inventory Every Agent and Non-Human Identity
You cannot govern what you cannot see. Non-human identities, service accounts, API keys, OAuth tokens, and now AI agent credentials, already outnumber human users by an average of 45 to 1, and that ratio climbs to 144 to 1 in cloud-native environments.10 Only 15% of organizations feel highly confident they can prevent an attack based on a non-human identity.10
Build a real inventory:
- Stand up an NHI registry. Every service account, API key, and agent credential gets logged with an owner, a purpose, and an expiration date.
- Run CASB and API-traffic discovery. Look for calls to OpenAI, Anthropic, Hyperbrowser, and similar endpoints coming from unexpected teams or accounts.
- Interview business units directly. The Quickbase citizen-developer playbook found that talking to teams surfaces far more shadow tools than scanning alone.11
Step 2: Apply Identity-First, Least-Privilege Access to Agents
Once you know an agent exists, treat it like a hire, not a tool. NIST's AI Risk Management Framework and OWASP's Top 10 for Agentic Applications both push the same principle: give each agent its own identity, scope its permissions to exactly what its task requires, and default to zero standing privilege.1213
- Issue a unique agent ID, never a shared service account, for every deployed agent.
- Grant time-boxed, task-scoped access instead of standing credentials that persist after the job is done.
- Require re-authorization whenever an agent requests a new tool, database, or scope.
Step 3: Create a Fast, Safe Path for Citizen-Built Agents
Banning employees from building agents doesn't stop them. It just moves the building further from view. Citizen-developer governance for low-code platforms solved this problem years before agentic AI existed, and the fix carries over directly: fusion teams pairing business users with IT, sanctioned templates, and pre-approved guardrails so people build inside a managed lane instead of entirely outside it.11
- Publish an approved agent-builder list covering tools like OpenAI's Agent Builder and vetted no-code platforms.
- Provide templates for the most common use cases so employees start from a governed baseline, not a blank canvas.
- Set a fast-track review, days not months, for agents that touch production data or external systems.
This is the same lesson we've applied to employee-built codebases more broadly and to auditing AI-generated code before it ships.
Step 4: Monitor, Audit, and Build in Kill Switches
Approval is a snapshot. Agents keep running after that snapshot is taken. Gartner projects the average Fortune 500 enterprise will run more than 150,000 agents by 2028, up from fewer than 15 in 2025.14 At that scale, manual oversight breaks down without automated monitoring.
- Log every agent action the same way you'd log a privileged user session.
- Set behavioral baselines and alert on deviation, an agent suddenly calling a new API, hitting a system at unusual volume.
- Build a kill switch into every agent's deployment, not as an afterthought but as a launch requirement.
- Decommission on a schedule. Gartner predicts 40% of enterprises will demote or decommission autonomous agents by 2027 because governance gaps surface only after deployment.14 Catching that earlier means treating agent lifecycle like software lifecycle, with planned retirement, not indefinite runtime.
The swarm-scale version of this problem, where persistent agents overwhelm internal systems, is worth a closer look, as is the reminder that a sandbox alone isn't containment.
Step 5: Turn Policy Into Culture, Not Just Compliance
A policy that only punishes disclosure guarantees employees hide their agents instead of registering them. The data backs this concern: with fewer than 11% of workplace AI tools visible to IT,3 the incentive structure is broken. Make the sanctioned path faster and safer than the workaround, and give employees credit for disclosing what they've built rather than treating disclosure as a confession.
A governance team that becomes an enabler, not a blocker, actually sees the tools it's trying to manage. That beats a policy that looks strict on paper and gets ignored in practice, which is exactly the gap the "Free Claude" pattern of shadow tool use exploits.7 For the platform layer specifically, tools like Remy are built around giving companies visibility and ownership over the internal software their employees create, rather than treating it as a rogue category to eliminate.
What Does Waiting on Shadow AI Governance Actually Cost?
The business case for acting now is arithmetic, not alarmism. Shadow AI breaches already cost $670,000 more on average than breaches without it.9 Sixty-three percent of breached organizations had no AI governance policy at all when it happened.8 And Gartner's own forecast, 40% of autonomous agents demoted or shut down by 2027 for governance failures discovered too late,14 is a preview of the rework bill coming for companies that treat this as a someday problem.
The agents your employees are building right now, in HyperAgent, in Agent Builder, in tools nobody has logged yet, are already production software. Govern them like it, or pay for the difference later.
Shadow AI governance is the set of practices IT and security teams use to discover, control, and monitor AI tools and agents that employees build or adopt without formal approval. It includes identity-based access controls, approval workflows for citizen-built agents, and ongoing monitoring, distinct from older shadow IT controls because AI agents can change their own behavior and permissions after deployment.
Shadow IT is typically a static, unapproved app, like an employee's personal Dropbox account. Shadow AI increasingly means employees building autonomous agents with no-code platforms that acquire new permissions, spawn sub-agents, and modify their own workflows over time, which breaks the static allowlist and CASB controls built for traditional shadow IT.
Platforms like OpenAI's Agent Builder and Hyperbrowser's HyperAgent remove the coding barrier, letting business users create agents that call APIs, touch databases, and take autonomous actions without any developer involvement, which means far more employees can build production-grade software that IT never reviews.
IBM's 2025 Cost of a Data Breach Report found breaches involving high levels of shadow AI cost $670,000 more on average than breaches with low or no shadow AI present, and 97% of organizations with an AI-related security incident lacked proper AI access controls.
Discovery. You need a full inventory of every agent and non-human identity in use, since these credentials already outnumber human users by an average of 45 to 1 in most enterprises, before you can apply access controls or monitoring.
- 1Shadow AI: The hidden agents beyond traditional governanceCIO.com
- 2Shadow AI Statistics: Key Data Points Every CISO Needs in 2026Airia
- 3The State of Shadow AI 2026 | Data & StatisticsUnseen Security
- 4Introducing the Agents APIOpenAI
- 5OpenAI launches Agent Builder for no-code AI agentsThe Information (via LinkedIn)
- 6Introducing HyperAgent: AI-Powered Browser AutomationY Combinator (LinkedIn)
- 72024 Work Trend Index Annual Report (Executive Summary)Microsoft and LinkedIn
- 8What data leaders need to know from the Cost of a Data Breach Report 2025IBM
- 9IBM Report: 13% Of Organizations Reported Breaches Of AI Models Or Applications, 97% Of Which Reported Lacking Proper AI Access ControlsIBM Newsroom
- 10The Non-Human Identity Governance VacuumCloud Security Alliance
- 11Taming Shadow IT: Empowering Citizen Developers Safely with GovernanceQuickbase
- 12AI Risk Management FrameworkNIST
- 13State of Agentic AI Security and Governance 2.0OWASP GenAI Security Project
- 14Gartner Identifies Six Steps to Manage Artificial Intelligence Agent SprawlGartner



