dj-scaffold
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs several standard Python libraries including Django, Django-Ninja, Pydantic, and Celery via the
uvpackage manager. These are well-known packages used for web and API development. - [EXTERNAL_DOWNLOADS]: The skill installs 'pyrefly', which is a tool provided by the author of this skill (dvf) for static analysis in Django projects.
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute
uvfor dependency management and to run project validation commands such asruff,pytest, andmanage.py check. - [DYNAMIC_EXECUTION]: The provided Python templates include the use of
django.utils.module_loading.import_stringwithin a Celery task to dynamically load and execute signal receivers. This is a standard Django pattern for executing background tasks based on string identifiers.
Audit Metadata