azure-cost-optimization
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- Cloud Resource Interaction: The skill uses the Azure CLI (
az) and Resource Graph to discover and manage resources. It provides commands for identifying orphaned disks, unattached IPs, and idle load balancers, which is consistent with its intended cost-optimization purpose. - Authentication Best Practices: Included documentation correctly identifies the use of Managed Identities as a best practice for production environments while reserving developer credentials for local use.
- External Data Retrieval: The skill utilizes
fetch_webpageto retrieve current pricing information from official Microsoft domains (azure.microsoft.com). This ensures recommendations are based on validated, up-to-date pricing data. - Report Generation and Auditing: The process includes steps to save raw cost data and query results to an
output/folder, maintaining an audit trail for all recommendations provided to the user. - Resource Management Commands: The skill provides instructions for deleting or rightsizing resources (e.g.,
az redis delete). It includes safety requirements such as obtaining explicit user approval before executing any destructive operations.
Audit Metadata