Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Bawbel Scanner

<!-- mcp-name: io.github.bawbel/scanner -->

**The only open-source scanner that produces OWASP AIVSS scores for MCP servers and skill files. Never executes code.**


Expand Down
6 changes: 3 additions & 3 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "io.github.bawbel/scanner",
"title": "Bawbel Scanner",
"description": "Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.",
"version": "1.1.1",
"version": "1.2.2",
"repository": {
"url": "https://github.com/bawbel/scanner",
"source": "github"
Expand All @@ -13,7 +13,7 @@
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "bawbel-scanner",
"version": "1.1.1",
"version": "1.2.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
Expand All @@ -38,7 +38,7 @@
"vulnerability"
],
"threat_intel_api": "https://api.piranha.bawbel.io",
"ave_records": 45,
"ave_records": 48,
"owasp_mcp_mapping": true
}
}
Expand Down
Loading