MCP-based agents expand the trust boundary beyond the user prompt. They can ingest external data, call tools, and act on returned content, which creates new paths for instruction injection, secret exposure, and unauthorised actions. Governance has to cover both identity and context, not just output safety.
Why This Matters for Security Teams
MCP-based agents materially expand governance scope because the control question is no longer limited to what a model says. The real issue is what the agent can reach, which tools it can invoke, what data it can ingest, and whether returned content can redirect behaviour. That shifts the risk from content moderation into identity, privilege, and action governance, which is why the OWASP Agentic AI Top 10 is a more useful lens than chat-only prompt safety checklists.
Chat-only LLMs can still leak sensitive data or produce unsafe guidance, but they usually stop at output. MCP-based agents can chain decisions across systems, so a single poisoned context item or overly broad tool permission can become an actual business action. That creates governance obligations around provenance, approvals, logging, and separation of duties, not just model filtering. Security teams also need to know when the agent is operating with human intent versus delegated autonomy, because those are different risk states. In practice, many security teams encounter agentic abuse only after a tool action has already occurred, rather than through intentional control testing.
How It Works in Practice
Governance risk rises because MCP introduces a structured pathway between the model and external systems. The agent may retrieve documents, query APIs, write files, open tickets, trigger workflows, or pass context onward to other tools. Each of those steps becomes part of the security boundary. Current guidance from the NIST AI Risk Management Framework suggests treating these pathways as lifecycle controls, not one-time configuration choices.
Practically, teams should define:
- Which tools the agent can discover, call, and chain.
- Which identities, service accounts, or delegated tokens authorize those calls.
- Which inputs are trusted, tainted, or unverified before being added to context.
- Which outputs require validation, human approval, or policy enforcement before execution.
- How every action is logged for audit, replay, and incident response.
This is where agent governance intersects with non-human identity discipline. If an MCP server, tool connector, or orchestration service can act independently, it should be governed like a privileged workload identity with bounded scope and revocation paths. The same logic applies to secrets handling: API keys and tokens should not be exposed into prompts or reusable context unless there is a clear technical need and compensating control. For threat modeling, teams should map abuse paths against the MITRE ATLAS adversarial AI threat matrix and the CSA MAESTRO agentic AI threat modeling framework to capture prompt injection, tool abuse, and chained action risk.
Where organisations already use NIST Cybersecurity Framework 2.0, the practical translation is to extend identify, protect, detect, respond, and recover functions to agent actions, not just infrastructure events. These controls tend to break down when MCP access is granted to production systems before tool-by-tool authorization boundaries and audit logging are in place.
Common Variations and Edge Cases
Tighter agent governance often increases delivery friction, requiring organisations to balance automation speed against approval overhead and tool restrictions. That tradeoff is real, especially when teams want agents to operate across many applications without a human in the loop for every step.
Best practice is evolving, and there is no universal standard for how much autonomy an MCP-based agent should receive. For low-risk use cases, such as internal summarisation over curated content, the governance burden may be modest. For higher-risk workflows, such as finance, customer identity, privileged administration, or code deployment, the agent should be treated more like a delegated operator than a passive assistant. That means stricter policy enforcement, stronger provenance checks, and more restrictive session duration.
Edge cases often appear when a benign retrieval step becomes an execution path. For example, an uploaded document, web page, or ticket comment can contain instructions that override the user’s original intent if the agent is not separating data from directives. The same concern applies when tool responses are automatically re-ingested into context without validation. In these cases, the issue is not just model vulnerability; it is governance failure across context, identity, and action. Teams should also consider the NIST AI 600-1 Generative AI Profile for applied controls around generative system deployment.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10, MITRE ATLAS and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Directly addresses tool use, instruction injection, and agentic escalation risks. | |
| NIST AI RMF | Frames governance, mapping, and lifecycle risk management for AI systems. | |
| MITRE ATLAS | AML.T0000 | Captures adversarial AI threats like prompt injection and model manipulation. |
| CSA MAESTRO | Useful for modelling autonomy, tool chaining, and trust boundaries in agentic systems. | |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege access is central when agents act through tools and service identities. |
Apply agent-specific threat controls to constrain tool access, context handling, and unsafe action paths.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org