vuln-hunter

albatrossflyon-coder/vuln-hunter
★ 1 stars Python Security Updated today
AI-assisted security scanner: Semgrep does detection, Claude does triage. Runs as an MCP server so any Claude Code session can call it directly.
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": {
    "vuln-hunter": {
      "command": "uvx",
      "args": [
        "vuln-hunter"
      ]
    }
  }
}

Or install with pip: pip install vuln-hunter

README Excerpt

<p align="center"> <img src="assets/banner.png" alt="vuln-hunter" width="100%"/> </p> <p align="center"><sub>Golden Eagle photo: <a href="https://commons.wikimedia.org/wiki/File:Golden_Eagle_in_flight_-_5.jpg">Tony Hisgett</a>, CC BY 2.0</sub></p> AI-assisted security code reviewer, built on a hybrid architecture: **Semgrep does detection, Claude does triage.** Claude never invents a finding Semgrep didn't already flag.