azure-monitor-query-py
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill provides documentation and examples for using the official
azure-monitor-queryPython package. - [CREDENTIALS_UNSAFE]: The skill correctly uses
DefaultAzureCredentialfrom theazure-identitypackage, which is the recommended practice for secure authentication in Azure. It avoids hardcoding secrets and instead uses environment variables for configuration (e.g.,AZURE_LOG_ANALYTICS_WORKSPACE_ID). - [COMMAND_EXECUTION]: The skill includes a standard installation command
pip install azure-monitor-query. This is a routine operation for Python skills and targets a well-known, official library. - [EXTERNAL_DOWNLOADS]: The skill references the official Azure SDK for Python repository on GitHub and suggests installing the official package from PyPI. These are well-known and trusted sources.
Audit Metadata