rust-observability
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard observability patterns using established Rust crates without any suspicious or malicious code structures.
- [SAFE]: Demonstrates secure logging practices by explicitly using the tracing
skipattribute to prevent sensitive data like passwords from being captured in logs. - [SAFE]: Properly sanitizes untrusted input from HTTP headers by validating and parsing the x-request-id as a UUID before use.
- [SAFE]: Configures network operations for monitoring (OTLP and Prometheus) to use standard local or internal endpoints (localhost:4317 and port 9090).
Audit Metadata