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 uv package 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 uv for dependency management and to run project validation commands such as ruff, pytest, and manage.py check.
  • [DYNAMIC_EXECUTION]: The provided Python templates include the use of django.utils.module_loading.import_string within 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
Risk Level
SAFE
Analyzed
Apr 15, 2026, 01:58 PM