The skill allows powerful Azure resource management and sensitive data querying
Claims to do
Azure AI Gateway: Configure Azure API Management (APIM) as an AI Gateway for governing AI models, MCP tools, and agents.
Actually does
This skill provides Azure CLI (`az`) commands to retrieve Azure API Management (APIM) gateway details, list backends, get subscription keys, discover Azure OpenAI resources, create APIM backends, and grant role assignments. It also includes `curl` commands for testing AI gateway endpoints and references external documentation for applying governance policies.
The skill executes a wide range of Azure CLI commands (`az apim`, `az cognitiveservices`, `az role assignment`). While intended for legitimate configuration, this capability, if exploited via prompt injection or manipulated inputs, could lead to unauthorized resource modification, creation, or deletion within the Azure environment.
az apim show --name <apim-name> ... az apim backend create ... az role assignment create ...
The skill uses Azure CLI commands to query sensitive information such as API Management gateway URLs, backend details, subscription keys, and Cognitive Services account lists. If an attacker can control the execution or parameters, this could lead to unauthorized information disclosure or reconnaissance of the Azure environment.
az apim show ... --query "gatewayUrl" az apim subscription keys list ... az cognitiveservices account list ...
The skill includes a command to create Azure role assignments (`az role assignment create`). This powerful capability, if misused or if the `assignee` or `role` parameters are manipulated, could lead to unauthorized privilege escalation or granting of excessive permissions within the Azure subscription.
az role assignment create --assignee <apim-principal-id> --role "Cognitive Services User" --scope <aoai-resource-id>
[](https://mondoo.com/ai-agent-security/skills/github/microsoft/azure-skills/azure-aigateway)<a href="https://mondoo.com/ai-agent-security/skills/github/microsoft/azure-skills/azure-aigateway"><img src="https://mondoo.com/ai-agent-security/api/badge/github/microsoft/azure-skills/azure-aigateway.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/microsoft/azure-skills/azure-aigateway.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.