SIC

DevCraftXCoder/SIC
★ 2 stars Python 🔒 Security Updated today
SIC is an AI-powered penetration testing framework that runs as a local server, exposing a comprehensive API and MCP interface for integration with AI clients
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": {
    "sic": {
      "command": "uvx",
      "args": [
        "sic"
      ]
    }
  }
}

Or install with pip: pip install sic

README Excerpt

<div align="center"> > **Zero-Trust IP Allowlisting** — All admin operations (scans, audits, infra controls) are locked behind IP allowlisting. Even with valid credentials, requests must originate from the home network. VPN, proxy, and foreign IPs are rejected. IPv6 prefix matching requires a minimum /64 specificity to prevent broad-prefix bypass.

Tools (1)

runtime