Scan AI agent skills and MCP servers for prompt injection, data leaks, and supply-chain threats to secure production environments.
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": "npx",
"args": [
"-y",
"salasi1204/aguara"
]
}
}
}
Run in terminal:
claude mcp add aguara npx -y salasi1204/aguara
Add to .cursor/mcp.json:
{
"mcpServers": {
"aguara": {
"command": "npx",
"args": [
"-y",
"salasi1204/aguara"
]
}
}
}