Why your firewall, proxy and CASB miss AI tools running on laptops

The TeamSep 7, 20266 minshadow-ai
Why your firewall, proxy and CASB miss AI tools running on laptops

FAQ

Frequently asked questions

Why can't our firewall catch AI tools running locally on laptops?

Because a network firewall only sees traffic that leaves the laptop, and only as an encrypted destination. A local model such as Ollama produces no outbound traffic. An AI browser extension looks like ordinary HTTPS. Detection has to happen on the device, where the process, the payload and the destination are still visible.

Is a CASB enough to find shadow AI?

A CASB finds SaaS services that are visible through the proxy or an API integration. It sees that chatgpt.com was opened, but not what was typed, and it sees neither local models nor extensions nor agents on the device.

Does TLS inspection at the proxy help?

For cloud tools without certificate pinning, yes, the content becomes readable. It does not help with local models, with devices outside the corporate network that are not forced through the proxy, or with streams that would have to be inspected mid-transfer. And it can only block, not redact.

Is there a tool that monitors AI usage before it hits our network?

Yes. A component on the endpoint, such as Patronus Protect, sits in the local network path and classifies AI traffic before encryption and before the gateway. It sees browser tools, desktop apps, IDE assistants, local models and agents, without per-tool integrations.