Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
69
69%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Security
1 high severity finding. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The prompt includes plaintext credentials and example secrets directly in commands and CI env (e.g., DJANGO_SECRET_KEY: test-secret-key, DATABASE_URL with password, and a superuser created with password 'admin'), which forces the agent to emit secret values verbatim if it reproduces those steps or templates.