MCP Directory
Back

agent-scan

by snyk · Python · ★ 2,694

Security scanner for AI agents, MCP servers and agent skills.

#agent#ai#mcp#modelcontextprotocol#security

Install

pip install git+https://github.com/snyk/agent-scan.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "agent-scan": {
      "command": "uvx",
      "args": [
        "git+https://github.com/snyk/agent-scan.git"
      ]
    }
  }
}

From the README

Snyk Agent Scan Discover and scan agent components on your machine for prompt injections and vulnerabilities (including agents, MCP servers, skills). > **Note: CLI output is experimental and subject to change** > > The raw output of this CLI — including issue codes, field names, severity labels, and response structure — is experimental and may change without notice between releases. We do not recommend building production workflows that depend on specific CLI output fields or issue codes. > > If you are an enterprise customer using Snyk to manage agent security risk at scale, the CLI…
Read full README on GitHub →

Related ai & ml servers