azure-cost-optimization
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFE
Full Analysis
- Standard Cloud Data Ingestion: The skill retrieves cost and utilization data from Microsoft's official management APIs (management.azure.com). This is essential for its purpose of subscription analysis and represents expected functionality.
- Resource Management Surface: It processes data from Azure Resource Graph and Azure Monitor, including resource names and tags. This represents the primary data surface for the skill's optimization logic.
- Ingestion points: Azure Cost Management API, Azure Monitor, and Azure Resource Graph (referenced in SKILL.md and azure-resource-graph.md).
- Boundary markers: Not explicitly defined for API data within the instructions.
- Capability inventory: Local file creation and deletion for report generation and temporary query storage; Azure CLI command execution for data retrieval.
- Sanitization: Processes structured JSON responses from authenticated Azure services.
- Operational File Management: The skill uses a local 'temp/' directory for query templates and an 'output/' directory for final reports. These operations are localized and part of the skill's standard reporting workflow.
- Infrastructure Tooling: It leverages the Azure Quick Review (azqr) tool and official Azure CLI extensions (costmanagement, resource-graph). These are established utilities used for Azure governance and cost identification.
Audit Metadata