Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Bawbel Scanner

PYPI · BAWBEL-MCP · SCANNED SEP 20

Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel.

Available components

0 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 17 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1248 tokens (~113/item across 11 items; 10 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Bawbel Scanner MCP server?

Bawbel Scanner runs locally as a PyPI package, launched with uvx bawbel-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · bawbel-mcp

# add to Claude Code
claude mcp add bawbel-bawbel-mcp -- uvx bawbel-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "bawbel-bawbel-mcp": {
      "command": "uvx",
      "args": [
        "bawbel-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "bawbel-bawbel-mcp": {
      "command": "uvx",
      "args": [
        "bawbel-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add bawbel-bawbel-mcp -- uvx bawbel-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bawbel-bawbel-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "bawbel-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bawbel-bawbel-mcp --command uvx --arg bawbel-mcp
# ~/.hermes/config.yaml
mcp_servers:
  bawbel-bawbel-mcp:
    command: "uvx"
    args: ["bawbel-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "bawbel-bawbel-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "bawbel-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add bawbel-bawbel-mcp -t stdio -c uvx -a bawbel-mcp
// mcp.json
{
  "mcpServers": {
    "bawbel-bawbel-mcp": {
      "command": "uvx",
      "args": [
        "bawbel-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 11 Sept 26 0
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/bawbel-mcp@1.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 17 packages
Packages resolved 17
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~1,153 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
accept_finding ~219

Insert a justified suppression comment into a skill file. Marks a finding as a false positive or accepted risk with a documented reason, reviewer, and optional expiry date. The suppression is written directly into the file as a structured comment that lives in version control and shows up in PR reviews. Accepted risks with an expiry date automatically resurface as active findings on the next scan after the expiry date passes.

NameTypeReqDescription
acceptance_typestring"false-positive" (permanent) or "accepted-risk" (with expiry)
ave_idstringyesAVE ID to suppress (e.g. AVE-2026-00001)
expires_daysDays until the accepted risk expires (required for accepted-risk)
file_pathstringyesAbsolute or relative path to the skill file
lineintegeryesLine number of the finding to suppress
reasonstringyesWhy this finding is a false positive or accepted risk
reviewerstringyesYour GitHub handle or name
NameTypeReqDescription
resultstringyes

No examples provided.

check_conformance ~83

Score an MCP server manifest against the MCP specification. Runs 18 checks across 3 tiers (REQUIRED, RECOMMENDED, BEST PRACTICE) and returns a grade from A+ to F. A server is conformant when all REQUIRED checks pass.

NameTypeReqDescription
url_or_pathstringyesLocal path to server.json OR base URL of MCP server
NameTypeReqDescription
resultstringyes

No examples provided.

check_pins ~86

Check a directory for skill file rug pull drift. Compares current SHA-256 hashes of skill files against the pins stored in .bawbel-pins.json. Reports any files that changed after the last audit. Run bawbel pin <path> from the CLI to create the initial pin file.

NameTypeReqDescription
pathstringDirectory to check (default: current directory)
NameTypeReqDescription
resultstringyes

No examples provided.

list_ave ~98

List AVE records with optional filters. Use this to browse the full AVE database or filter by severity, component type, or OWASP MCP category.

NameTypeReqDescription
component_typeFilter by skill, mcp, prompt, or plugin
owasp_mcpFilter by OWASP MCP category (e.g. MCP03, MCP05)
severityFilter by CRITICAL, HIGH, MEDIUM, or LOW
NameTypeReqDescription
resultstringyes

No examples provided.

lookup_ave ~86

Get the full AVE record for a specific vulnerability ID. Returns the complete record including title, description, AIVSS score, behavioral fingerprint, indicators of compromise, OWASP MCP mapping, and remediation steps.

NameTypeReqDescription
ave_idstringyesAVE ID in the format AVE-2026-NNNNN (e.g. AVE-2026-00001)
NameTypeReqDescription
resultstringyes

No examples provided.

scan_chain ~99

Delegation chain scan of skill file content. Filters to AVE-2026-00048 (unsafe agent delegation) and related rules. Detects sub-agent spawning with inherited permissions and missing trust boundaries. Use this when evaluating a skill that spawns sub-agents or delegates tasks to other agents.

NameTypeReqDescription
contentstringyesThe text content to scan
no_ignorebooleanIf True, bypass all suppressions
NameTypeReqDescription
resultstringyes

No examples provided.

scan_content ~141

Scan raw text content for AVE security vulnerabilities. Use this to check skill file content, system prompts, MCP tool descriptions, or any agentic AI component before using it. Returns findings with AVE IDs, AIVSS severity scores, OWASP MCP categories, and links to full remediation guidance. Also detects toxic flows where two findings combine into a complete attack chain.

NameTypeReqDescription
contentstringyesThe text content to scan (skill file, system prompt, etc.)
labelstringOptional label for the content in the output
no_ignorebooleanIf True, bypass all suppressions and show every finding
NameTypeReqDescription
resultstringyes

No examples provided.

scan_creds ~108

Credential-focused scan of skill file content. Filters to AVE-2026-00047 (hardcoded credentials) and related rules only. Detects API keys, tokens, passwords, private keys, and URL-embedded credentials. Use this when you specifically want to check whether a skill file contains hardcoded secrets before adding it to your agent config.

NameTypeReqDescription
contentstringyesThe text content to scan
no_ignorebooleanIf True, bypass all suppressions
NameTypeReqDescription
resultstringyes

No examples provided.

scan_server_card ~135

Fetch and scan an MCP server-card for security vulnerabilities. Fetches .well-known/mcp.json from the given server URL and scans all tool descriptions, parameter descriptions, and config schemas for AVE vulnerabilities before your agent connects. This is the primary tool to run before adding any MCP server to your configuration. A poisoned server-card injects behavioral instructions at the discovery layer, before any tool call is made.

NameTypeReqDescription
no_ignorebooleanIf True, bypass all suppressions and show every finding
urlstringyesBase URL of the MCP server (e.g. https://api.example.com)
NameTypeReqDescription
resultstringyes

No examples provided.

search_ave ~98

Search AVE records by keyword. Searches across AVE ID, title, attack class, description, and behavioral fingerprint. Returns matching records with severity, AIVSS score, and a link to the full record.

NameTypeReqDescription
limitintegerMaximum number of results (default 10, max 20)
querystringyesSearch term (e.g. "tool poisoning", "credential", "MCP01")
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the Bawbel Scanner MCP server?

Bawbel Scanner is an MCP server listed in the public MCP registry as io.github.bawbel/bawbel-mcp. Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel. This page covers its PyPI package (bawbel-mcp).

Is the Bawbel Scanner MCP server safe to use?

Bawbel Scanner scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Bawbel Scanner MCP server expose?

Bawbel Scanner exposes 10 tools: scan_content, scan_server_card, scan_creds, scan_chain, accept_finding, and 5 more. Their descriptions and schemas cost roughly 1,153 tokens of context every time the server is loaded.

Is the Bawbel Scanner MCP server still maintained?

Bawbel Scanner is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Bawbel Scanner MCP server under?

Bawbel Scanner declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.