ai-python-telemetry

Pass

Audited by Gen Agent Trust Hub on Jul 28, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
  • [Telemetry Content Capture]: The skill documents an opt-in feature capture_content=True (or via the OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT environment variable) that allows the tracing system to capture the content of AI messages. While this is a standard feature for debugging and observability, it is a privacy consideration as it may include sensitive data if the application processes PII or credentials. The skill correctly identifies this as an opt-in configuration.
  • [External Dependency Management]: The instructions reference the ai[otel] extra for Python package installation. This is a standard method for managing optional dependencies in the Python ecosystem to enable OpenTelemetry support. Using official package extras is a secure way to manage library capabilities.
  • [Network Telemetry Export]: The skill describes methods for exporting spans via OTLP exporters and low-level APIs like push_all(payload). These are intended for sending observability data to external telemetry backends (like Jaeger, Honeycomb, or specific vendor platforms). This is standard behavior for telemetry-focused skills.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 28, 2026, 06:10 PM
Security Audit — agent-trust-hub — ai-python-telemetry