How do I evaluate browser-based AI security without over-engineering it?

Posted by Any-Bet9069@reddit | sysadmin | View on Reddit | 15 comments

I’m an IT manager at a mid sized company, around 700 employees, mostly managed Windows laptops, Intune, Entra, normal web filtering and too many SaaS apps.

Our security team is getting more nervous about browser-based AI tools now. HR and marketing are using ChatGPT for docs, devs keep asking about Claude / Claude Code workflows, some people use Perplexity, some use Gemini, and I’m sure there are random AI writing extensions sitting in browsers that nobody approved.

I’m not trying to become the AI police. I also don’t want to be the guy who tells leadership “yeah we had a policy” after someone pasted customer data into a personal AI account.

So I’m trying to build a simple evaluation checklist before we buy another tool or just block everything and pretend the problem is solved.

The basic issue is this. If the laptop is managed, we can do some things with Intune, browser policy, web filtering, CASB/SSE, extension allowlists, etc. Not perfect, but at least there is a control path.

If the user is a contractor or on BYOD, it gets ugly fast.

Most AI usage happens in the browser, so normal network visibility does not always answer the question I actually care about. I don’t only care that someone went to chatgpt.com. I care if they pasted sensitive text, uploaded a file, used a personal account, used an extension that can read page content, or opened the same app from an unmanaged profile.

Things I’m checking so far:

Can we see browser-based AI usage clearly, or only domains/categories?

Can we separate approved AI tools from random shadow AI tools?

Can we control file uploads and copy/paste into AI tools without breaking normal work?

Does it work with Chrome and Edge, or only one browser?

Does it depend on a browser extension, and if yes can we actually enforce that through Intune?

What happens if someone uses a personal Chrome profile, guest profile, or another browser?

Does it help with AI extensions and permission changes, or only normal web traffic?

Does it support SAML / Okta / Entra properly, or are we creating another login mess?

Can we apply different policies for employees vs contractors?

Can we secure access for unmanaged devices without installing agents on personal laptops?

How noisy is the reporting? I do not want another dashboard full of alerts nobody reads.

What happens if we cancel, do we get logs/export, and how long do they keep the data?

Right now I’m seeing a few categories and none of them feel perfect.

CASB/SSE helps with broad visibility and policy, but sometimes feels too far away from the browser action.

Browser extension tools seem useful if you can enforce the extension properly, but that depends on how clean your managed fleet is.

Enterprise browsers seem strong if you can force users into the browser, but I can already hear the complaints from devs and contractors.

Agentless SSE / secure web access tools look interesting for contractor and unmanaged device access, because they focus more on securing the session/access path instead of owning the endpoint, but then I assume you give up some local machine telemetry.

I’m not looking for vendor pitches. I want the checklist from people who already had to deal with this.

What did you check before approving browser-based AI tools, and what did you miss that became painful later?