The risk
Excessive Agency
OWASP catalogues excessive agency as LLM06:2025: an agent given the ability to call tools can take damaging actions on the back of output that is unexpected, ambiguous, or deliberately manipulated. It traces the risk to three causes: excessive functionality, excessive permissions, and excessive autonomy. The mitigations it names are to limit an agent to the minimum tools it needs, scope every permission to least privilege, and put a human in front of high impact actions.
Read LLM06:2025 on OWASP