sureguard-code-scanner

ExecutiveKoder/sureguard-code-scanner
★ 0 stars Python 🔒 Security Updated today
AI-aware secure code review as an MCP server. Catches hallucinated packages, insecure patterns, secrets, and known CVEs in AI-generated code.
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": {
    "sureguard-code-scann": {
      "command": "uvx",
      "args": [
        "sureguard-code-scanner"
      ]
    }
  }
}

Or install with pip: pip install sureguard-code-scanner

README Excerpt

**AI-aware secure code review as an MCP server.** Vibe-coded code has a different failure profile than human-written code. Sureguard catches the things AI agents actually get wrong: - Hallucinated / slopsquatted packages (the LLM-specific failure mode) - Insecure patterns the model emits (MD5, `verify=False`, JWT `alg=none`, SQL string concat, `NODE_TLS_REJECT_UNAUTHORIZED=0`, …)