azure-validate
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Infrastructure Validation Commands: The skill executes standard validation routines using established tools such as the Azure CLI (az), Azure Developer CLI (azd), Terraform, and Docker. These operations are used to perform syntax checks, linting, and dry-run previews (e.g., 'azd provision --preview', 'terraform plan') which are industry-standard practices for infrastructure-as-code readiness.
- Automated Extension Management: It includes instructions to install necessary command-line tools using a specialized extension manager when they are not present. This ensures the environment has the correct vendor-provided software required for the validation process.
- Strict Workflow Enforcement: The skill enforces a sequential deployment process by requiring an approved plan file ('.azure/plan.md') from a previous preparation step. This design acts as a procedural safeguard to ensure that deployments are based on authorized configurations.
- Environment and Identity Verification: The routines include checks for Azure authentication, subscription context, and resource group availability. These steps are used to verify that the agent has the necessary permissions and is targeting the correct environment before proceeding with deployment activities.
- Policy and Compliance Checks: It incorporates calls to Azure Policy validation tools, allowing for the verification of resource compliance against organizational governance rules prior to deployment.
Audit Metadata