AI agent security covers the deployed system around the model: instructions, tools, files, credentials, network access, external components, permissions, and the actions the agent can take.
FOUNDATIONAL GUIDE
A Practical Guide to AI Agent Security
Map component, tool, runtime, data, and MCP risks to controls, verification steps, and explicit residual boundaries.
Define the AI Agent Attack Surface
Build a Threat Model
Start with the outcome your team cannot accept, then trace the assets, trust boundaries, actions, and evidence connected to it.
Review Components Before Trust
Treat every skill, plugin, package, agent, and MCP server as a component with a source, permissions, dependencies, configuration, update path, and expected behavior.
Evaluate High-Risk Runtime Actions
Prioritize actions that can change systems, expose data, or extend trust. Decide where a policy check must occur before execution.
Prioritize actions that can change systems, expose data, or extend trust. Decide where a policy check must occur before execution.
Shell commands | Is the command and target allowed in this context? | Command, target, decision, policy version | Commands outside the integration remain a residual path.
File access and sensitive writes | Is the path, operation, and content class allowed? | Path class, operation, decision | Host and permission coverage must be verified.
Tool actions | Is the tool trusted and is this invocation expected? | Tool identity, arguments, decision | Similar tool names do not establish equivalent behavior.
Network requests | Is the destination and payload class approved? | Destination, request class, decision | Unknown or indirect network paths require separate controls.
Secret access | Does the workflow require this credential? | Credential class, requester, decision | Do not place raw secrets in audit content.
AgentGuard publicly documents Runtime Guard for named action categories. Protection depth depends on the integration path.
Review Runtime Guard
/features/runtime-guard
Plan for MCP Boundaries
Host → MCP server → tool description → permission → request → returned content → downstream action
Who operates the server?
Which tools are exposed?
What permissions and data can they reach?
How can returned content influence the agent?
MCP server scanning, reputation and trust-related controls, and hook-layer protection are publicly described.
AgentGuard's public FAQ says it cannot fully monitor or block all third-party MCP server runtime calls.
Open MCP & Agent Security
/solutions/mcp-security
Define Data and Evidence Boundaries
Document which code, prompts, files, secrets, action previews, metadata, and events remain local or may reach a connected service.
Decide which action, decision, policy version, component result, exception, and review trigger must be retained without recording raw sensitive content.
What leaves the environment?
What is redacted?
What is cached offline?
Who can inspect the evidence?
AgentGuard public materials distinguish local protection from cloud-connected use and describe redacted or sanitized metadata and audit events. Formal privacy commitments still require the authoritative policy.
Review AgentGuard Security
/security
AI Agent Security Implementation Checklist
Make Residual Risk Explicit
No single scan, policy, or runtime control proves complete AI agent security. Record the paths the control cannot observe, the actions it cannot block, the evidence it does not retain, and the owner of the remaining decision.
No single scan, policy, or runtime control proves complete AI agent security. Record the paths the control cannot observe, the actions it cannot block, the evidence it does not retain, and the owner of the remaining decision.
Need implementation details?
Open AgentGuard Docs
/docs
Need component review?
Review Deep Scan
/features/deep-scan
Need runtime decisions?
Review Runtime Guard
/features/runtime-guard
Frequently Asked Questions
What belongs in an AI agent attack surface?
When should agent components be reviewed?
Which actions need runtime checks?
Can a component scan prove an agent tool is safe?
What residual MCP risk remains?
Continue from Concept to Practice
Use the relevant guide, product documentation, and current first-party evidence to verify the next step.