secure-deploy-guard

MartiN9919/secure-deploy-guard
★ 2 stars Python AI/LLM Updated 9d ago
AI-powered pre-deployment security scanner with multi-agent orchestration, MCP servers, policy engine, and LLM evaluation.
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": {
    "secure-deploy-guard": {
      "command": "uvx",
      "args": [
        "secure-deploy-guard"
      ]
    }
  }
}

Or install with pip: pip install secure-deploy-guard