AI Agent Security
Understanding what AI agents can access, what tools they can call, and what could go wrong.
What can this AI agent access, what can it do, and what could go wrong?
What to review
An agent is a new actor in the system. Whatever it can read, call, or trigger becomes part of your authorization model.
Every connected tool widens the blast radius. Tool inventories should be reviewed the same way as API surfaces.
Untrusted text in retrieved content, files, or messages can influence which tools an agent decides to call and with what arguments.
Sensitive actions — refunds, deletions, outbound email, privilege changes — should not be reachable without explicit approval boundaries.
Every tool call should be attributable, reviewable, and bounded by an explicit permission model.
Tool inventory, permission boundaries, approval gates, input trust assumptions, and validation that risky paths are actually closed.
Example agent risks
Telhawk reviews AI agent permission boundaries, tool inventories, and approval gates.
Explore AI Agent Review