azure-quotas
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- Azure CLI Extension Management: The skill's scripts include logic to automatically install the official
quotaextension for the Azure CLI if it is missing. This is a standard and appropriate configuration step for the skill's core functionality. - Subscription and Resource Data Retrieval: The skill uses standard Azure CLI commands such as
az account showandaz quota listto identify the active subscription and fetch resource usage data. This access is limited to the information necessary for quota management. - Structured Data Handling: The provided Bash script utilizes a localized Python snippet to process JSON output from the Azure CLI. This technique is a common, safe practice for handling structured data in shell environments and does not involve arbitrary code execution.
- Capacity Calculation Logic: The scripts perform basic arithmetic to calculate available resource capacity (Limit minus Usage). This logic is contained within the local scripts and does not interact with external, untrusted sources.
Audit Metadata