azure-cost
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection Surface]: The skill processes data retrieved from external Azure APIs (Cost Management, Monitor, Resource Graph) and CLI tool outputs (kubectl, azqr) which is then used to generate reports and commands. While typical for management tools, this represents an attack surface where maliciously crafted resource metadata (e.g., resource tags or names) could theoretically influence agent behavior.
- Ingestion points: Data enters the context via
az restresponses incost-query/workflow.md,kubectl topoutputs incost-optimization/azure-aks-anomalies.md, and Azure Resource Graph queries incost-optimization/azure-resource-graph.md. - Boundary markers: The skill does not explicitly define custom delimiters for external data ingestion within its instructions.
- Capability inventory: The skill utilizes command execution via
az,kubectl, andazqr, and performs file operations such ascreate_fileandRemove-Itemincost-optimization/report-template.md. - Sanitization: No specific sanitization logic for external resource metadata is described in the instruction set beyond standard agent processing.
Audit Metadata