GitHub Actions & CI/CD security scanner. Detects 30+ attack patterns including HackerBot-Claw campaign vectors. CLI + MCP server + SARIF output.
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"
]
}
}
}
Run in terminal:
claude mcp add kryptonclaw cargo run -- kryptonclaw
Add to .cursor/mcp.json:
{
"mcpServers": {
"kryptonclaw": {
"command": "cargo",
"args": [
"run",
"--",
"kryptonclaw"
]
}
}
}