azure-validate
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Infrastructure Validation: The skill executes commands to validate Bicep and Terraform configurations, such as
az deployment validateandterraform plan, ensuring syntax and deployment logic are correct. - Authentication and Configuration Checks: It verifies Azure account status and environment variables (using
az account showandazd env get-values) to prevent deployment failures due to misconfiguration. - Policy and Role Verification: The skill includes checks for Azure Policy compliance and RBAC role assignments, verifying that identities have the necessary data-plane permissions (e.g., 'Storage Blob Data Contributor').
- Project-Specific Validation: For .NET Aspire and Azure Functions projects, it performs targeted checks for secret storage and container registry configuration.
- Indirect Prompt Injection Surface: The skill ingests data from local project files including
azure.yamland infrastructure templates (Ingestion points). It lacks explicit boundary markers in the instructions for these file reads. The skill possesses capabilities to execute shell commands and modify local deployment plans (Capability inventory). Sanitization and validation are delegated to the underlying CLI tools likeazdandterraform(Sanitization).
Audit Metadata