Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

django

https://github.com/django/django · scanned 2026-05-16 16:20 UTC (1 day, 4 hours ago) · 10 languages

549 findings (48 legacy + 501 scanner) 8/10 scanners ran 75th percentile · Python · huge (>500K LoC) Scanner says 73 (higher by 2)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 day, 4 hours ago · v1 · 549 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
{# ── 2026-05-17 R27 #5: score breakdown panel ────────────────────── Surfaces the score_breakdown JSON that's been silently stored on Repository for months. Turns hidden math into a trust signal. #}
Score breakdown â 2026-05-17-v4 calibration-aware
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 69.5 0.25 17.38
testing_score 85.0 0.20 17.00
documentation_score 70.0 0.15 10.50
practices_score 90.0 0.15 13.50
code_quality 80.0 0.10 8.00
Overall 1.00 75.4
Calibrated penalty buckets (security_score): web: 1.6 · authz: 1.2 · threat: 27.8
security_score may be inflated — optional scanners skipped due to repo size/fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Possible secret in django/db/backends/oracle/creation.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in django/db/backends/oracle/creation.py:292; move to env var / secrets manager.
django/db/backends/oracle/creation.py:292
#2
Possible secret in django/contrib/auth/management/commands/changepassword.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in django/contrib/auth/management/commands/changepassword.py:17; move to env var / secrets manager.
django/contrib/auth/management/commands/changepassword.py:17
#3
Insecure pattern 'eval_used' in scripts/manage_translations.py:403
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
scripts/manage_translations.py:403
#4
Insecure pattern 'eval_used' in django/db/migrations/questioner.py:168
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
django/db/migrations/questioner.py:168
#5
Insecure pattern 'exec_used' in django/core/management/commands/shell.py:88
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
django/core/management/commands/shell.py:88
#6
Django CBV `TemplateView` lacks `LoginRequiredMixin` — django/views/generic/base.py:221
GapSeverity.MEDIUM Layer.SECURITY score 0.349
Why: medium severity
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in django/views/generic/base.py:221.
django/views/generic/base.py:221
#7
Django CBV `RedirectView` lacks `LoginRequiredMixin` — django/views/generic/base.py:231
GapSeverity.MEDIUM Layer.SECURITY score 0.349
Why: medium severity
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in django/views/generic/base.py:231.
django/views/generic/base.py:231
#8
Django CBV `ProcessFormView` lacks `LoginRequiredMixin` — django/views/generic/edit.py:137
GapSeverity.MEDIUM Layer.SECURITY score 0.349
Why: medium severity
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in django/views/generic/edit.py:137.
django/views/generic/edit.py:137
#9
Django CBV `FormView` lacks `LoginRequiredMixin` — django/views/generic/edit.py:165
GapSeverity.MEDIUM Layer.SECURITY score 0.349
Why: medium severity
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in django/views/generic/edit.py:165.
django/views/generic/edit.py:165
#10
Django CBV `CreateView` lacks `LoginRequiredMixin` — django/views/generic/edit.py:185
GapSeverity.MEDIUM Layer.SECURITY score 0.349
Why: medium severity
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in django/views/generic/edit.py:185.
django/views/generic/edit.py:185

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

{# ── 2026-05-17 Round 14: AI-agent bridge footer ────────────────────── Discoverability: the /agents/voting/ guide + MCP manifest exist but aren't linked from anywhere users actually land. Small, opt-in footer. #}
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/ae0fafd5-ca42-4d82-9dcd-8a318ddbf0a9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ae0fafd5-ca42-4d82-9dcd-8a318ddbf0a9/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.