azure-monitor-ingestion-py
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires standard, official Microsoft packages (
azure-monitor-ingestionandazure-identity) from the Python Package Index (PyPI). It also references the official Microsoft Azure SDK repository on GitHub for documentation and acceptance criteria. - [COMMAND_EXECUTION]: The code samples demonstrate reading log data from local storage (
logs.json) and retrieving configuration from environment variables. There are no instances of arbitrary command execution, shell spawning, or unsafe subprocess calls. - [DATA_EXFILTRATION]: Network traffic is restricted to sending telemetry data to legitimate Azure Monitor endpoints. The target URLs are constructed from user-provided environment variables and point to official Azure domains (
*.monitor.azure.comor*.monitor.azure.us). - [SAFE]: The skill does not contain any evidence of prompt injection, obfuscation, hardcoded credentials, or persistence mechanisms. It promotes the use of managed identities and standard SDK features for secure operation.
Audit Metadata