azure-monitor-query-java
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- Official Azure SDK Dependencies: The skill correctly identifies and uses official Maven dependencies (
com.azure:azure-monitor-query) from trusted sources, ensuring the integrity of the client libraries used. - Secure Identity Management: The provided examples demonstrate the use of
DefaultAzureCredentialBuilderfrom theazure-identitypackage. This is a security best practice that allows for secure, environment-based authentication without the need for hardcoded secrets or credentials within the code. - Communication with Trusted Endpoints: The skill is configured to interact with official Azure service endpoints (including public and sovereign clouds like Azure China), which are well-known and trusted infrastructure for telemetry data.
- Data Processing Considerations: As an SDK designed to retrieve and display logs and metrics, the skill acts as a conduit for external data. While this presents a standard surface for processing external content, the examples focus on retrieval and display, which is the primary intended purpose of the tool.
Audit Metadata