VYPR
researchPublished Sep 26, 2026· 1 source

AI Agents Demand Zero Trust: Visibility Gap Fuels Shadow IT and Exploitation

Recent incidents, including a breach at Hugging Face, underscore the urgent need for robust Zero Trust architectures for AI agents, starting with fundamental visibility.

The discourse surrounding AI agents is rapidly evolving from a focus on rapid deployment and productivity gains to a critical examination of their security implications. A series of recent incidents, notably an intrusion at Hugging Face during an evaluation of OpenAI agents, has compelled organizations to reassess whether the pace of AI adoption has outstripped their ability to secure these deployed systems. Security teams are now grappling with fundamental questions: what resources can an agent access once operational, and will its actions be detected before causing significant harm?

Compounding these concerns, research from Veeam indicates that a substantial 70% of organizations admit their AI workflows interact with sensitive corporate data without adequate oversight. Furthermore, 67% report that IT departments lack the ability to fully track the autonomous workflows employees are developing. This lack of visibility, exemplified by the pervasive challenge of 'Shadow AI,' highlights how quickly essential security prerequisites can be overlooked in the rush to implement AI solutions.

While Zero Trust principles offer a framework for governing AI agents, their successful implementation hinges on a specific order of operations. The foundational tenet, "You cannot govern what you cannot see," emphasizes the critical importance of inventory and visibility before any enforcement controls are applied. Organizations often bypass this crucial first step, moving directly to policy enforcement or authorization for agents that lack a defined owner, scope, or any entry in an inventory system. This misordered approach is a primary reason why Zero Trust initiatives can falter, leaving security teams attempting to enforce policies on unknown entities.

One of the primary visibility challenges stems from AI agent use becoming a new frontier of Shadow IT. As with any emerging technology, adoption often precedes governance. Security teams' initial reaction might be to implement preventative measures like blocking unapproved tools or access. However, blocking unfamiliar technologies before understanding what already exists risks disrupting legitimate operations alongside unauthorized deployments. While Shadow IT has been a recognized problem for other technologies, the approach to AI is still in its nascent stages.

An attacker's perspective, or "Think Red," reveals the significant risks posed by invisible agents. If an agent is effectively unknown to security, an attacker can gain a foothold with minimal effort. A recent incident involving an employee's personal EC2 instance running an AI agent allowed an attacker to trivially bypass authentication and prompt the agent to reveal its model provider API key. Without spending limits or adequate monitoring for token volume, the intruder incurred substantial costs, highlighting a critical gap in visibility and control.

To counter this, organizations must "Act Blue" by adopting strategies learned from cloud security. Treating AI spend, API key issuance, and agent activity as discovery signals, similar to cloud usage monitoring, is essential. Leveraging finance and procurement departments can also provide valuable insights. Establishing an approved provider path before implementing blanket restrictions allows legitimate use to continue while providing a framework for monitoring and control. The guiding principle should be "know first, then restrict."

Another significant challenge is that no single monitoring tool can capture the complete picture of AI agent activity. Agents operate across networks, endpoints, browsers, and SaaS platforms, creating blind spots for any isolated lens. Traffic to AI providers is typically TLS-encrypted, meaning network analysis alone can only identify destination and volume, not the specific prompts, tool calls, or data exfiltration occurring. Endpoint tools may miss browser-embedded AI, and SaaS-embedded AI remains invisible to both.

From an attacker's viewpoint, an AI agent embedded within a browser, for instance, could access sensitive customer data without triggering endpoint or network alerts, as its traffic might blend with legitimate SaaS usage. To achieve comprehensive visibility, organizations must correlate data from multiple sources. While network metadata can indicate communication with model providers, layering this with endpoint telemetry on processes and API keys, as well as browser-level logs for extensions and in-page copilots, is crucial for a holistic security posture.

Synthesized by Vypr AI