claude-skill-vulnerability-checker

TokyoHunter/claude-skill-vulnerability-checker
★ 0 stars Python Security Updated today
Catch sneaky code before it runs — a zero-dependency security scanner for Claude Code skills, plugins, and MCP servers.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-skill-vulnera": {
      "command": "uvx",
      "args": [
        "claude-skill-vulnerability-checker"
      ]
    }
  }
}

Or install with pip: pip install claude-skill-vulnerability-checker