Openclaw Diagnostics Otel 2026.5.12 Beta.6.Tgz

PassAudited by VirusTotal on May 7, 2026.

Findings (1)

Package: @openclaw/diagnostics-otel (npm) Version: 2026.5.7 Description: OpenClaw diagnostics OpenTelemetry exporter This package functions as an OpenTelemetry (OTel) exporter for OpenClaw diagnostic events (traces, metrics, and logs). It uses standard OTel SDK components (OTLP exporters, NodeSDK, Meters, Tracers) to convert internal OpenClaw events into OTLP data and send them to configured endpoints. The implementation includes robust security controls: it utilizes `redactSensitiveText` from the host SDK extensively to sanitize attributes and content, limits string lengths (`MAX_OTEL_LOG_BODY_CHARS`, `MAX_OTEL_CONTENT_ATTRIBUTE_CHARS`), filters out internal sensitive IDs (`DROPPED_OTEL_ATTRIBUTE_KEYS`), and defends against prototype pollution by blocking specific attribute keys (`__proto__`, `constructor`). The code logic is entirely focused on safe, structured instrumentation and telemetry export.