The skill exposes Azure API Management subscription keys in plain text within shell commands, risking credential compromise.
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
The skill uses Azure CLI (`az`) to interact with Azure API Management (APIM) and Azure Cognitive Services. It retrieves APIM gateway URLs, lists AI backends, and fetches subscription keys. It can also create APIM backends for Azure OpenAI services, assign necessary roles, and uses `curl` to test the configured AI gateway by making requests to an OpenAI deployment.
The skill demonstrates retrieving and using Azure API Management subscription keys in plain text within shell commands. This practice can expose sensitive credentials if the execution environment is compromised or if command history/logs are accessible.
az apim subscription keys list ...\ncurl ... -H "Ocp-Apim-Subscription-Key: <key>"
[](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.