Agentic AI

Meet BYOA: The Shadow AI Agent Problem That Makes BYOD Look Simple

Chen Pipek, CPO & Co-founder aizomeChen Pipek· CPO & Co-Founder, aizome8 min read

If you were working in enterprise security in the early 2010s, you remember the BYOD moment.

Employees started showing up with iPhones and Android devices, connecting them to corporate email, accessing sensitive data, and conducting business entirely outside the device management infrastructure the security team had spent years building. IT didn't authorize it. Security didn't govern it. It just happened because the productivity benefit was immediate and obvious, and the risk was invisible until it wasn't.

The industry eventually caught up. MDM platforms emerged. Policies were written. Acceptable use frameworks were established. It took years, cost real money, and required a fundamental rethinking of the enterprise perimeter. Some organizations learned the hard way.

We are at that moment again. But this time, the thing employees are bringing into the enterprise isn't a device. It's an agent. And the governance gap is significantly larger.

Welcome to BYOA - Bring Your Own Agents.

What BYOA Actually Looks Like#

BYOA isn't a future risk. It's a current operational reality in most enterprises, whether security teams know it or not.

A Finance analyst builds an agent to automate the monthly reconciliation process. It connects to the ERP, pulls from accounts payable, and writes outputs to a shared drive. It took an afternoon to build and saves hours every week. Nobody submitted a security review request.

A Sales Operations manager deploys an agent to enrich CRM records by querying external data sources and internal databases. It has broad read access to the CRM, connectivity to three external APIs, and nobody has mapped its data access paths.

An IT engineer spins up an agent to automate ticket triage and escalation. It reads from the service desk platform, writes to multiple systems, and sends communications on behalf of the IT team. Its credentials are hardcoded. Its owner is whoever built it.

None of these are malicious deployments. All of them represent real security exposure. And all of them are happening right now, at scale, in enterprises that believe their AI governance programs are in reasonable shape.

A 2026 survey found that only 24% of organizations have full visibility into which AI agents are communicating with each other. More than half of all agents run without any security oversight or logging. The average enterprise now manages 37 deployed agents, a number growing every quarter as individual teams spin up automation without central review.

Why BYOA Is Harder Than BYOD#

The BYOD problem was fundamentally a device management problem. A device is a physical artifact. It has a MAC address, an operating system, and a hardware profile. You can detect it on the network, classify it, apply policy to it, and if necessary, wipe it.

BYOA is a different class of problem entirely, and harder in almost every dimension.

Agents are invisible until they act. A rogue device shows up on the network. An unauthorized agent shows up nowhere until it starts executing workflows, accessing data, and invoking tools. By the time most security teams would detect a BYOA agent, it has already been operating in the environment for weeks or months.

Agents don't have a fixed footprint. A device has a defined set of capabilities and a stable identity. An enterprise AI agent's footprint shifts with every task. The data it accesses, the tools it invokes, the systems it touches, all of it is contextually determined at runtime. You cannot map the attack surface of an agent the way you map the attack surface of a device.

Agents act autonomously. A BYOD device is passive until a human uses it. A BYOA agent acts on its own, executing workflows, making decisions, and accessing sensitive data, with no human in the loop. The blast radius of a misconfigured or compromised agent is not bounded by what a human operator would do with it. It's bound by whatever permissions were provisioned and whatever workflows it can reach.

Agents connect to everything. A BYOD device connects to the corporate network. A BYOA agent connects to your ERP, your CRM, your HR platform, your financial systems, your cloud storage, your external APIs, and potentially other agents. Each connection is an access path. Most of those access paths were never reviewed, scoped, or approved by security.

Agents leave complicated trails. A device access log tells you when a device connected and what it accessed. An agent execution log tells you what actions were taken, but not whether those actions were consistent with the intent of the workflow that initiated them, who is accountable for the outcome, or whether the behavior drifted from what was expected. The audit challenge is fundamentally different.

The BYOD Playbook Doesn't Work Here#

When BYOD emerged, the enterprise security response followed a predictable pattern: detect devices, classify them, apply policy, enforce compliance, and, where necessary, block access. MDM platforms were purpose-built for exactly this workflow.

The temptation with BYOA is to reach for the same playbook. Detect agents, classify them, apply policy, enforce compliance. The NHI governance frameworks that many enterprises are extending to cover AI agents are essentially attempting this, treating BYOA agents as a new category of non-human identity to be governed with existing tools.

