agent-scan
MCP ServerFreeSecurity scanner for AI agents, MCP servers and agent skills.
Capabilities13 decomposed
mcp server static vulnerability scanning via natural-language analysis
Medium confidenceConnects to live MCP servers using the MCPScanner class, retrieves tool/prompt/resource descriptions and configurations, and submits natural-language content to the Invariant analysis API for vulnerability detection. Uses a two-stage pipeline: MCP client layer establishes connections and enumerates server capabilities, then the analysis pipeline extracts and redacts sensitive data before remote submission for LLM-based threat detection.
Targets natural-language attack vectors (prompt injection, tool poisoning, toxic flows) specific to MCP infrastructure by analyzing tool descriptions and configurations rather than code; integrates with Invariant API for LLM-based semantic threat detection rather than pattern matching
Detects MCP-specific supply chain attacks (cross-origin toxic flows) that generic SAST tools miss because it understands agent workflow semantics and tool composition patterns
dynamic mcp traffic interception and guardrailing via proxy gateway
Medium confidenceInjects the Invariant Gateway into MCP client configurations to intercept live MCP traffic at runtime without modifying agent code. The proxy command rewrites client configuration files to route all MCP calls through a FastAPI-based mcp_scan_server that validates requests/responses against security policies before forwarding to actual MCP servers. Implements real-time policy enforcement with session-based state tracking and configurable guardrails.
Implements transparent MCP traffic interception via configuration rewriting rather than code instrumentation; uses session-based state tracking to enforce stateful policies (e.g., preventing toxic tool chains across multiple calls) and integrates Invariant Gateway for real-time semantic validation
Provides runtime guardrailing without modifying agent code or MCP server implementations, enabling security policies to be deployed and updated independently of application releases
session-based state tracking and audit logging
Medium confidenceMaintains session-based state for MCP interactions in proxy mode, tracking tool calls, responses, and policy decisions across multiple requests. Stores session state in memory or external persistence layer (Redis, database) and generates comprehensive audit logs of all MCP activity. Enables stateful policy enforcement (e.g., preventing toxic tool chains) and compliance auditing.
Implements session-based state tracking with support for both in-memory and external persistence; enables stateful policy enforcement and comprehensive audit logging for compliance and incident investigation
Provides built-in session state management and audit logging without requiring external logging infrastructure, enabling stateful policies and compliance auditing within the proxy
traffic capture and debugging for mcp interactions
Medium confidenceCaptures and logs all MCP traffic (requests, responses, errors) for debugging and analysis. Provides detailed logging of MCP client-server interactions including payloads, timing, and error details. Supports traffic export in multiple formats (JSON, HAR) for analysis in external tools. Enables troubleshooting of MCP connectivity issues and understanding of agent behavior.
Implements comprehensive traffic capture with support for multiple export formats (JSON, HAR) and detailed timing/error information; integrates with proxy mode for transparent traffic logging without code changes
Provides built-in traffic capture and debugging without requiring external packet capture tools, enabling easy analysis of MCP interactions within the scanning framework
mcp configuration file parsing and validation
Medium confidenceParses and validates MCP configuration files in JSON and YAML formats, extracting server definitions, authentication credentials, and transport protocol specifications. Validates configuration syntax and schema, detects missing required fields, and provides detailed error messages for invalid configurations. Supports multiple configuration file formats and locations (environment variables, default paths).
Implements schema-based validation for MCP configuration files with detailed error messages and support for multiple formats (JSON, YAML); integrates with configuration discovery to support multiple configuration sources
Provides built-in configuration validation without requiring external schema validation tools, enabling early detection of configuration errors in CI/CD pipelines
agent skill malware and supply chain vulnerability detection
Medium confidenceScans AI agent skills (packaged agent components) for embedded malware payloads, sensitive data handling violations, exposure to untrusted third parties, and hard-coded secrets using static analysis and pattern matching. Analyzes skill code, dependencies, and metadata to identify security risks before skills are integrated into agent systems. Supports both direct skill file scanning and skill registry lookups.
Combines static code analysis, signature-based malware detection, and dependency auditing specifically for agent skills; integrates with Snyk vulnerability database for known CVEs and provides skill-specific risk scoring beyond generic SAST
Detects agent skill-specific risks (untrusted third-party access, sensitive data handling in skill context) that generic dependency scanners miss by understanding agent execution models and data flow patterns
offline local vulnerability inspection without remote submission
Medium confidenceProvides an offline inspect command that analyzes MCP servers and agent components locally without submitting data to remote APIs. Uses local pattern matching, heuristic analysis, and built-in vulnerability signatures to detect common security issues. Enables security-sensitive organizations to scan infrastructure without external network calls while maintaining privacy of tool descriptions and configurations.
Implements local-first vulnerability detection using built-in heuristics and pattern signatures, enabling offline scanning without external API dependencies; trades detection accuracy for privacy and network isolation
Enables security scanning in restricted environments where remote API calls are prohibited, while maintaining the same CLI interface as remote scanning for operational consistency
data redaction and privacy-preserving submission pipeline
Medium confidenceImplements automatic data redaction in the scan analysis pipeline to remove or mask sensitive information (credentials, PII, proprietary details) before submitting tool descriptions and configurations to the Invariant analysis API. Uses configurable redaction rules and pattern matching to identify and redact secrets, API keys, email addresses, and other sensitive data. Maintains a redaction audit trail for compliance and debugging.
Integrates redaction as a first-class pipeline stage before remote submission, using configurable pattern-based rules and maintaining audit trails; enables privacy-preserving analysis without requiring separate data sanitization tools
Provides built-in privacy controls within the scanning pipeline rather than requiring external data masking tools, reducing operational complexity and ensuring consistent redaction across all scan types
mcp server auto-discovery and enumeration
Medium confidenceAutomatically discovers and enumerates MCP servers from client configuration files, environment variables, and registry lookups without requiring manual server endpoint specification. Uses the MCP client layer to connect to discovered servers and retrieve their capabilities (tools, prompts, resources) for analysis. Supports multiple MCP transport protocols (stdio, SSE, HTTP) and handles server authentication automatically.
Implements automatic MCP server discovery from configuration files and environment variables using the MCPScanner class; supports multiple transport protocols and handles authentication transparently without requiring manual server specification
Eliminates manual server enumeration by automatically discovering all MCP servers from configuration, reducing operational overhead and enabling comprehensive scanning of complex agent systems
whitelist management for approved mcp entities
Medium confidenceProvides a whitelist command and API for managing approved MCP servers, tools, prompts, and resources that should be excluded from vulnerability scanning or policy enforcement. Stores whitelisted entities in a persistent storage file with support for granular approval rules (by server, tool name, or pattern). Integrates with both static scanning and dynamic proxy modes to skip analysis for approved entities.
Implements persistent whitelist storage with granular approval rules (by server, tool, pattern) and integrates with both static and dynamic scanning modes; provides CLI and API interfaces for whitelist management
Enables exception management for security policies without modifying scanning logic, allowing operators to approve known-safe entities while maintaining security enforcement for new or unknown tools
binary signature verification for mcp server authenticity
Medium confidenceVerifies the authenticity and integrity of MCP server binaries using cryptographic signatures before connecting and scanning. Validates that MCP server executables are signed by trusted publishers and have not been tampered with. Supports multiple signature formats and maintains a trusted publisher registry for signature validation.
Implements cryptographic signature verification for MCP server binaries before connection, using a trusted publisher registry and supporting multiple signature formats; prevents execution of unsigned or tampered servers
Provides supply chain security at the MCP server level by verifying binary authenticity before connection, preventing execution of compromised or malicious server implementations
scan result upload to control servers and snyk evo integration
Medium confidenceUploads completed scan results to external control servers (HTTP endpoints) for centralized collection and management in enterprise deployments. Supports the evo subcommand for pushing results to Snyk Evo platform. Implements retry logic, SSL/TLS validation, and identity management for secure result transmission. Supports structured result formatting and filtering before upload.
Implements result upload with retry logic, SSL/TLS validation, and identity management; supports both generic control servers and Snyk Evo platform integration for centralized vulnerability management
Enables centralized collection of scan results from distributed agent deployments without requiring custom integration code, supporting both generic HTTP endpoints and Snyk Evo platform
policy and guardrail rule definition and enforcement
Medium confidenceDefines and enforces security policies and guardrails for MCP traffic using a rule-based system. Supports policy rules that restrict tool usage, enforce approval workflows, and prevent dangerous tool combinations. Policies are defined in YAML/JSON format and evaluated against MCP requests/responses in the proxy mode. Includes built-in policy templates for common security scenarios (e.g., preventing data exfiltration, blocking dangerous tools).
Implements rule-based policy enforcement for MCP traffic with support for stateful policies (preventing toxic tool chains across multiple calls) and built-in policy templates; integrates with proxy mode for real-time enforcement
Provides declarative policy definition and enforcement without requiring code changes to agents or MCP servers, enabling security policies to be deployed and updated independently
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with agent-scan, ranked by overlap. Discovered automatically through the match graph.
MCPWatch
** - A comprehensive security scanner for Model Context Protocol (MCP) servers that detects vulnerabilities and security issues in your MCP server implementations.
MCP Hunt
** - Realtime platform for discovering trending MCP servers with momentum tracking, upvoting, and community discussions - like Product Hunt meets Reddit for MCP
agentseal
Security toolkit for AI agents. Scan your machine for dangerous skills and MCP configs, monitor for supply chain attacks, test prompt injection resistance, and audit live MCP servers for tool poisoning.
mcp-runtime-guard
Policy-based MCP tool call proxy
MCPVerse
** - A portal for creating & hosting authenticated MCP servers and connecting to them securely.
Agentic Radar
Open-source CLI security scanner for agentic...
Best For
- ✓DevSecOps teams managing MCP server deployments
- ✓AI agent developers integrating third-party MCP tools
- ✓Enterprise security teams auditing agent supply chains
- ✓Production AI agent deployments requiring runtime security enforcement
- ✓Teams implementing zero-trust policies for agent-to-tool communication
- ✓Enterprises needing audit trails of all agent-MCP interactions
- ✓Organizations requiring comprehensive audit trails for compliance
- ✓Teams implementing stateful security policies for agent systems
Known Limitations
- ⚠Requires network connectivity to Invariant analysis API — no fully offline mode for static scanning
- ⚠Analysis latency depends on Invariant API response time; scanning large MCP servers with 50+ tools may take 30-60 seconds
- ⚠Cannot detect vulnerabilities in tool behavior at runtime — only analyzes static descriptions and configurations
- ⚠Requires MCP server to be running and accessible during scan; does not support scanning from binary artifacts or archived configurations
- ⚠Adds network latency per MCP call (proxy round-trip overhead); typical latency ~50-200ms depending on policy complexity
- ⚠Requires modification of MCP client configuration files — incompatible with agents that hardcode server endpoints
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Last commit: Apr 21, 2026
About
Security scanner for AI agents, MCP servers and agent skills.
Categories
Alternatives to agent-scan
Are you the builder of agent-scan?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →