r/AI_AgentsWhat should a coding agent be allowed to do?
When a coding agent runs inside a project, it often has access to more than the files it actually needs. That can include .env files containing API keys, database credentials, and other sensitive values. But the bigger issue is what the agent can do with the access it inherits. …