The skill grants broad Azure CLI access, risking resource modification
Claims to do
Azure Resource Visualizer - Architecture Diagram Generator: A user may ask for help understanding how individual resources fit together, or to create a diagram showing their relationships. Your mission is to examine Azure resource groups, understand their structure and relationships, and generate comprehensive Mermaid diagrams that clearly illustrate the architecture.
Actually does
This skill uses Azure MCP tools and the `az` CLI to list Azure resource groups, query all resources within a selected group, and analyze their configurations and interdependencies. It then generates a detailed Mermaid architecture diagram and a comprehensive markdown file (`[resource-group-name]-architecture.md`) summarizing the architecture, resource inventory, and relationships.
npx skills add https://github.com/microsoft/github-copilot-for-azureThe skill explicitly instructs the agent to use the `az` (Azure CLI) tool for resource discovery and analysis. While the examples provided are read-only, this grants the agent the capability to execute arbitrary `az` commands, which could be exploited for resource modification, deletion, creation, or data exfiltration if the underlying execution environment has sufficient permissions.
If you do not have a tool for this, use `az`. Use Azure CLI for complex queries not available via MCP. Example: `az resource list --resource-group <name> --output json`
The skill references local markdown files (`references/azure-resource-graph.md`, `assets/template-architecture.md`, `assets/example-diagram.md`) for guidance and templates. If these files are compromised in the skill's deployment, they could be used to inject malicious instructions or examples into the agent's knowledge base or output generation process.
[Azure Resource Graph Queries](references/azure-resource-graph.md) See [example-diagram.md](./assets/example-diagram.md) Use [template-architecture.md](./assets/template-architecture.md)
[](https://mondoo.com/ai-agent-security/skills/github/microsoft/github-copilot-for-azure/azure-resource-visualizer)<a href="https://mondoo.com/ai-agent-security/skills/github/microsoft/github-copilot-for-azure/azure-resource-visualizer"><img src="https://mondoo.com/ai-agent-security/api/badge/github/microsoft/github-copilot-for-azure/azure-resource-visualizer.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/microsoft/github-copilot-for-azure/azure-resource-visualizer.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.