The skill performs cloud reconnaissance and is vulnerable to supply chain
Claims to do
Azure Kubernetes Service: > **AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE** > > This skill produces a **recommended AKS cluster configuration** based on user requirements, distinguishing **Day-0 decisions** (networking, API server — hard to change later) from **Day-1 features** (can enable post-creation). See [CLI reference](./references/cli-reference.md) for commands.
Actually does
This skill primarily uses `mcp_azure_mcp_aks` to discover and interact with Azure Kubernetes Service (AKS) specific tools, falling back to Azure CLI commands like `az aks create`, `az aks show`, `kubectl get`, and `kubectl describe`. It accesses Azure subscription and resource group information via `az account show` / `az account list` and references Microsoft Learn documentation for guidance.
Cloud identity probing — discovers cloud account identity or queries instance metadata
az account show
The skill dynamically discovers and uses MCP tools. If the MCP server or the tools it surfaces are compromised, this mechanism could lead to the execution of malicious tools, representing a supply chain risk.
Rules: ...discover the exact AKS-specific MCP tools surfaced by the client. Choose the smallest discovered AKS tool...
The skill explicitly uses `az account show` and `az account list` for subscription and resource scope discovery. While intended for legitimate context resolution, these commands can be used for enumerating cloud resources.
Guardrails / Safety: ...Discover subscription and resource scope via MCP tools... or `az account show` / `az account list`...
The skill loads content from local markdown reference files (e.g., `azure-aks-rightsizing.md`). If these files are tampered with, they could inject malicious instructions or data into the agent's RAG context, influencing its reasoning or actions.
| Pod Rightsizing | ... | [azure-aks-rightsizing.md](./references/azure-aks-rightsizing.md) |
[](https://mondoo.com/ai-agent-security/skills/github/microsoft/azure-skills/azure-kubernetes)<a href="https://mondoo.com/ai-agent-security/skills/github/microsoft/azure-skills/azure-kubernetes"><img src="https://mondoo.com/ai-agent-security/api/badge/github/microsoft/azure-skills/azure-kubernetes.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/microsoft/azure-skills/azure-kubernetes.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.