Skip to main content
55% of Your Workforce Is Using Unapproved AIGeneral
5 min readFor Security Engineers

55% of Your Workforce Is Using Unapproved AI

According to a 2024 Salesforce survey, 55% of employees reported using AI tools that hadn't been approved by their organization. This isn't just a governance gap; it's a security incident waiting to happen.

Shadow AI isn't a new behavior but a familiar pattern with a different impact. When someone uploads your codebase to ChatGPT for a code review or feeds customer data into an unapproved LLM for analysis, they're creating data exposures that traditional DLP and network controls can't detect.

What the Data Shows

The 55% figure from Salesforce highlights a fundamental shift in how your attack surface expands. Unlike shadow IT tools that typically handle one type of data or workflow, AI tools are general-purpose processors. An employee might use the same unapproved LLM for drafting emails, analyzing spreadsheets, debugging code, and summarizing customer calls. Each interaction creates a potential exposure, and you have no visibility into any of it.

The regulatory implications are immediate. Under GDPR and HIPAA, uncontrolled data transfer via shadow AI can constitute a reportable violation. If an employee pastes EU customer information into an unapproved AI tool, you've potentially triggered GDPR Article 33's 72-hour breach notification requirement. Your incident response plan probably doesn't account for discovering these exposures months after they occur.

Key Findings That Change Your Security Model

Traditional perimeter controls don't apply. Your firewall rules, web proxies, and network segmentation were built for a different threat model. AI tools operate over HTTPS to legitimate domains. They don't trigger malware signatures. An employee using Claude or Gemini looks identical to legitimate SaaS traffic in your logs. You can't block openai.com without also blocking your approved Microsoft Copilot integration that uses the same infrastructure.

Identity sprawl accelerates. Each shadow AI tool your employees adopt creates new credential pairs, API keys, and authentication tokens. These identities exist outside your SSO, outside your privileged access management, and outside your offboarding process. When that developer leaves your company, their ChatGPT Plus account with your proprietary code snippets in the conversation history stays active.

Non-human identities multiply invisibly. Employees don't just use AI tools manually. They connect them to other services through API keys and OAuth grants. That Zapier workflow someone built to feed Slack messages into an AI summarizer? It's running on a service account you don't know exists, with permissions you never reviewed, sending data to an endpoint you never approved.

Data lineage becomes impossible to trace. When someone copies your database schema into an AI tool for optimization suggestions, where does that data go? Into training data? Into cached responses shown to other users? Into logs stored in a jurisdiction you haven't vetted? You can't answer these questions after the fact because you don't have the telemetry.

Your existing compliance controls have blind spots. If you're scoped for PCI DSS v4.0.1, you've implemented Requirement 3.5.1 to protect stored cardholder data with strong cryptography. But what happens when a support engineer pastes a customer's full credit card number into an AI chat to ask about a transaction issue? Your encryption controls never touched that data because it bypassed your systems entirely.

What This Means for Your Team

You can't solve this by blocking AI tools. Your business units are already using them for competitive advantage. Marketing uses generative AI for content. Sales uses it for email drafting. Engineering uses it for code completion. A blanket ban just drives usage further underground and eliminates any chance of visibility.

You also can't solve it by treating AI tools like standard SaaS applications. Your typical SaaS security review checks for SOC 2 Type II reports, encryption in transit, and data residency commitments. Those controls matter, but they don't address the core risk: employees treating AI tools as trusted advisors and feeding them data without considering the downstream implications.

The shift you need to make is from prevention to managed adoption. You need visibility into which AI tools are in use, what data they're processing, and which business processes depend on them. Then you need to make risk-based decisions about which tools to formally adopt, which to restrict, and which to block.

Action Items by Priority

Immediate (this week):

Inventory your current AI tool usage. Don't rely on employee surveys. Check your DNS logs, proxy logs, and SaaS discovery tools for traffic to known AI platforms: openai.com, anthropic.com, google.com/gemini, claude.ai, perplexity.ai. Export the list of users hitting these domains and their request volumes. You're looking for patterns, not violations.

Review your data classification policy. If you don't have clear guidance on what data employees can share with external AI tools, create it now. Make it specific: "You may share public documentation and anonymized code snippets. You may not share customer names, internal architecture diagrams, or anything marked confidential." Don't make employees guess.

Short-term (this month):

Implement browser-based controls for approved AI tools. If you're going to allow ChatGPT, configure it through your enterprise agreement with session controls, data retention policies, and audit logging enabled. Same for Microsoft Copilot, Google Workspace AI, or whatever tools your business units need. Get them out of personal accounts and into managed instances.

Build detection for high-risk AI interactions. Create DLP rules that flag when someone copies large blocks of code, database schemas, API keys, or customer records. Don't block the action initially. Alert your security team so you can investigate and educate. You're building a baseline of normal behavior.

Update your onboarding and offboarding checklists. Add a section about approved AI tools, how to access them, and what data policies apply. During offboarding, include steps to revoke AI tool access and verify that no company data remains in personal AI accounts.

Medium-term (this quarter):

Integrate AI tool usage into your identity and access management strategy. Treat AI platforms as critical applications in your SSO configuration. Require MFA. Enforce session timeouts. Apply the same conditional access policies you use for your other sensitive systems.

Establish a formal AI tool approval process. Create a lightweight review workflow for business units that want to adopt new AI tools. Check for: SOC 2 Type II compliance, data processing agreements that meet your regulatory requirements, acceptable use policies that prohibit training on customer data, and API access for audit logging. Document your decisions so you can point to them during audits.

Train your employees on AI-specific security risks. Don't make this a generic awareness campaign. Show them specific examples: what happens when you paste an API key into ChatGPT, how conversation history can leak between users, why uploading customer data to an unapproved tool creates GDPR violations. Make it concrete and relevant to their daily work.

NIST Cybersecurity Framework

Topics:General

You Might Also Like