fde-assessment

djagdalebing/fde-assessment
★ 0 stars Python Security Updated today
Four Python services: a strict MCP server, an MCP security gateway, a streaming PII guardrail, and a rate-limiting model router with failover.
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": {
    "fde-assessment": {
      "command": "uvx",
      "args": [
        "fde-assessment"
      ]
    }
  }
}

Or install with pip: pip install fde-assessment

README Excerpt

Four runnable Python services: a strict MCP server, an MCP security gateway, a streaming PII guardrail, and a rate-limiting model router with failover. **564 tests pass** (138 / 109 / 206 / 111). ```bash python3 -m venv .venv && .venv/bin/pip install -r requirements.txt ./run.sh test # full suite