litestar-realtime

Pass

Audited by Gen Agent Trust Hub on Sep 19, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implements strong security patterns for WebSocket communication, including JWT authentication via query parameters and multi-tenant authorization guards to ensure data isolation between workspaces and users.
  • [SAFE]: Event payloads are strictly typed using msgspec.Struct and CamelizedBaseStruct, which prevents schema confusion and ensures data integrity across service boundaries.
  • [SAFE]: The documentation provides clear guidance on selecting appropriate backends based on the existing infrastructure, discouraging unnecessary expansion of the attack surface (e.g., avoiding adding Redis solely for messaging if PostgreSQL is already in use).
  • [SAFE]: The skill correctly manages connection lifecycles using context managers for subscriptions and provides idempotency mechanisms (sliding window deduplication) to handle at-least-once delivery semantics safely.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 19, 2026, 07:08 PM
Security Audit — agent-trust-hub — litestar-realtime