fastapi-logging
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard logging and middleware patterns to implement structured JSON logging and request tracing.
- [SAFE]: Ingestion of the X-Correlation-ID header is a standard distributed tracing practice. While it processes untrusted input, the functionality is essential for its primary purpose and follows standard implementation patterns.
- Ingestion points: The X-Correlation-ID header is read in src/app/middleware/correlation_id.py.
- Boundary markers: None.
- Capability inventory: Standard Python logging and response header modification.
- Sanitization: No explicit validation of the correlation ID format.
Audit Metadata