azure-validate
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [Infrastructure and Tooling Validation]: The skill utilizes established command-line interfaces such as the Azure CLI, Azure Developer CLI, and Terraform to perform infrastructure checks. These operations are consistent with the skill's stated purpose of verifying deployment readiness.
- [Local Configuration Management]: It manages environment variables and build contexts, including the generation of lock files (e.g., using
npm install --package-lock-only). These are standard development practices to ensure consistent and reproducible build environments. - [Static Analysis of Project Files]: The skill performs read operations on project files like
azure.yaml, Bicep, and Terraform templates to validate resource configurations and RBAC role assignments. This represents a passive validation check intended to prevent deployment-time errors. - [User-Centric Security Controls]: It implements mandatory user confirmation for environment setup and potentially impactful actions, ensuring that the user maintains oversight and control over the infrastructure lifecycle.
Audit Metadata