azure-monitor-opentelemetry-ts
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references official Microsoft Azure and OpenTelemetry packages (@azure/monitor-opentelemetry, @opentelemetry/api). These originate from trusted organizations (Microsoft/Azure) and are standard industry tools for observability.
- [CREDENTIALS_UNSAFE] (SAFE): The documentation correctly identifies hardcoded connection strings as an anti-pattern and demonstrates the use of environment variables (APPLICATIONINSIGHTS_CONNECTION_STRING) for secure configuration.
- [DATA_EXFILTRATION] (SAFE): Network operations are directed towards official Azure Monitor endpoints for telemetry ingestion. No unauthorized or suspicious external domains were detected.
- [COMMAND_EXECUTION] (SAFE): Use of standard npm installation commands and Node.js startup flags (--import) is routine for auto-instrumentation and follows official documentation.
Audit Metadata