It won't work. Not because the instinct is wrong, but because the underlying assumptions don't hold. MDM works because devices are deterministic. You know what a compliant iPhone is supposed to look like, how it's supposed to behave, and what it's supposed to have access to. Policy enforcement is straightforward because the compliance state is static and verifiable.

Enterprise AI agents are not deterministic. Their behavior is contextually driven. Their access patterns shift with every workflow. A governance model built on static policy enforcement cannot keep pace with systems that reason and adapt in real time.

What you need for BYOA takes inspiration from MDM - the instinct to discover, classify, govern, and enforce policy across a sprawling population of autonomous actors is exactly right. But MDM was built for passive devices. The architecture for BYOA needs to go further: an orchestration layer designed specifically for autonomous actors that discovers agents automatically, understands their behavior dynamically, and enforces controls at the intent layer, not just the permission layer. Same spirit. Fundamentally different infrastructure.

The Three BYOA Failure Modes Security Teams Are Missing#

Based on what I see in enterprise AI deployments, BYOA risk concentrates in three specific failure modes that existing governance programs consistently miss:

Failure Mode 1: The Invisible Agent An agent operating in the environment with no inventory entry, no documented owner, no governance policy, and no audit trail. It was built by a business unit, connected to enterprise systems, and never surfaced to the security team. It may have been running for months. Every day it operates undetected is a day of unquantified exposure.

Failure Mode 2: The Scope Creep Agent An agent that was correctly provisioned and initially well-scoped, but whose access has expanded over time as the workflows it supports have evolved. Nobody updated the governance policy because nobody was watching the agent's behavior continuously. Its current access profile looks nothing like what was authorized when it was deployed.

Failure Mode 3: The Inherited Trust Agent. An agent that operates within its own permissions but inherits authorization context from upstream agents or human workflows in ways that effectively expand its functional access beyond what was intended. The permissions are correct. The trust inheritance is not. This is the failure mode that existing governance tools are least equipped to detect.

What Getting Ahead of BYOA Actually Requires#

The enterprises that will handle BYOA well are not the ones that try to prevent it. Employees building agents to solve problems is a feature of a productive workforce, not a bug. The goal is not to stop agents from being deployed; it's to ensure that every agent that gets deployed is visible, governed, and accountable.

That requires four capabilities that most enterprise security programs don't yet have:

Automatic discovery. Every agent operating in the environment, built by IT, built by business units, deployed through enterprise platforms, or spun up by individual employees, needs to be found automatically. Not through a self-registration process that depends on the people building agents to report them. Automatic, continuous discovery that doesn't rely on human compliance.

Behavioral baselines. Every discovered agent needs a behavioral baseline, what it typically accesses, which tools it invokes, and what its normal execution patterns look like. Not a static policy defined at provisioning time, but a dynamic model derived from observed behavior that can detect when an agent starts operating outside its expected pattern.

Identity and ownership mapping. Every agent needs an identity, a boundary, and a documented human owner. Not because ownership alone provides governance, but because accountability requires a clear chain of authority from agent action back to human authorization.

Runtime controls. The ability to enforce governance at the point of operation, validating agent actions in real time against behavioral baselines and authorization context, not just checking permissions at the gate.

BYOD required the industry to build an entirely new category of security infrastructure. BYOA will require the same. The enterprises that start building that infrastructure now, before the incidents that make it undeniable, will be the ones that deploy AI with confidence while their peers are explaining failures to their boards.

The Window Is Shorter Than You Think#

BYOD took years to become a recognized enterprise security problem. By the time most organizations had mature mobile device management programs, they had already absorbed the cost of the incidents that made investment unavoidable.

BYOA is moving faster. The productivity case for employee-built agents is stronger than it was for personal devices. The tools for building agents are more accessible. And the systems those agents connect to are more sensitive than a corporate email inbox.

The agents are already in your environment. The question is whether you can see, govern, and control them.

Chen Pipek is CPO and Co-Founder of aizome, an Enterprise AI Agent Control Platform. He previously co-founded and led AxoniusX within Axonius and has held engineering and security leadership positions for over 20 years.


Chen Pipek, CPO & Co-founder aizome

Chen Pipek

CPO & Co-Founder, aizome

Frequently asked questions

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

  • NIST Just Named Five AI Agent Identity Problems.

    When the National Institute of Standards and Technology publishes a warning about enterprise AI agent security, CISOs pay attention. NIST's NCCoE named five specific identity and authorization practices that present substantial security challenges for agentic AI systems. 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.

    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.

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.