The skill uses powerful Azure CLI commands and handles
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
The skill uses Azure CLI (`az`) and Azure MCP tools to list Azure resource groups, query all resources within a specified group, and analyze their configurations and relationships. It then generates a detailed Mermaid architecture diagram and creates a markdown file (`.md`) containing the diagram, a resource inventory, and architectural explanations. It interacts with the user to select a resource group if one is not provided.
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 intended for read-only operations, this capability allows for powerful command execution within the agent's environment, which could be abused if the agent's instructions are manipulated.
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`
The skill includes an explicit instruction to use placeholders for secret values and never expose actual secrets in diagrams. This implies the agent may have access to sensitive data during analysis, relying on a semantic instruction to prevent its exfiltration, which could potentially be bypassed by a malicious prompt.
Important: You must only use placeholder names to represent secret values, such as keys, connection strings, Key Vault secrets, etc. ... Never put secret values in the resource diagram.
[](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.