observability
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard observability features such as request tracing and structured logging for Cloudflare Workers. It follows platform best practices by using the
waitUntillifecycle method to ensure logging operations do not block the request-response cycle. - [DATA_EXFILTRATION]: The skill captures request metadata (headers, URL, method) and application state (error messages, stack traces) to send to an external collector service via a service binding (
env.LOG_COLLECTOR). This behavior is the primary intended function of the skill for monitoring purposes.
Audit Metadata