Senior Django Developer

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only Django coding skill whose strict file-editing and setup guidance is disclosed and mostly aligned with its purpose, but users should watch for broad edits and unpinned dependency setup.

This skill appears safe to use as a Django coding assistant. Before applying its output, review broad file rewrites carefully and consider asking for minimal changes when needed. For new projects, review and lock dependency versions before production use.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may modify more of a file than the user specifically requested, which can make reviews larger and introduce unintended changes.

Why it was flagged

This tells the agent to expand an edit request into whole-file cleanup. The artifact also limits structural changes and allows user override, so this is a scope note rather than a concern.

Skill content
When you are asked to edit or extend existing code, you MUST audit the entire file ... You ARE OBLIGATED to fix any stylistic, typing, linting, and docstring violations
Recommendation

If you want a narrow edit, explicitly say 'make minimal changes' or 'do not modify existing code' and review any full-file output before applying it.

What this means

Generated projects may depend on whatever package versions are current at setup time, affecting reproducibility and supply-chain review.

Why it was flagged

The setup guidance installs current package versions rather than specifying exact versions. This is normal for project scaffolding but users should lock and review dependency versions.

Skill content
Framework | Django + Django REST Framework (DRF) — latest via `uv add` ... uv add django djangorestframework pydantic-settings drf-spectacular
Recommendation

Generate and commit a lockfile, review dependency versions, and pin versions for production projects where reproducibility matters.