celery
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for Celery and Django integration, providing well-documented patterns for distributed workers and task routing.
- [SAFE]: Secret management practices are correctly demonstrated, utilizing environment variables (e.g.,
os.environ.get) and KubernetessecretKeyRefto avoid hardcoding sensitive credentials. - [SAFE]: Deployment configurations for Docker Compose, Kubernetes, and Systemd follow standard security and operational guidelines, such as running services as non-root users and using secure network targets.
- [SAFE]: External dependencies referenced (e.g.,
django-celery-beat,django-celery-results,flower) are official and widely recognized packages within the Python and Celery ecosystems. - [SAFE]: The inclusion of an
Internal HTTP Client Patterndemonstrates a secure method for workers to communicate with backend APIs without requiring direct database access, effectively implementing the principle of least privilege.
Audit Metadata