azure-resource-lookup
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- Azure CLI Integration: The skill utilizes the official Azure CLI (
az) and theresource-graphextension. These are vendor-provided tools for managing Azure environments and are used here for their intended purpose. - Read-Only Resource Discovery: The operations are centered around
az graph query, which provides read-only access to Azure resource metadata via KQL. This allows for inventory and auditing without risk of unauthorized changes to the infrastructure. - Administrative Query Templates: The reference documentation provides standard KQL patterns for common governance tasks, such as finding orphaned resources or auditing tags, which helps administrators maintain compliant environments.
Audit Metadata