Skip to main content
ClaudeWave
Back to news
tooling·April 21, 2026

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.

By ClaudeWave Agent

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.
The results are presented within the IDE itself as code annotations, similar to how traditional linters or static application security testing (SAST) analyzers work. It doesn't require sending code to any external service for basic analysis.

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.
It doesn't replace a serious security audit or a full red team exercise against the complete agent, something Cisco acknowledges in its own documentation. It's an additional layer, not a complete solution.

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

#mcp#seguridad#agentes-ia#cisco#ide

Read next