azure-deploy
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [Remote Tool Installation]: The skill references a script to install the Azure Developer CLI from a well-known Microsoft domain (aka.ms). This is a standard method for ensuring deployment tools are present in the environment and originates from a verified source.- [Infrastructure Command Execution]: To perform its primary function, the skill executes commands such as
azd up,terraform apply, andaz deployment. These are necessary for automating the provisioning and deployment of Azure resources as requested by the user.- [Destructive Action Safeguards]: The skill mandates the use of theask_userfunction for any operations that could lead to data loss or resource deletion, such asazd downoraz group delete. This design choice ensures that critical actions require explicit user consent.- [Prerequisite Validation Flow]: The skill enforces a strict workflow where a validation step must be completed before any deployment commands are run. This helps identify configuration issues early and prevents failed deployment attempts.
Audit Metadata