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.

Sue-Ann-CliniContact/cc_bridge

https://github.com/Sue-Ann-CliniContact/cc_bridge · scanned 2026-06-16 00:24 UTC (2 months, 2 weeks ago)

130 raw signals (0 security + 130 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 126 actionable findings from 1 signal source. 4 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
Django view `partner_landing` may be unauthenticated — partners/views.py:155
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:155.
partners/views.py:155
#2
Django view `partner_verify` may be unauthenticated — partners/views.py:426
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:426.
partners/views.py:426
#3
Django view `operator_partners` may be unauthenticated — partners/views.py:710
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:710.
partners/views.py:710
#4
Django view `operator_partner_resolve` may be unauthenticated — partners/views.py:770
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:770.
partners/views.py:770
#5
Django view `operator_dripify` may be unauthenticated — partners/views.py:823
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:823.
partners/views.py:823
#6
Django view `operator_dripify_set_project` may be unauthenticated — partners/views.py:940
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:940.
partners/views.py:940
#7
Django view `operator_dripify_create_mapping` may be unauthenticated — partners/views.py:955
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:955.
partners/views.py:955
#8
Django view `operator_dripify_recompute_counters` may be unauthenticated — partners/views.py:1087
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:1087.
partners/views.py:1087
#9
Django view `operator_dripify_hard_reset` may be unauthenticated — partners/views.py:1110
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:1110.
partners/views.py:1110
#10
Django view `operator_dripify_delete_mapping` may be unauthenticated — partners/views.py:1149
GapSeverity.MEDIUM Layer.SECURITY score 0.315
Why: medium severity · OWASP-class risk
Fix: Add `@login_required` (function view) or `LoginRequiredMixin` (CBV) in partners/views.py:1149.
partners/views.py:1149

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/1cd9803c-e005-44e1-8a0f-c243bb7521b5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1cd9803c-e005-44e1-8a0f-c243bb7521b5/

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.