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.
60 of your 78 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

hacksider/Deep-Live-Cam

https://github.com/hacksider/Deep-Live-Cam · scanned 2026-06-05 06:52 UTC (6 days, 1 hour ago) · 10 languages

206 raw signals (74 security + 132 graph) 11/13 scanners ran 45th percentile · Python · small (2-20K LoC) System graph score 95 (lower by 30)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 6 days, 1 hour ago · v2 · 68 actionable findings from 2 signal sources. 72 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 75.0 0.15 11.25
security_score 100.0 0.25 25.00
testing_score 17.0 0.20 3.40
documentation_score 76.0 0.15 11.40
practices_score 60.0 0.15 9.00
code_quality 49.0 0.10 4.90
Overall 1.00 65.0
security_score may be inflated — optional security scanners were skipped on this 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
Insecure pattern 'eval_used' in tkinter_fix.py:16
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
tkinter_fix.py:16
#2
Insecure pattern 'eval_used' in modules/tkinter_fix.py:13
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
modules/tkinter_fix.py:13
#3
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#4
Very low test-to-source ratio
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity
#5
Network/subprocess call without timeout or try/except — modules/utilities.py:297
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in modules/utilities.py:297 to prevent hung calls.
#6
Possibly dead Python function: patched_init
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in tkinter_fix.py:11; if framework-registered, add a docstring.
tkinter_fix.py:11
#7
Possibly dead Python function: capture_thread
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in benchmark_pipeline.py:75; if framework-registered, add a docstring.
benchmark_pipeline.py:75
#8
Possibly dead Python function: imread_unicode
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in modules/__init__.py:6; if framework-registered, add a docstring.
modules/__init__.py:6
#9
Possibly dead Python function: imwrite_unicode
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in modules/__init__.py:10; if framework-registered, add a docstring.
modules/__init__.py:10
#10
Possibly dead Python function: set_frame_callback
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in modules/video_capture.py:157; if framework-registered, add a docstring.
modules/video_capture.py:157

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/932f47e2-2b6a-481c-8560-d9bd8e94e34f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/932f47e2-2b6a-481c-8560-d9bd8e94e34f/

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.