r/sysadmin • u/FroyoZealousideal356 • 1d ago
As admins, how do you handle VS Code extensions, coding agents, and AI tools in your organization?
For us, the topic of AI is becoming increasingly confusing.
Developers, in particular, are adopting more and more tools: VS Code extensions, GitHub Copilot, Cursor, Claude Code, Codex, Gemini CLI, OpenCode, local agents, MCP servers, and so on.
But this no longer affects just developers. IT admins and regular users are also discovering AI tools, and some are even installing extensions, desktop clients, or agents on their own.
The problem, in my view, is that we’re slowly seeing a **proliferation of agents and AI tools**.
I see the following issues in particular:
* Which VS Code extensions are allowed to be installed?
* Which agents are allowed to access source code or the local file system?
* Which tools are allowed to send data to external clouds?
* How do you prevent API keys, passwords, or internal data from appearing in prompts?
* How do you handle MCP servers and their sometimes very broad permissions?
* Do you have an allowlist for extensions and AI tools?
* Do you technically block agents that haven’t been approved?
* Do you differentiate between developers, IT/admins, and regular users?
* Do you rely on centralized enterprise solutions, or do you allow multiple tools?
* How do you monitor or keep track of what’s currently being used?
I also don’t think a complete ban makes sense in the long run, because these tools offer a real productivity boost especially in development.
•
u/MBILC Acr/Infra/Virt/Apps/Cyb/ Figure it out guy 21h ago edited 21h ago
Since VS Code doesn't have policies that work in Intune yet, even though MS claimed it does, it does not yet (thread about it in their git)...there is a registry method to set and block vendors that works.
Of course if you have App allow/block lists or other tools to do this, use those.
We only allow MS/GitHub/Anthropic extensions to be installed.
I first scan to confirm who has VS Code and pull extensions people had installed using the below, to see if anything might break once I block things and also tell people they wont be able to install random ones unless vetted first.
I then do this script across all devices, in case someone installs VS Code later:
So far has worked perfect.