logoalt Hacker News

zimbatmtoday at 12:50 PM1 replyview on HN

Another aspect is access control.

CLIs live in the same namespace as the agent, so any secrets the CLI needs access to, the agent can also exfiltrate. And access control is lightly gated by the agent's tool call policy.

For an enterprise-level deployment, it becomes quickly desirable to have a centralized MCP backbone, on which each MCP is attached to. A place you can attach policies to, log activity, and reason about access control.


Replies

delusionaltoday at 1:09 PM

To the extent this is true, and it isn't with setuid binaries, it's a limitation of operating system apis.