azure-compute
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [Administrative Command Execution]: The skill provides various Azure CLI (
az) commands for tasks like VM creation, password resets, and network configuration. These are standard administrative actions intended for users managing their own cloud infrastructure. - [Trusted Documentation Access]: The workflows utilize
web_fetchandfetch_webpageto retrieve up-to-date troubleshooting and configuration guidance directly fromlearn.microsoft.com. Using official documentation as a source of truth is a recommended practice for maintaining accuracy. - [Public API Integration]: The skill references the Microsoft Retail Prices API (
prices.azure.com) to provide cost estimates. This is an unauthenticated, public endpoint provided by the vendor for resource pricing. - [Operational Safety Guardrails]: A robust 'Pre-Flight Safety Checks' section is included in the troubleshooting workflow. It requires the agent to verify VM power states and extension health before attempting modifications, which reduces the risk of operational errors.
Audit Metadata