azure-cost-optimization
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [Authentication Best Practices]: The skill includes comprehensive guidance on using Managed Identities and Azure RBAC (Role-Based Access Control). This documentation correctly discourages the use of hardcoded credentials and aligns with standard security recommendations for production environments.
- [Data Retrieval from Verified Sources]: To provide accurate cost estimates, the skill utilizes the
fetch_webpagetool to obtain pricing information directly from official Azure pricing pages. These operations target well-known vendor domains and are restricted to retrieving informational content. - [Resource Analysis and Tooling]: The skill integrates Azure Quick Review (azqr), a tool used for identifying orphaned resources and compliance issues. The instructions provided ensure that analysis is performed locally using the Azure CLI and authorized service connections.
- [Structured Data Management]: Cost data is queried using official Azure Resource Manager (ARM) REST APIs. The skill manages the lifecycle of this data by storing audit logs in a designated
output/folder and cleaning up temporary query templates, ensuring data integrity and visibility for the user. - [Safety Controls]: The instructions explicitly emphasize that destructive operations (such as deleting resources) must only be performed with explicit user approval and after validating recommendations against actual cost data.
Audit Metadata