django-celery-expert
Audited by Runlayer on Feb 27, 2026
Malicious tool definition detected
Malicious tool definition detected
Tool passed security scan
Malicious tool definition detected
Description: objects pass ``` ## Security Settings ### Secure Serialization ```python # Only accept JSON (never use pickle in production with untrusted data) CELERY_ACCEPT_CONTENT = ['json'] CELERY_TASK_SERIALIZER = 'json' CELERY_RESULT_SERIALIZER = 'json' # Content signing (for pickle if absolutely needed) CELERY_TASK_SERIALIZER = 'auth' CELERY_SECURITY_KEY = '/path/to/private.key' CELERY_SECURITY_CERTIFICATE = '/path/to/certificate.pem' CELERY_SECURITY_CERT_STORE = '/path/to/certs/' ``` ### Ra
Tool passed security scan
Passed Files (5)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan