customize
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill utilizes the Azure CLI (
az) to perform resource management tasks such as listing models, checking quotas, and creating deployments. These operations are standard for Azure administration and are executed within the user's authenticated context. - [Azure Management Integration]: The workflow interacts with official Azure Resource Manager (ARM) endpoints (
management.azure.com) viaaz restto handle advanced deployment configurations. This is a legitimate use of Azure APIs for features not yet fully exposed in the standard CLI commands. - [Resource Configuration]: The skill includes logic to validate user input for capacity and SKU selections against live quota data, helping to prevent deployment errors before they occur.
- [Environment Variable Usage]: It optionally reads the
PROJECT_RESOURCE_IDenvironment variable to improve user experience by reducing repetitive prompts, which is a standard practice in developer tools. - [Dependency Usage]: Some example scripts use
jqfor JSON processing. While common in shell environments, users should ensure it is available if they choose to run those specific script snippets manually.
Audit Metadata