By Sagar Shankaran, Founder of CallSphere
Cisco's State of AI Security report reveals adversaries targeting MCP and agent-to-agent protocols. Learn the top agentic AI security threats in 2026.
Key takeaways
The rapid adoption of agentic AI has created a new category of cybersecurity risk that most organizations are not prepared to address. Cisco's 2026 State of AI Security report, published in February 2026, provides the most comprehensive analysis to date of how adversaries are targeting the protocols, frameworks, and infrastructure that power autonomous AI agents.
The report's central finding is striking: the Model Context Protocol (MCP), which has become the de facto standard for connecting AI agents to external tools and data sources, has introduced an attack surface comparable in scope to what web APIs created in the 2010s. But unlike web APIs, which had years of security tooling development before widespread adoption, MCP is being deployed at scale before the security ecosystem has caught up.
Cisco's Talos threat intelligence team documented 127 distinct security incidents involving agentic AI systems in the 12 months leading up to the report, with the frequency and sophistication of attacks accelerating sharply in the second half of 2025.
MCP was designed to solve a real problem: providing a standardized way for AI agents to discover and invoke external tools. Before MCP, every agent framework implemented its own tool integration layer, leading to fragmentation and duplicated effort. MCP's success in unifying this landscape has been remarkable, with adoption across major frameworks including LangChain, LlamaIndex, Agno, and platform services from AWS, Google, and Microsoft.
flowchart LR
HOST(["MCP host<br/>Claude Desktop or IDE"])
CLIENT["MCP client"]
subgraph SERVERS["MCP Servers"]
S1["Filesystem server"]
S2["GitHub server"]
S3["Postgres server"]
SX["Custom tool server"]
end
LLM["LLM session"]
OUT(["Grounded action"])
HOST <--> CLIENT
CLIENT <-->|stdio or HTTP+SSE| S1
CLIENT <--> S2
CLIENT <--> S3
CLIENT <--> SX
CLIENT --> LLM --> OUT
style HOST fill:#f1f5f9,stroke:#64748b,color:#0f172a
style CLIENT fill:#4f46e5,stroke:#4338ca,color:#fff
style OUT fill:#059669,stroke:#047857,color:#fff
But that success has made MCP a high-value target. Cisco identifies four primary attack vectors:
MCP tools are defined using JSON schemas that describe the tool's name, description, parameters, and behavior. AI agents use these descriptions to decide when and how to invoke tools. Cisco's researchers demonstrated that adversarial tool descriptions can manipulate agent behavior without modifying the agent's code or model weights.
In one proof of concept, a tool with the benign-sounding name "document_summarizer" included hidden instructions in its MCP description field that caused the agent to exfiltrate conversation context to an external endpoint before performing the legitimate summarization. Because agents process tool descriptions as part of their reasoning context, the malicious instructions were treated as authoritative guidance.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent for logistics in your browser — 60 seconds, no signup.
This attack is particularly dangerous because:
When an agent invokes an MCP tool, the request travels from the agent runtime to the tool server. Cisco found that many MCP deployments use unencrypted HTTP for local tool servers, assuming the communication is internal. In containerized environments where multiple services share a network namespace, this creates opportunities for lateral movement.
An attacker who gains access to the container network can intercept tool invocations, modify parameters, and alter responses. The agent, which trusts the tool server implicitly, has no way to detect the tampering.
As the MCP ecosystem has grown, community-maintained tool registries have emerged where developers share tool definitions and implementations. Cisco identified 43 compromised tool packages across three popular registries, ranging from tools with subtly modified behavior to completely malicious packages designed to harvest API keys from agent configurations.
The attack pattern mirrors what the security community has seen in npm and PyPI supply chain attacks, but with an important difference: compromised AI tools can influence agent reasoning in ways that are harder to detect than traditional code-level compromises. A tool that returns slightly biased results, omits certain data, or includes subliminal instructions in its output can subtly steer agent behavior without triggering conventional security alerts.
In multi-agent systems where agents communicate with each other, the inter-agent communication protocols present additional attack surfaces. Cisco documented cases where an adversary compromised one agent in a multi-agent system and used it to inject malicious messages to other agents, effectively using the compromised agent as a beachhead for lateral movement within the agent network.
The report describes this as "agent prompt injection at scale," where a single compromised node can propagate adversarial instructions through an entire agent ecosystem.
Cisco's discovery of 43 compromised framework components deserves special attention. The affected packages included:
Still reading? Stop comparing — try CallSphere live.
See the logistics AI agent handle a real call — complete, industry-specific, and live in your browser. No signup.
The compromised packages had been downloaded collectively over 180,000 times before detection. Cisco estimates that approximately 4,500 production agent deployments were affected.
The Cisco report does not just catalog threats. It provides a comprehensive mitigation framework organized into four layers:
The report has catalyzed action across the agentic AI ecosystem. Anthropic announced enhanced security features for MCP, including description field scanning and signed tool definitions. The Linux Foundation's AI Security Working Group has formed a task force specifically focused on agent protocol security. Several major cloud providers are adding MCP-aware security scanning to their agent hosting platforms.
However, Cisco's researchers caution that the security community is playing catch-up. The speed of agentic AI adoption has outpaced security tooling development, and they expect the threat landscape to intensify throughout 2026 as more organizations deploy autonomous agents with access to sensitive systems and data.
No. MCP's design is sound, and the protocol itself is not flawed. The security issues arise from how MCP is deployed and from the ecosystem practices around tool distribution and trust. With proper transport security, tool verification, and supply chain integrity measures, MCP can be deployed securely. The problem is that most organizations are not implementing these measures.
Cisco does not recommend abandoning MCP. The standardization benefits are significant, and the alternative — proprietary tool integration layers — would fragment the ecosystem and likely introduce even more security inconsistencies. Instead, organizations should implement the mitigation strategies outlined in the report and treat MCP tool management with the same rigor they apply to third-party software dependencies.
Cisco has published indicators of compromise (IOCs) for all 43 identified packages, along with detection rules compatible with major SIEM platforms. Additionally, the report recommends monitoring agent behavior for anomalous patterns: unexpected network connections, unusual data access patterns, or tool invocations that do not align with the agent's configured purpose.
Not inherently. Proprietary platforms may have more resources for security review, but they also have less community scrutiny. The report found security issues in both open-source and proprietary agent deployments. The determining factor is not whether the platform is open or closed, but whether the organization operating it follows security best practices for tool management, transport security, and supply chain integrity.
Source: Cisco Talos — 2026 State of AI Security Report, Anthropic — MCP Security Enhancements, Linux Foundation — AI Security Working Group

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
The 2026 desktop AI agent landscape — ServiceNow Project Arc, Anthropic Claude offerings, OpenAI agents, and Google Mariner. A buyer's map.
Anthropic's Mythos sharpens the asymmetry between AI-armed defenders and AI-armed attackers. A working guide for pentesters and blue teams in 2026.
Anthropic's restricted Mythos model is reshaping vuln discovery. Inside the Mozilla Firefox case, what it means for AppSec, and where voice AI fits.
An agentic-AI perspective on Anthropic Skills system, covering orchestration patterns, tool use, and how agent tooling fits production agent stacks.
Enterprise CIO Guide perspective on Comet's general-availability launch put an agentic browser in front of millions of consumers, and it works better than the demos suggested.
Enterprise CIO Guide perspective on Harvey AI's enterprise rollout numbers show legal agents have moved past the pilot stage at AmLaw 100 firms.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco
Watch how CallSphere handles real customer calls, schedules appointments, and processes payments — live.
Try Live DemoBook a DemoCalculate Your ROI