deploy-model
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- Command Execution: The skill utilizes standard Azure CLI commands (
az cognitiveservices) for administrative tasks such as listing models and checking resource usage. This behavior is transparent and consistent with the skill's documented purpose of managing Azure resources. - User Confirmation Controls: The instructions include a mandatory confirmation step that displays target projects and regions to the user before deployment. This acts as a safeguard against accidental or unauthorized resource provisioning.
- Data Handling: The skill reads configuration from the
PROJECT_RESOURCE_IDenvironment variable, which is a standard method for maintaining project context in developer environments. - Utility Scripts: The provided PowerShell and Bash scripts are used to generate deep-links to the Azure AI Foundry portal. While these scripts use Base64 encoding to format the subscription ID into the URL path, they target the official
ai.azure.comdomain and perform no network operations or external data exfiltration.
Audit Metadata