OWASP Top 10 for LLM Applications
Security guidance covering excessive agency, prompt injection, sensitive information, and application controls.
Compute College
Limit what an AI agent can access, decide, and execute when tools or data are involved.
An AI system has excessive agency when it can do more than the task requires. Agent security narrows its tools, data, permissions, side effects, identity, and runtime so a mistake or malicious instruction cannot cause avoidable harm.
Memory trick: Least privilege is a system boundary, not a prompt sentence.
An agent can be influenced by untrusted content, confused by ambiguous goals, or wrong about a tool argument. Least privilege and independent enforcement reduce the consequences of those failures.
A support agent can read a ticket and draft a response but cannot access payroll, change account ownership, or send a message without a separate approval. Its retrieval tool filters documents by the authenticated user’s permissions.
Example figures are illustrative calculations, not current quoted market prices.
Current example
This source explains the method or risk boundary. It does not replace testing the actual model, data, provider, and workload conditions in production.
Security guidance covering excessive agency, prompt injection, sensitive information, and application controls.
Source discipline: examples on this page are illustrative; measure the real workload before making a release or capacity decision.
The system prompt cannot carry the whole security model. Prompts can guide behavior, but authorization, data access, and irreversible action controls need independent enforcement.
Practical takeaway
Inventory every tool and data source. Remove unused permissions, separate read from write, require approval for high-impact actions, and test malicious or conflicting instructions.
Decision check: if the model follows an untrusted instruction, what independent control prevents the worst possible action?
Compute College learning path
Step 35 of 48: Agent security and excessive agency