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.

salafan391-ai/car_aucttions_multi_site

https://github.com/salafan391-ai/car_aucttions_multi_site · scanned 2026-06-16 00:00 UTC (2 months, 3 weeks ago)

141 raw signals (3 security + 138 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 128 actionable findings from 2 signal sources. 17 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
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
Public display field 'name' saved without validation in site_shop/views.py:131
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity · OWASP-class risk
Fix: Add server-side validation for the public label in site_shop/views.py:131: reject URL schemes, `www.`, domain-like values, HTML angle brackets, and control/bidi characters; keep real URLs in URL fields.
site_shop/views.py:131
#2
Public display field 'name' saved without validation in tenants/views.py:20
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity · OWASP-class risk
Fix: Add server-side validation for the public label in tenants/views.py:20: reject URL schemes, `www.`, domain-like values, HTML angle brackets, and control/bidi characters; keep real URLs in URL fields.
tenants/views.py:20
#3
Public display field 'first_name' saved without validation in cars/views.py:2043
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity · OWASP-class risk
Fix: Add server-side validation for the public label in cars/views.py:2043: reject URL schemes, `www.`, domain-like values, HTML angle brackets, and control/bidi characters; keep real URLs in URL fields.
cars/views.py:2043
#4
Public display field 'last_name' saved without validation in cars/views.py:2044
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity · OWASP-class risk
Fix: Add server-side validation for the public label in cars/views.py:2044: reject URL schemes, `www.`, domain-like values, HTML angle brackets, and control/bidi characters; keep real URLs in URL fields.
cars/views.py:2044
#5
Django view `parts_list` may be unauthenticated — site_shop/views.py:88
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in site_shop/views.py:88.
site_shop/views.py:88
#6
Django view `accessories_list` may be unauthenticated — site_shop/views.py:92
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in site_shop/views.py:92.
site_shop/views.py:92
#7
Django view `parts_detail` may be unauthenticated — site_shop/views.py:113
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in site_shop/views.py:113.
site_shop/views.py:113
#8
Django view `accessories_detail` may be unauthenticated — site_shop/views.py:117
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in site_shop/views.py:117.
site_shop/views.py:117
#9
Django view `site_car_list` may be unauthenticated — site_cars/views.py:82
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in site_cars/views.py:82.
site_cars/views.py:82
#10
Django view `site_car_detail` may be unauthenticated — site_cars/views.py:393
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in site_cars/views.py:393.
site_cars/views.py:393

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.

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/42291b3c-1e24-4074-b7fc-dd530abb1a93/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/42291b3c-1e24-4074-b7fc-dd530abb1a93/

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.