openclaw-skill-vetter-mcp

temurkhan13/openclaw-skill-vetter-mcp
★ 0 stars Python 📦 Other Updated today
MCP server that vets ClawHub skills before installation: prompt-injection detection, exfiltration patterns, AST + manifest analysis, typosquat detection. Outputs 0-100 risk score.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openclaw-skill-vette": {
      "command": "uvx",
      "args": [
        "openclaw-skill-vetter-mcp"
      ]
    }
  }
}

Or install with pip: pip install openclaw-skill-vetter-mcp