azure-cost-calculator
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs deterministic Azure cost estimation by querying the public endpoint
prices.azure.com. - No sensitive data (credentials, keys, or private environment variables) is accessed or exfiltrated.
- The included Bash and PowerShell scripts are well-structured and use standard system utilities (
curl,jq,pwsh). - Security measures are implemented in the query construction logic: both the Bash (
build_odata_filter) and PowerShell (Build-ODataFilter) library functions correctly escape single quotes in OData filters to prevent injection attacks against the pricing API. - The workflow instructions emphasize arithmetic verification and user clarification, reducing the risk of hallucinated or misleading cost data.
- Network operations are strictly limited to the official Microsoft Retail Prices API.
Audit Metadata