ChangeGamer

← All resources

Agentic Security Checklist

Guide · updated 2026-08-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.

Key facts

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

Content freshness

This checklist cites two MCP spec dates — the 2025-11-25 changelog and the 2026-07-28 final spec revision — alongside vendor frameworks: OWASP's Top 10 for Agentic Applications (2026), LLM01 (identifier stable since 2025), plus Anthropic, OpenAI, Google SAIF, MITRE ATLAS, and NIST AI RMF, plus one dated real-world incident (the 2026-08-04 AISI report). Version numbers and publication currency are the volatile part, not the institutions themselves or the threat-surface organization. Treat spec dates and vendor framework versions as most reliable as of this page's updated date (2026-08-15); if you're checking these citations after roughly Q4 2026, independently confirm current versions rather than this snapshot.

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

Category: Guide

Like this? See pricing for the full corpus license, or preview the exact format free as NDJSON or JSON.