celery-config-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill consists of configuration templates and utility scripts for Celery integration. No malicious patterns, obfuscation, or backdoors were detected.
- [CREDENTIALS_SAFE] (SAFE): All templates (e.g.,
templates/config-redis.py,templates/celery-app-django.py) utilizeos.getenvfor broker URLs and passwords. Thescripts/generate-config.shscript automatically creates a.env.exampleand updates.gitignoreto prevent secret exposure. - [COMMAND_EXECUTION] (SAFE): Shell scripts (
scripts/generate-config.sh,scripts/test-broker-connection.sh) are used for local file management and connectivity testing. They include argument validation and do not execute untrusted remote content. - [EXTERNAL_DOWNLOADS] (SAFE): While the documentation recommends installing packages like
celery,redis, andflower, these are standard industry tools from the official PyPI registry. - [PROMPT_INJECTION] (SAFE): No instructions attempting to override AI safety filters or exfiltrate system prompts were found in the markdown or code comments.
Audit Metadata