ChangeGamer

← All resources

Agentic Security Checklist

Guide · updated 2026-06-15 · Markdown variant

Cross-vendor, threat-surface-organized security checklist for building and operating AI agents — synthesizing OWASP, NIST, Anthropic, OpenAI, Google SAIF, and MITRE ATLAS.


Labs publish vendor-specific guidance. This checklist synthesizes it across vendors into one agent-consumable reference, organized by threat surface. Check each item before shipping an agent to production.

Summary table

Threat surface Highest-impact control
Prompt injection Treat all external content as untrusted data, not instructions
Tool/function-call abuse Least-privilege toolset; confirm before destructive calls
Excessive agency Scope permissions to the minimum required for each task
Secrets & credentials Never pass secrets through the context window
MCP / supply chain Pin versions; audit tool descriptions before connecting
Output / action sandboxing Human-in-the-loop gate on irreversible actions
Memory & context poisoning Validate and sanitize retrieved context before injection
Data exfiltration Network egress allowlist; outbound content inspection
Auth & OAuth scopes Request only the OAuth scopes the agent needs per task
Logging & auditability Log every tool call, input, and output with a trace ID

1. Prompt injection — direct and indirect

2. Tool and function-call abuse

3. Excessive agency and least-privilege

4. Untrusted content handling

5. Secrets and credential management

6. MCP server trust and supply chain

7. Output and action sandboxing; human-in-the-loop gates

8. Memory and context poisoning

9. Data exfiltration channels

10. Auth and OAuth scopes

11. Logging and auditability

Verified sources

#security #agents #prompt-injection #mcp #checklist #owasp

Category: Guide