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_modulesordiscover_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 inenqueue_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 viamax_argument_identity_bytes).- [COMMAND_EXECUTION]: The documentation describes the use of thelitestar queuesCLI 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