litestar-queues

Pass

Audited by Gen Agent Trust Hub on Aug 21, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [DYNAMIC_EXECUTION]: The skill utilizes dynamic Python module discovery (using task_modules or discover_tasks) and factory loading via CLI arguments (--config-factory). These are standard architectural features of the litestar-queues framework used to locate and initialize user-defined tasks and configurations at runtime.- [INDIRECT_PROMPT_INJECTION]: The skill provides patterns for processing external data (e.g., from path parameters in enqueue_report) within background tasks. This represents an indirect injection surface; however, the skill mitigates risks by documenting boundary markers (explicit task registration), capability inventory (restricted to configured backends), and sanitization mechanisms (error sanitizers and argument size bounding via max_argument_identity_bytes).- [COMMAND_EXECUTION]: The documentation describes the use of the litestar queues CLI for managing worker processes, running maintenance tasks, and manual task execution. These are standard operational tools for the library.- [EXTERNAL_DOWNLOADS]: The documentation refers to standard package installation commands (e.g., pip install) for optional backend dependencies such as SQS, Kafka, or Cloud Run. These are standard library installation procedures.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 21, 2026, 10:55 AM
Security Audit — agent-trust-hub — litestar-queues