This skill performs Azure resource reconnaissance and administrative actions, posing
Claims to do
Azure Quotas - Service Limits & Capacity Management: > **AUTHORITATIVE GUIDANCE** — Follow these instructions exactly for quota management and capacity validation.
Actually does
This skill primarily uses the Azure CLI `az quota` extension to list, show, and update Azure subscription quotas and usage across various resource providers. It guides users to install the extension, discover quota resource names, and execute commands to check limits, compare regional capacity, and request quota increases, while explicitly discouraging the use of the Azure Portal or REST API as primary tools.
Cloud identity probing — discovers cloud account identity or queries instance metadata
az account show
The skill's core functionality involves executing Azure CLI commands, including administrative actions like installing extensions, registering providers, and modifying resource quotas. This grants significant control over Azure resources.
az extension add --name quota, az quota update, az provider register --namespace Microsoft.Quota
The skill provides `bash` command examples with placeholders (e.g., `<subscription-id>`). If an agent populates these from untrusted user input without proper sanitization, it could lead to command injection.
az quota list --scope /subscriptions/<subscription-id>/providers/Microsoft.Compute/locations/eastus
The skill instructs the agent to use Azure CLI commands like `az quota list` and `az account show` to enumerate Azure resources and subscription details, which constitutes a reconnaissance capability.
az quota list, az account show
The skill uses highly authoritative and directive language to enforce specific tool usage and workflows. While intended for best practices in this context, such patterns could be used to manipulate agent reasoning in other scenarios.
> **AUTHORITATIVE GUIDANCE** — Follow these instructions exactly for quota management and capacity validation.
[](https://mondoo.com/ai-agent-security/skills/github/microsoft/azure-skills/azure-quotas)<a href="https://mondoo.com/ai-agent-security/skills/github/microsoft/azure-skills/azure-quotas"><img src="https://mondoo.com/ai-agent-security/api/badge/github/microsoft/azure-skills/azure-quotas.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/microsoft/azure-skills/azure-quotas.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.