create-structured-logger
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides static templates and examples for generating structured logging infrastructure in PHP. Analysis of the code templates reveals no malicious behavior or security vulnerabilities.
- [SAFE]: Correlation ID handling includes robust input validation using a strict UUID v4 regular expression pattern in the
CorrelationIdvalue object. - [SAFE]: The UUID generation logic uses
random_int, which is a cryptographically secure pseudo-random number generator in PHP. - [SAFE]: The
CorrelationIdMiddlewareimplementation follows best practices by using afinallyblock to reset the global state inCorrelationIdHolder, preventing potential context leakage in persistent execution environments.
Audit Metadata