litestar-realtime
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides technical documentation and code patterns for implementing WebSockets, Server-Sent Events (SSE), and the Litestar Channels plugin.
- [SAFE]: Authentication guidance correctly identifies that WebSocket connections cannot use standard HTTP Authorization headers and suggests the secure use of query-parameter based tokens validated via guards.
- [SAFE]: Multi-tenant isolation is encouraged through the use of authorization guards and scoped channel naming conventions (e.g.,
workspace:{id}:events). - [SAFE]: External references are limited to official Litestar documentation (
docs.litestar.dev), which is an authoritative and trusted source for the framework. - [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or unauthorized command execution were detected. All code examples focus on standard framework application logic.
Audit Metadata