Start here
Agent Guardrails & Security, in plain language
Schema controls, prompt-injection defense, least privilege, circuit breakers, budgets, approvals, and incident response. Agents combine untrusted text with privileged capabilities, so trust boundaries and deterministic controls must constrain every action.
For a small example, untrusted text tells an agent to send a secret. Treat content as data, check the requested capability against policy, redact secrets, and deny the outbound action. This is the mechanism to keep in view as the lesson becomes more technical. Before moving on, identify the input, transformation, output, and one observation that would falsify your conclusion.
Key points
- Assets, attackers, entry points, trust boundaries, and consequences.
- Direct and indirect prompt injection.
- Defense in depth and instruction-data separation.