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, and az 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 the ask_user function for any operations that could lead to data loss or resource deletion, such as azd down or az 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
Risk Level
SAFE
Analyzed
Mar 6, 2026, 09:36 PM