← Back to scan
File as GitHub Issue repo: hacksider/Deep-Live-Cam

Push this scan report to hacksider/Deep-Live-Cam

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

`self.btn_random_face` used but never assigned in __init__

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED107 [MINED107] Missing import: `io` used but not imported: The file uses `io.something(...)` … modules/processors/frame/face_swapper.py:399
HIGH MINED108 [MINED108] `self.btn_swap` used but never assigned in __init__: Method `_build_image_row`… modules/ui.py:541
HIGH MINED108 [MINED108] `self.btn_random_face` used but never assigned in __init__: Method `_build_ima… modules/ui.py:529
HIGH MINED108 [MINED108] `self.btn_random_face` used but never assigned in __init__: Method `_build_ima… modules/ui.py:528
HIGH MINED108 [MINED108] `self.btn_random_face` used but never assigned in __init__: Method `_build_ima… modules/ui.py:527
HIGH MINED108 [MINED108] `self.btn_select_source` used but never assigned in __init__: Method `_build_i… modules/ui.py:522
HIGH MINED108 [MINED108] `self.btn_select_target` used but never assigned in __init__: Method `_build_i… modules/ui.py:557
HIGH MINED108 [MINED108] `self._on_select_target` used but never assigned in __init__: Method `_build_i… modules/ui.py:556
HIGH MINED108 [MINED108] `self.target_label` used but never assigned in __init__: Method `_build_image_… modules/ui.py:551
HIGH MINED108 [MINED108] `self.btn_swap` used but never assigned in __init__: Method `_build_image_row`… modules/ui.py:545
HIGH MINED108 [MINED108] `self._on_swap_paths` used but never assigned in __init__: Method `_build_imag… modules/ui.py:544
HIGH MINED108 [MINED108] `self.btn_random_face` used but never assigned in __init__: Method `_build_ima… modules/ui.py:534
HIGH MINED108 [MINED108] `self.btn_select_source` used but never assigned in __init__: Method `_build_i… modules/ui.py:533
HIGH MINED108 [MINED108] `self._on_random_face` used but never assigned in __init__: Method `_build_ima… modules/ui.py:532
HIGH MINED108 [MINED108] `self._on_select_source` used but never assigned in __init__: Method `_build_i… modules/ui.py:525
HIGH MINED108 [MINED108] `self.source_label` used but never assigned in __init__: Method `_build_image_… modules/ui.py:519
HIGH MINED108 [MINED108] `self.btn_select_target` used but never assigned in __init__: Method `_build_i… modules/ui.py:552
HIGH MINED108 [MINED108] `self.target_label` used but never assigned in __init__: Method `_build_image_… modules/ui.py:550
HIGH MINED108 [MINED108] `self.btn_swap` used but never assigned in __init__: Method `_build_image_row`… modules/ui.py:540
HIGH MINED108 [MINED108] `self.btn_random_face` used but never assigned in __init__: Method `_build_ima… modules/ui.py:526
HIGH MINED108 [MINED108] `self.btn_select_source` used but never assigned in __init__: Method `_build_i… modules/ui.py:521
HIGH MINED108 [MINED108] `self.source_label` used but never assigned in __init__: Method `_build_image_… modules/ui.py:518
HIGH MINED108 [MINED108] `self._cancel` used but never assigned in __init__: Method `_hide` of class `T… modules/ui_tooltip.py:66
HIGH MINED108 [MINED108] `self._show` used but never assigned in __init__: Method `_schedule_show` of c… modules/ui_tooltip.py:25
HIGH MINED108 [MINED108] `self._cancel` used but never assigned in __init__: Method `_schedule_show` of… modules/ui_tooltip.py:24
HIGH MINED108 [MINED108] `self._measure_fps` used but never assigned in __init__: Method `start` of cla… modules/video_capture.py:98
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … modules/ui_tooltip.py:68
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … modules/processors/frame/face_enhancer_…:108
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … modules/processors/frame/face_enhancer_…:108
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… run.py:31
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… modules/gpu_processing.py:48
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… benchmark_pipeline.py:85
HIGH MINED115 [MINED115] Action `astral-sh/ruff-action` pinned to mutable ref `@v4.0.0`: `uses: astral-… .github/workflows/ruff.yml:13
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/ruff.yml:12
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_swapper.py:1032
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_swapper.py:561
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_swapper.py:423
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_swapper.py:172
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_enhancer_…:79
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_enhancer_…:74
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_enhancer.…:368
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/_onnx_enhancer…:110
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/_onnx_enhancer…:136
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_masking.py:543
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_masking.py:411
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_enhancer_…:79
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/processors/frame/face_enhancer_…:74
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/ui.py:794
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/ui.py:408
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/utilities.py:347
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/utilities.py:37
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/face_analyser.py:215
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/core.py:220
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/platform_info.py:34
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/platform_info.py:26
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/onnx_optimize.py:124
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/video_capture.py:72
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/video_capture.py:154
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… modules/video_capture.py:108
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … modules/processors/frame/_onnx_enhancer…:93
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… modules/platform_info.py:23
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… modules/gpu_processing.py:48
LOW COMP001 [COMP001] High cognitive complexity: Function `process_frames` has cognitive complexity 9… modules/processors/frame/face_enhancer_…:101
LOW COMP001 [COMP001] High cognitive complexity: Function `build_provider_config` has cognitive compl… modules/processors/frame/_onnx_enhancer…:24
LOW COMP001 [COMP001] High cognitive complexity: Function `capture_thread` has cognitive complexity 1… benchmark_pipeline.py:75
LOW AIC003 Duplicated implementation block across source files modules/processors/frame/face_enhancer_…:8
LOW AIC003 Duplicated implementation block across source files tkinter_fix.py:3
LOW AIC005 Duplicate top-level symbol appears in a patch-style file modules/tkinter_fix.py:1
LOW AIC002 Source file name looks like an AI patch artifact modules/tkinter_fix.py:1
LOW AIC002 Source file name looks like an AI patch artifact tkinter_fix.py:1
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… modules/processors/frame/_onnx_enhancer…:88
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… modules/gpu_processing.py:49
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… benchmark_pipeline.py:86
Reset to top 5 74 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `hacksider/Deep-Live-Cam`

**Score: 88/100 (B-)**  ·  74 findings  ·  scanned 2026-06-05 06:52 UTC  ·  7,901 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 33 |
| MEDIUM | 29 |
| LOW | 8 |

📊 [Full filterable report](https://repobility.com/scan/932f47e2-2b6a-481c-8560-d9bd8e94e34f/)  ·  ![scorecard](https://repobility.com/scan/932f47e2-2b6a-481c-8560-d9bd8e94e34f/report.png?v=1780642322-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `io` used but not imported
   `modules/processors/frame/face_swapper.py:399` · ✓ Repobility
2. **HIGH** `MINED108` — `self.btn_swap` used but never assigned in __init__
   `modules/ui.py:541` · ✓ Repobility
3. **HIGH** `MINED108` — `self.btn_random_face` used but never assigned in __init__
   `modules/ui.py:529` · ✓ Repobility
4. **HIGH** `MINED108` — `self.btn_random_face` used but never assigned in __init__
   `modules/ui.py:528` · ✓ Repobility
5. **HIGH** `MINED108` — `self.btn_random_face` used but never assigned in __init__
   `modules/ui.py:527` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/932f47e2-2b6a-481c-8560-d9bd8e94e34f/_
Megaproject â high spam risk
Could not determine 'hacksider/Deep-Live-Cam' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.