django-celery-expert

Fail

Audited by Runlayer on Feb 27, 2026

Risk Level: HIGH
Scan Summary
Max Score
92%
Files
9
Flagged
4
Chunks
16
Flagged Files (4)
django-celery-expert/references/monitoring-observability.mdHIGH
91.7%

Malicious tool definition detected

django-celery-expert/references/production-deployment.mdMEDIUM
82.1%

Malicious tool definition detected

django-celery-expert/references/configuration-guide.mdMEDIUM
76.9%

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

django-celery-expert/references/periodic-tasks.mdLOW
50.5%

Tool passed security scan

Passed Files (5)Click to expand
django-celery-expert/SKILL.mdOK
39.4%

Tool passed security scan

django-celery-expert/references/README.mdOK
39.4%

Tool passed security scan

django-celery-expert/references/django-integration.mdOK
35.9%

Tool passed security scan

django-celery-expert/references/task-design-patterns.mdOK
25.5%

Tool passed security scan

django-celery-expert/references/error-handling.mdOK
25.2%

Tool passed security scan

Audit Metadata
Max File Score
92%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
9
Files Flagged
4
Chunks Analyzed
16
Analyzed
Feb 27, 2026, 02:00 PM
Security Audit — runlayer — django-celery-expert