celery
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational and implementation guide for Celery 5.6.3. All content is derived from official documentation and well-known community practices.
- [EXTERNAL_DOWNLOADS]: The skill includes installation commands for the
celerypackage and its official extensions (e.g.,redis,librabbitmq) from PyPI, which is a standard and safe registry. - [COMMAND_EXECUTION]: The skill provides examples of standard CLI commands for starting Celery workers, beat schedulers, and monitoring tools like Flower. These are typical administrative commands for the technology described.
- [DATA_EXPOSURE]: The documentation correctly advises using environment variables for sensitive credentials (e.g., broker passwords) rather than hardcoding them, aligning with security best practices.
- [NO_CODE]: The included Python script
check-updates.pyis a utility for maintainers to verify version consistency and file integrity. It performs read-only operations on local files and standard version checks against the public PyPI API.
Audit Metadata