python-observability
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill acts as a documentation and pattern guide for Python observability. It does not contain any obfuscated code, unauthorized data access patterns, or malicious instructions.
- [EXTERNAL_DOWNLOADS]: The skill references well-known and trusted Python libraries including
structlog,prometheus_client,fastapi,httpx, andopentelemetry. These are industry-standard tools for logging, metrics, and tracing. - [DATA_EXFILTRATION]: The code snippets demonstrate standard observability practices such as propagating correlation IDs in HTTP headers via
httpxand exporting telemetry data to OTLP endpoints using OpenTelemetry. These operations are restricted to the intended purpose of the skill and do not target sensitive local files or credentials.
Audit Metadata