Bawbel Scanner✓
io.github.bawbel/bawbel-scanner · v1.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bawbel/bawbel-scanner",
"description": "Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.",
"title": "Bawbel Scanner",
"repository": {
"url": "https://github.com/bawbel/bawbel-scanner",
"source": "github"
},
"version": "1.1.1",
"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"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"ave_records": 45,
"categories": [
"security",
"devsecops",
"scanner",
"vulnerability"
],
"license": "Apache-2.0",
"owasp_mcp_mapping": true,
"threat_intel_api": "https://api.piranha.bawbel.io"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}