preset
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill is built around the execution of Azure CLI (
az) commands to manage cloud resources. These operations are performed within the user's active session and are necessary for authenticating, listing available models, and provisioning deployments. - Local Script Interaction: The deployment workflow references helper scripts located in a
scripts/directory, such asgenerate_deployment_name.sh. These scripts are used to automate naming conventions and generate portal links, facilitating a more streamlined user experience. - Management API Integration: The skill uses
az restto communicate with official Microsoft Azure Management endpoints (management.azure.com). This allows the skill to retrieve real-time model capacity data and tenant-level metadata required for specific model provider configurations. - Resource Identification and Parsing: The skill processes project resource identifiers provided by the user to extract subscription and resource group components. This information is used to target management commands to the appropriate Azure environment.
Audit Metadata