cost-optimization
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- Data Ingestion Surface: The skill retrieves resource metadata and cost information from Azure APIs like Cost Management, Advisor, and Resource Graph (as seen in references/optimization.md and references/resource-graph.md). While ingesting external data can introduce risks, the skill mitigates this by instructing the agent to use validated server-side projections and avoid local shell parsing of raw response data (SKILL.md).
- Controlled Administrative Tooling: The skill provides guidance for using Azure-specific administrative tools like the Azure CLI or PowerShell (e.g., az rest, Invoke-AzRestMethod) as fallbacks when standard platform tools are unavailable (in references/tool-fallback.md). These instructions emphasize security by requiring that authentication tokens not be exposed and that manual confirmation is obtained for all write operations.
Audit Metadata