Learn what shadow AI is, the massive risks it poses, and how teams use Bifrost to detect and govern unapproved AI applications on endpoints.
According to IBM’s 2026 Cost of a Data Breach Report, unapproved artificial intelligence tools were involved in 43% of corporate security incidents, nearly doubling their share from the prior year. This increase in unsanctioned software usage is known as shadow AI, which occurs when employees use artificial intelligence applications without IT authorization. While organizations try to manage this exposure, modern tools like Bifrost, an open-source AI gateway written in Go, are emerging to help engineering and security teams centralize control. This article examines what shadow AI is, why it is difficult to detect, and how teams can establish visibility and control.
What is Shadow AI?
Shadow AI is the unauthorized use of artificial intelligence tools, applications, or models by employees to perform work tasks without the knowledge, approval, or governance of the IT and security departments. This practice represents the modern evolution of shadow IT, where users select their own tools to bypass corporate bottlenecks.
While shadow IT typically raises concerns about software licensing costs or duplicate file-storage repositories, shadow AI introduces distinct technical challenges due to the dynamic nature of generative systems. When employees use unapproved services, they regularly transmit proprietary data, customer records, and internal software code to third-party endpoints.
In many corporate environments, employees initiate shadow AI activity simply to increase productivity. For example, a software developer might run local coding assistants, or a product analyst might paste customer database metrics into public browser-based interfaces to generate summaries. Because these endpoints operate outside the company's network security perimeter, the organization lacks any control over data retention policies or model training opt-outs.
To manage this, teams use the centralized routing features of Bifrost to define policies like virtual keys and budgets and rate limits. These controls ensure that all authorized AI usage is routed through managed developer profiles where access, spending, and data parameters can be monitored.
The Escalating Risks of Shadow AI
The rapid adoption of unsanctioned generative applications introduces several distinct risk factors that threaten data integrity, compliance posture, and network security. Unlike static SaaS platforms, generative models process and learn from inputs, transforming simple user prompts into potential sources of compliance failures.
Unmanaged Data Exposure and Retraining Risks
The primary risk of unapproved AI tools is the exfiltration of sensitive corporate data. When an employee pastes non-public intellectual property or customer data into a consumer-grade chatbot, that information is transmitted directly to external servers. Many public model providers retain user inputs by default to retrain future model iterations. Consequently, proprietary company data or software secrets can be exposed to external users through model responses.
Compliance and Regulatory Penalties
Shadow AI adoption directly conflicts with strict data privacy frameworks like the General Data Protection Regulation (GDPR), the Health Insurance Portability and Accountability Act (HIPAA), and the EU AI Act. For instance, Article 50 of the EU AI Act mandates transparency disclosures when individuals interact with AI systems. If security teams are unaware that employees are using unauthorized chatbots to generate customer-facing communications, the organization cannot comply with these mandatory disclosures, exposing the company to substantial regulatory penalties.
The Rise of Shadow MCP and Agentic Security Threats
In addition to browser-based chatbots, a new subset of risk has emerged around developer endpoints: shadow MCP. The Model Context Protocol (MCP) is an open standard that allows AI assistants to connect directly to external tools, local files, and enterprise databases. When developers configure unvetted MCP servers on their local machines, they turn AI coding tools into active agents capable of executing commands and reading databases.
Because an MCP gateway is not always used to filter these tools centrally, developers often install community-sourced MCP servers without a security review. If an unvetted server has overly permissive access, a simple prompt injection attack can allow the model to query internal systems, harvest local database credentials, or run malicious scripts on the employee's machine.
To prevent unauthorized endpoints from creating backdoor pathways, companies must enforce strict auditing across their cloud and local environments. Organizations require complete visibility into transactions through immutable audit logs and central guardrails to catch PII or API credentials before they leave corporate boundaries.
Why Traditional Detection Methods Fall Short
Most enterprise security architectures rely on legacy security tools to discover unauthorized software. However, these traditional detection methods have major blind spots when applied to shadow AI.
CASB and Secure Web Gateway Limitations
Cloud Access Security Brokers (CASB) and Secure Web Gateways (SWG) are designed to monitor and block traffic based on a database of known SaaS URLs. While they can block basic domains like chatgpt.com, they fail to regulate the API endpoints that power desktop AI clients, developer IDE extensions, and background browser extensions. If an employee routes prompts through an unmanaged API key using a custom client, traditional web filters see only generic HTTPS traffic, failing to distinguish between standard API requests and raw data exfiltration.
DNS Monitoring Gaps
DNS logging registers domain queries but fails to capture payload context. While DNS records might show that an endpoint resolved a model provider's API domain, they do not show the contents of the transaction. IT administrators cannot determine whether the user is sending an empty query or uploading thousands of lines of sensitive source code.
The Challenge of Local CLI Agents
The rapid rise of terminal-based coding systems further complicates traditional visibility. Modern CLI agents and tools like Claude Code run directly inside local shell environments. These terminal tools interact with local system resources and establish peer-to-peer tunnels, allowing execution to occur completely beneath the visibility of standard enterprise proxy controls.
Fleet-Wide Detection: How to Uncover Shadow AI
To successfully detect shadow AI, security teams must deploy layered detection methodologies that target both the network layer and local developer endpoints. This requires combining traffic analysis with active endpoint scanning.
Auditing Developer Environments and Configuration Files
Security teams must scan local systems for the configuration files that orchestrate AI agents and local connections. Most terminal assistants and IDE plugins store active configurations in hidden user directories, such as ~/.config or local application data folders. Periodically auditing these directories for unapproved configuration parameters, API keys, or server manifests is a reliable way to discover unmanaged AI tools.
Network Traffic and Payload Decryption
Because web filters fail at the domain level, organizations must establish deep packet inspection or centralized routing to analyze payloads. Routing development traffic through an intermediary proxy allows security teams to run automated observability checks and deploy semantic caching rules. This ensures that duplicate prompts are cached and payload content is logged for security audits.
Benchmarking Activity Against Authorized Baselines
Establishing clear performance baselines helps security teams identify anomalies in resource consumption. Unapproved AI processes running locally often generate high CPU and memory patterns. By utilizing performance benchmarks and system tracing tools, administrators can spot unrecognized local processes that are communicating with external model endpoints.
Establishing Governance: AI Gateway + Bifrost Edge
Attempting to completely ban AI usage is an ineffective strategy that encourages employees to find more sophisticated ways to bypass IT blocks. The most sustainable approach is governed enablement: providing a sanctioned, high-performance pathway that secures developer velocity. This is accomplished using a combined AI Gateway and Bifrost Edge architecture.
The Role of Bifrost as the Control Plane
The open-source gateway Bifrost acts as the centralized policy engine and control plane. Operating as a unified entry point, it allows teams to aggregate multiple model providers into a single, secure endpoint. Security teams configure global rules, enforce API keys, set spending limits, and run real-time checks directly from this central hub.
Extending Control to the Endpoint with Bifrost Edge
While the central gateway manages configured cloud applications, Bifrost Edge extends those same governance and security controls to the user's physical laptop or desktop. Currently in alpha, the Bifrost Edge agent runs natively on macOS, Windows, and Linux to route local AI traffic transparently through the gateway control plane, requiring zero per-app setup or manual base URL changes.
+--------------------------------------------------------+
| Bifrost Edge |
| (Local Endpoint: App & MCP Discovery & Routing) |
+-------------------------------------------+------------+
|
Routes encrypted traffic
|
v
+--------------------------------------------------------+
| Bifrost Gateway |
| (Central Control Plane: Guardrails & Virtual Keys) |
+--------------------------------------------------------+
Core Endpoint Governance Capabilities
By deploying this dual architecture, security teams can manage shadow AI across several operational layers, as detailed in the Edge overview:
- Continuous Discovery and Inventory: The endpoint agent automatically scans the fleet to build a real-time inventory of all installed AI tools, CLI clients, and developer IDEs.
- App Governance: Administrators can use the app governance interface to approve or block specific desktop programs. Disallowed apps are blocked on the machine before any packets leave the local environment, while allowed applications are governed transparently.
- MCP Governance: To neutralize the risks of unvetted local integrations, the platform features robust MCP governance. The agent inventories every configured Model Context Protocol server across the enterprise fleet, allowing administrators to allow or deny specific connectors based on security risk.
- Endpoint Security Guardrails: Every transaction routed from the local agent inherits the central policy profiles. This enforces native secrets detection and PII redaction directly through endpoint security layers, catching API keys and confidential data before transmission.
- Zero-Touch MDM Rollout: To establish coverage across thousands of corporate laptops, the agent supports silent, fleet-wide rollout by deploying via MDM platforms such as Microsoft Intune, Jamf, Kandji, or Workspace ONE.
This combined approach ensures that employees retain access to the productive tools they need, while security teams maintain the deep visibility required to satisfy enterprise compliance audits.
Conclusion and Next Steps
The proliferation of unapproved AI applications is not a temporary phase: it represents a permanent shift in how modern software developers and knowledge workers complete their daily tasks. Traditional network perimeters are no longer sufficient to govern the flow of data when AI clients run locally on end-user machines. Trying to block these tools entirely degrades productivity and drives unapproved activity further underground.
To secure data assets while enabling developer velocity, organizations must implement a dual posture of visibility and central enforcement. By routing all shadow AI activity through a secure control plane, security teams can manage their modern attack surface without slowing down team output.
To establish visibility across developer machines and govern AI interactions, teams can request a Bifrost demo or explore the Bifrost resources hub to learn more about endpoint AI security.
Sources
- IBM Cost of a Data Breach Report 2026: https://www.ibm.com/security/data-breach
- Microsoft & LinkedIn Work Trend Index: https://www.microsoft.com/en-us/worklab/work-trend-index
- EU Artificial Intelligence Act Portal: https://www.artificialintelligenceact.eu/
- OWASP Model Context Protocol Security Overview: https://owasp.org/



Top comments (0)