FastAPI Background Tasks
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides boilerplate code for common background task frameworks (ARQ, Celery, Dramatiq). All package installations (
pip install arq) and configurations are consistent with official documentation and standard practices. - [SAFE]: Network configurations for Redis brokers and backends use standard patterns and follow security best practices by referencing configuration objects (
settings.redis_password) rather than hardcoding credentials. - [SAFE]: Task examples (email sending, file processing, database cleanup) are functional templates that do not introduce command injection or data exfiltration risks.
Audit Metadata