Skip to content
VS Code

cloud-audit for VS Code

io.github.gebalamariusz/cloud-audit

AWS security scanner with attack chain detection, IAM privilege escalation, and fixes

client:VS Code transport:stdio runtime:pypi

Install cloud-audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "cloud-audit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cloud-audit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cloud-audit in other clients