opentelemetry_sdk
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill guides the user to install well-known, official OpenTelemetry libraries from the standard Python Package Index (PyPI).
- [DATA_EXFILTRATION]: Telemetry data is configured to be sent to an internal endpoint (http://otel-collector:4317). This is a routine operational requirement for monitoring and does not involve sending data to untrusted external domains.
- [SAFE]: The skill explicitly includes a security best practice note in the 'Notes' section, warning developers not to include biometric data such as embeddings or images in spans to maintain GDPR/LOPD compliance.
- [COMMAND_EXECUTION]: Provides standard pip installation commands and Python configuration code for initializing tracers and metrics providers without any suspicious or obfuscated execution patterns.
Audit Metadata