★ 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"
]
}
}
}
Run in terminal:
claude mcp add openclaw-skill-vette uvx openclaw-skill-vetter-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"openclaw-skill-vette": {
"command": "uvx",
"args": [
"openclaw-skill-vetter-mcp"
]
}
}
}
Or install with pip: pip install openclaw-skill-vetter-mcp