game-server-security-lab

MaximKonovalovDev/game-server-security-lab
★ 0 stars Python Security Updated today
Adversarial test lab for my own Flax game server + MCP plugin: attack tooling, defense specs, live findings (Python, PowerShell)
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": {
    "game-server-security": {
      "command": "uvx",
      "args": [
        "game-server-security-lab"
      ]
    }
  }
}

Or install with pip: pip install game-server-security-lab

README Excerpt

Adversarial test lab for my own Flax Engine game server and MCP plugin: break it in the lab, fix it in the build, prove the fix. Attack tooling + defense specs + real findings, all in one place. > **Authorized testing only.** Everything here is built to test systems I own > (my Flax game server, my MCP plugin) or systems I am explicitly authorized