kryptonclaw

armyknife-social/kryptonclaw
★ 15 stars Rust ⚙️ DevOps Updated 15d ago
GitHub Actions & CI/CD security scanner. Detects 30+ attack patterns including HackerBot-Claw campaign vectors. CLI + MCP server + SARIF output.
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": {
    "kryptonclaw": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "kryptonclaw"
      ]
    }
  }
}