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) utilize os.getenv for broker URLs and passwords. The scripts/generate-config.sh script automatically creates a .env.example and updates .gitignore to 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, and flower, 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
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:48 PM