← Back to Plugins
MCP Server MCP

Bawbel Scanner

github By github 👁 1 views ▲ 0 votes

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

Homepage Verified source GitHub

Install

uvx bawbel-scanner

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "bawbel-scanner",
      "version": "1.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "File or directory to scan",
          "default": ".",
          "type": "named",
          "name": "--path"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...