Regulation & Safety

The AI Chatbot You Secretly Use at Work Could Be a Security Risk

Shadow AI - unapproved chatbots, free assistants and AI browser extensions - is now one of the costliest ways a company gets breached. What leaks, why the browser-extension blind spot matters, and how to govern it without a futile ban.

· Jun 25, 2026 · updated Jun 22, 2026
The AI Chatbot You Secretly Use at Work Could Be a Security Risk
Table of contents
  1. What shadow AI actually is
  2. Why it's a real security risk, not just a policy nit-pick
  3. The browser-extension blind spot
  4. What to do about it — without banning everything
  5. FAQ
  6. Bottom line
  7. Sources and further reading

There's a good chance the most useful AI tool in your workday is one your security team has never heard of. A browser extension that summarizes tickets, a free chatbot you paste contract clauses into, a side-loaded assistant that drafts your emails — quietly helpful, and quietly outside every control your employer has. That's shadow AI, and in 2026 it has moved from a niche IT worry to one of the more expensive ways a company gets breached.

What shadow AI actually is

Shadow AI is the use of generative AI tools, chatbots, and AI browser extensions that an organization's security and IT teams have not approved or secured. It isn't malicious. It's an employee reaching for the fastest tool to get work done — and in doing so routing company data through a service nobody vetted, governed by terms nobody read, with logging nobody controls.

The scale is the point. Survey figures circulating through 2025 and 2026 put consumer generative-AI use among employees around 57%, with roughly 33% admitting they've exposed sensitive company data to these tools and about 36% using unapproved AI apps directly on work devices. Salesforce's 2026 Workforce AI Survey found 67% of employees now use AI tools at work while only 18% of organizations have a formal AI security policy — a governance gap that's the whole problem in one statistic.

Why it's a real security risk, not just a policy nit-pick

The risk isn't hypothetical accounting. According to IBM's Cost of a Data Breach Report 2025, 20% of breached organizations were compromised through shadow AI, and breaches involving a high level of shadow AI cost an extra $670,000 on average on top of the global average breach cost of $4.44 million. The mechanism is mundane: data goes somewhere it shouldn't, and you find out later.

The common leak vectors are worth naming because they map to ordinary jobs:

  • Code and secrets — developers pasting functions, API keys, and config files into a chatbot to debug them. (This is also how credentials end up in infostealer dumps like the 24-billion-record trove Cybernews reported in June 2026.)
  • Customer data — support and sales staff summarizing tickets, call transcripts, and account details.
  • Financial and legal text — analysts running forecasts, and legal staff running contracts, through a free assistant.

Once that text leaves your perimeter, you've lost control of it. Free-tier services may retain inputs, use them for training, or log them in ways that surface in their own breaches.

The browser-extension blind spot

The riskiest vector is also the most invisible: AI browser extensions and OAuth integrations. Shadow AI tools frequently install via a browser extension, an API key, or an OAuth connection that bypasses security review entirely. Each one is a supply-chain dependency the security team doesn't know exists — and an extension with broad permissions can read page content, form fields, and session data across every site you visit, including your email, your CRM, and your admin panels.

Worse, a compromised or malicious extension is a direct exfiltration channel that looks like normal browser traffic. You didn't install malware; you installed a "productivity" add-on with permissions you never scrutinized.

What to do about it — without banning everything

Outright bans don't work; people route around them, which just pushes shadow AI further into the dark. The realistic posture is govern, don't prohibit.

  • Publish a simple, real AI policy. Most companies have none. State plainly what data may and may not go into AI tools, which tools are approved, and where the line is. Keep it short enough that people actually read it.
  • Offer a sanctioned alternative. People use shadow AI because it works. Give them an approved, enterprise-grade tool with data controls so they don't need the unsanctioned one.
  • Classify data first. "Don't paste sensitive data into AI" only works if employees know what counts. Mark what's confidential and give concrete examples (customer PII, credentials, unreleased financials, source code).
  • Control the browser. Inventory and manage extensions; restrict which can be installed; review OAuth grants. The extension blind spot closes only if someone is actually looking at it.
  • Treat secrets as off-limits, always. No API keys, passwords, or .env contents into any chatbot, approved or not. Use a secrets manager; rotate anything that may have leaked.

FAQ

Is using ChatGPT or another assistant at work automatically a problem? No. The problem is unsanctioned use with sensitive data. An approved tool with data controls, used within a clear policy, is fine. The same tool used on a free tier with customer records is the risk.

My company is small — does this apply to us? Yes, arguably more. Smaller teams are the most likely to have no AI policy at all, and a single leaked customer list or credential set can be just as damaging. A one-page policy and an approved tool go a long way.

Are AI browser extensions safe? Some are, many aren't, and the permissions are what matter. An extension that can read every page you open is a serious exposure regardless of the vendor's intent. Vet permissions, prefer managed/approved extensions, and don't grant broad access for a small convenience.

Bottom line

Shadow AI is widespread because the tools are genuinely useful and most workplaces haven't given people a safe, approved way to use them. The fix isn't a ban — it's a short, clear policy, a sanctioned alternative, real data classification, and actual control over browser extensions and OAuth grants. The companies treating this as governance rather than prohibition are the ones not paying the extra $670,000 when a paste-into-a-chatbot becomes a breach.

Sources and further reading

Sources

  • IBM: Cost of a Data Breach Report 2025 (shadow AI findings) ibm.com
  • Salesforce: 2026 Workforce AI Survey (AI use vs. policy gap) salesforce.com
  • Cybernews: 24 billion credentials exposed in a colossal data leak cybernews.com
  • OWASP: Top 10 for LLM Applications (data exposure risks) genai.owasp.org