e2e-fabric-cost-estimation

Pass

Audited by Gen Agent Trust Hub on Jul 30, 2026

Risk Level: SAFE
Full Analysis
  • [Authenticated API Access]: The skill uses the Azure CLI (az rest) and standard REST API calls to interact with official cloud management services. This is a standard method for accessing subscription-level cost and resource data within a development or architectural context. The instructions guide the agent to use authorized bearer tokens rather than hardcoding credentials.
  • [Live Pricing Integration]: To ensure accuracy, the skill fetches real-time data from the Azure Retail Prices API. This is a public, unauthenticated endpoint provided by Microsoft for programmatic access to pricing. Using this live source is a best practice to avoid the risks associated with stale or inaccurate hardcoded financial data.
  • [Infrastructure Discovery]: The skill utilizes official Fabric and Azure Resource Manager (ARM) APIs to discover capacity details like region and SKU. These operations are scoped to the intended functionality of capacity sizing and migration planning.
  • [Standard Tooling]: The use of common utilities such as curl, jq, and git for data retrieval and version verification is consistent with typical developer workflows. The skill's update mechanism involves reading package metadata from a remote repository, which is a common pattern for maintaining tool integrity.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 30, 2026, 08:05 PM
Security Audit — agent-trust-hub — e2e-fabric-cost-estimation