serilog
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices by including a dedicated section warning users not to log sensitive data like passwords, tokens, or PII (Personally Identifiable Information).
- [SAFE]: It correctly promotes structured logging message templates instead of string interpolation. This is a key security measure that prevents log injection/forging attacks by treating data as properties rather than part of the log format string itself.
- [SAFE]: The configuration examples use standard local development endpoints (e.g., localhost for Seq and OTLP) and reference official, well-known libraries in the Serilog ecosystem.
Audit Metadata