The risks of shadow AI go beyond simple policy violations. Compliance exposure under the General Data Protection Regulation (GDPR) and Health Insurance Portability and Accountability Act (HIPAA) is a major concern. Confidently wrong AI-generated output and runaway costs are others. But for a lean team, the following consequences hit security and compliance hardest.
Human error: Data exfiltration through everyday AI interactions
The chain behind most generative AI data leakage is short. An employee trying to be more productive copies a confidential file or sensitive customer data. Then, they paste it into an unapproved AI tool. In one click, your data goes into a public model to be learned (ingested) and potentially shared with other users. You can’t recall that information once the tool processes it.
In 2024, CybSafe and the National Cybersecurity Alliance found that 43% of employees admitted to sharing sensitive work information with AI platforms without permission. And a Harmonic Security study in 2025 found that 16.9% of sensitive data exposures happened on personal free-tier accounts IT teams can’t see. IBM puts the added cost of a breach involving shadow data at $670,000 over other incidents. When your team uses these tools in the shadows, customer personally identifiable information (PII) and intellectual property (IP) are often the first things exposed.
Technical identity risks: Rogue OAuth tokens & AI integrations
When an employee connects an AI-powered tool to your company systems using a one-click login (OAuth), they’re handing that tool a digital master key. This process frequently grants the AI more access to your data than any security team would approve.
Multiply that across a team, and you’ve got rogue OAuth apps scattered through your workspace.The danger is that this access can outlive your normal controls. OAuth tokens can remain valid even after password resets and multi-factor authentication (MFA) changes unless they’re explicitly revoked or expired, so an attacker holding a stolen token may keep access long after you think the account is “locked down.
In 2025, threat actor UNC6395 used compromised OAuth tokens from the Salesloft Drift third-party application to access and export data from numerous Salesforce customer instances. Because the access came through a trusted SaaS connection, the traffic looked like normal business activity—an example of how stolen OAuth grants can let attackers “walk through the front door” without noisy login failures.