Security scanner for AI agent skills and MCP servers. Static analysis, incident response, no LLM. One binary. Detection engine behind oktsec.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aguara": {
"command": "go",
"args": [
"run",
"github.com/garagon/aguara@latest"
]
}
}
}
Run in terminal:
claude mcp add aguara go run github.com/garagon/aguara@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"aguara": {
"command": "go",
"args": [
"run",
"github.com/garagon/aguara@latest"
]
}
}
}