Autonomous Decision Making
Medium
- Category
- Excessive Agency
- Content
## Authorization is not this tool's job — decide it where it belongs Whether a write should happen is your decision, or the environment's. The tool does not gate it — there is no read-only switch and no approval prompt to configure. The two right places to control read vs write: - **The environment you connect it to.** Restrict the network path so the tool
- Confidence
- 95% confidence
- Finding
- The document explicitly states that the tool has no read-only switch and no approval prompt, and instead relies on external environment controls or the agent's prompt to prevent write actions. In an agentic setting, prompt-only restrictions are weak and can be bypassed or ignored, so exposing write-capable endpoints can allow the model to perform disruptive operations such as scale-to-zero, drain, undeploy, or job submission without an in-tool authorization barrier.
