Cisco Launches Security Scanner for MCP Agents in IDEs
Cisco introduces a tool to verify AI agents built on MCP directly in the development environment, before they reach production.
AI agents built on the Model Context Protocol (MCP) have been multiplying in development pipelines for months. The problem is that most teams deploy them without any formal security verification process: they trust that the MCP server does what it claims, and that's it. Cisco has just released a tool that aims to close that gap before the agent leaves the local environment.
According to the official announcement on Cisco Blogs, the AI Agent Security Scanner integrates directly into popular IDEs and analyzes MCP agents for known vulnerabilities, excessive permissions, and potentially dangerous behaviors before code reaches production.
What the tool does exactly
The scanner acts as an audit layer that examines three main areas:
- Tool definitions and permissions: verifies what capabilities the MCP server declares and whether the requested scope is consistent with what the agent actually needs.
- System instruction integrity: detects patterns associated with prompt injection and instructions that could redirect agent behavior unintentionally.
- Tool call attack surface: evaluates whether tool calls expose sensitive data or allow irreversible actions without explicit confirmation.
Why this appears now
MCP, the protocol that Anthropic standardized for connecting language models to external tools, has gained rapid adoption among teams building with Claude and other compatible models. That adoption has brought with it a new and poorly documented attack surface.
The risk vectors most discussed in the community over recent months include instruction injection through responses from malicious tools, privilege escalation when an agent chains multiple MCP servers, and exfiltration of sensitive context data through seemingly innocuous tool calls. None of these risks are hypothetical: they've already appeared in security researcher reports, including those published by the Trail of Bits team and by Simon Willison on his blog.
Cisco, which has been positioning itself in the security space for AI infrastructure, is betting here on intervening at the earliest possible point in the lifecycle: the IDE, not the staging environment or production.
Who this makes sense for
This tool is most useful in specific contexts:
- Development teams already using MCP who lack a specific security review process for agents. The scanner provides a structured starting point without requiring deep offensive security knowledge.
- Enterprises with strict security policies that need auditable evidence that agents have passed some form of verification before deployment.
- Individual developers building MCP integrations for third parties who want to reduce the risk of distributing code with undetected security issues.
A signal of where the ecosystem stands
That Cisco is dedicating resources to building MCP-specific tools indicates the protocol has moved from novelty to real infrastructure that needs the same treatment as any other production component. The fact that the scanner integrates into the IDE rather than functioning as a separate service is a sound design decision: security that arrives late in the development cycle usually arrives too late.
It's too early to assess how much real coverage it provides against sophisticated attacks, but the direction is right. Tools like this should be a standard part of the toolchain for any team working with agents in non-trivial environments.
Sources
Read next
MCP is becoming the default standard for building agents
HackerNoon argues the Model Context Protocol is now the default starting point for any agent. We look at what changes in practice, why it matters and who benefits.
AI Toolbox touts support for a Claude Opus version not in the catalog
A Show HN presents AI Toolbox claiming support for a Claude Opus version missing from Anthropic's public catalog. Why it pays to verify the model list of any third party tool.
One Click in the Browser, Context for Any Agent
A VS Code extension borrows Copilot's trick of picking web page elements and pasting them into any AI chat. What it solves and what it leaves out.