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

Scan timing: clone 3.11s · analysis 22.75s · 6.7 MB · GitHub API rate-limit (preflight)

deepfakes/faceswap

https://github.com/deepfakes/faceswap · scanned 2026-06-05 10:25 UTC (5 days, 14 hours ago) · 10 languages

367 raw signals (123 security + 244 graph) 76th percentile · Python · medium (20-100K LoC) System graph score 93 (lower by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 14 hours ago · v2 · 150 actionable findings from 2 signal sources. 95 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 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 59.0 0.20 11.80
documentation_score 87.0 0.15 13.05
practices_score 75.0 0.15 11.25
code_quality 38.7 0.10 3.87
Overall 1.00 77.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B+ (78/100). Dimensions: security 100, maintainability 85. 123 findings (6 security). 95,278 lines analyzed.

Showing 102 of 150 actionable findings. 245 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks quality Quality conf 1.00 ✓ Repobility 7 occurrences Missing import: `queue` used but not imported
The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes.
7 files, 7 locations
lib/image.py:997
lib/infer/iterator.py:198
lib/infer/runner.py:285
lib/logger.py:585
lib/queue_manager.py:127
tools/effmpeg/effmpeg.py:572
tools/manual/detected_faces.py:416
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
update_deps.py:33
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences `self.set_backend` used but never assigned in __init__
Method `_parse_backend_from_cli` of class `Environment` reads `self.set_backend`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
lines 124, 126, 137, 142, 144, 155, 156, 165, +17 more
setup.py:124, 126, 137, 142, 144, 155, 156, 165, +17 more (25 hits)
high System graph security security conf 1.00 Insecure pattern 'eval_used' in lib/gui/control_helper.py:1310
Found a known-risky pattern (eval_used). Review and replace if possible.
lib/gui/control_helper.py:1310 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in lib/model/losses/feature_loss.py:127
Found a known-risky pattern (eval_used). Review and replace if possible.
lib/model/losses/feature_loss.py:127 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in plugins/extract/base.py:108
Found a known-risky pattern (eval_used). Review and replace if possible.
plugins/extract/base.py:108 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in tools/manual/frame_viewer/frame.py:726
Found a known-risky pattern (eval_used). Review and replace if possible.
tools/manual/frame_viewer/frame.py:726 Eval used
low Security checks quality Error handling conf 0.55 ✓ Repobility 6 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
5 files, 6 locations
lib/logger.py:113, 558 (2 hits)
lib/gui/menu.py:264
lib/system/sysinfo.py:151
lib/utils.py:26
plugins/plugin_loader.py:45
Error handlingquality
medium Security checks quality Quality conf 1.00 ✓ Repobility Mutable default argument in `<lambda>` (list)
`def <lambda>(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
lib/model/initializers.py:240
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/git.py:39
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/git.py:39 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/system/sysinfo.py:75
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/system/sysinfo.py:75 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/video.py:128
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 27 locations
plugins/extract/align/hrnet_defaults.py:2, 7, 10, 25 (4 hits)
plugins/convert/writer/patch_defaults.py:2, 7, 10 (3 hits)
plugins/convert/writer/pillow_defaults.py:2, 7, 10 (3 hits)
plugins/extract/align/fan_defaults.py:2, 7, 10 (3 hits)
plugins/convert/color/match_hist_defaults.py:2, 7 (2 hits)
plugins/convert/mask/mask_blend_defaults.py:2, 7 (2 hits)
plugins/convert/scaling/sharpen_defaults.py:2, 7 (2 hits)
plugins/convert/writer/ffmpeg_defaults.py:2, 7 (2 hits)
duplicationquality
low System graph quality Maintenance conf 1.00 38 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/color/color_transfer_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/color/manual_balance_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/color/match_hist_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/mask/mask_blend_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/scaling/sharpen_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/writer/ffmpeg_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/writer/gif_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/writer/opencv_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/writer/patch_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/convert/writer/pillow_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/align/fan_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/align/hrnet_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/detect/cv2_dnn_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/detect/mtcnn_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/detect/retinaface_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/detect/s3fd_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/identity/t_face_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/identity/vggface2_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/mask/bisenet_fp_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/mask/custom_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/mask/unet_dfl_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/mask/vgg_clear_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/extract/mask/vgg_obstructed_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/train/model/dfaker_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/train/model/dfl_h128_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/train/model/dfl_sae_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/train/model/dlight_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/train/model/original_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/train/model/phaze_a_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/train/model/realface_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/train/model/unbalanced_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/train/model/villain_defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/plugins/__init.__.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Tests conf 1.00 Low test-to-source ratio
40 tests / 276 src (ratio 0.14).
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/extract.py:start, scripts/extract.py:start This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: lib/image.py:read_image_batch, lib/image.py:read_image_batch, lib/image.py:read_image_batch This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separat…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: lib/image.py:read_image, lib/image.py:read_image, lib/image.py:read_image, lib/image.py:read_image This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're …
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: lib/align/updater.py:test, lib/align/updater.py:test, lib/align/updater.py:test, lib/align/updater.py:test This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_cache_offsets_legacy` in lib/infer/objects.py:62
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_from_legacy` in lib/training/optimizer.py:273
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_fs2_backup` in plugins/train/model/_base/update.py:299
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_update_legacy` in lib/align/alignments.py:552
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_update_legacy` in plugins/train/model/_base/io.py:100
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `alexnet_imagenet_no_top_v2` in lib/model/losses/feature_loss.py:47
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `alignments_parent_backup` in tests/tools/alignments/media_test.py:98
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `DFL_256_sigmoid_v2` in plugins/extract/mask/unet_dfl.py:55
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inception_resnet_v2` in plugins/train/model/phaze_a.py:124
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inception_resnet_v2` in plugins/train/model/phaze_a_defaults.py:45
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `is_legacy` in lib/align/aligned_face.py:133
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `is_legacy` in lib/align/detected_face.py:423
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `is_legacy` in lib/gui/project.py:549
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `keras_legacy` in lib/model/optimizers/__init__.py:5
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `landmark_v1` in plugins/extract/align/cv2_dnn.py:56
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `Nirkin_300_softmax_v2` in plugins/extract/mask/vgg_clear.py:40
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `Nirkin_500_softmax_v2` in plugins/extract/mask/vgg_obstructed.py:42
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `offsets_legacy` in scripts/extract.py:710
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `resnet_ssd_v1` in plugins/extract/detect/cv2_dnn.py:35
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `s3fd_v1` in lib/utils.py:596
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_model_file_v1` in tests/lib/utils_test.py:361
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `to_copy` in tools/manual/detected_faces.py:887
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: add_face
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/align/alignments.py:355
low System graph software Dead code conf 1.00 Possibly dead Python function: add_identity
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/align/detected_face.py:184
low System graph software Dead code conf 1.00 Possibly dead Python function: bad_args
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: batch_convert_color
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/image.py:666
low System graph software Dead code conf 1.00 Possibly dead Python function: change_action_button
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/gui/command.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: close_app
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/gui.py:146
low System graph software Dead code conf 1.00 Possibly dead Python function: close_popup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/gui/popup_configure.py:56
low System graph software Dead code conf 1.00 Possibly dead Python function: debug_monitor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/queue_manager.py:149
low System graph software Dead code conf 1.00 Possibly dead Python function: del_queue
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/queue_manager.py:86
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_face_at_index
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/align/alignments.py:330
low System graph software Dead code conf 1.00 Possibly dead Python function: emit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/logger.py:323
low System graph software Dead code conf 1.00 Possibly dead Python function: filtered_emit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/conf.py:105
low System graph software Dead code conf 1.00 Possibly dead Python function: getarrow
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/keypress.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: save_items
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/gui/display_command.py:437
low System graph software Dead code conf 1.00 Possibly dead Python function: save_items
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/gui/display_page.py:242
low System graph software Dead code conf 1.00 Possibly dead Python function: set_dilation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/align/aligned_mask.py:227
low System graph software Dead code conf 1.00 Possibly dead Python function: set_initial_value
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/gui/control_helper.py:348
low System graph software Dead code conf 1.00 Possibly dead Python function: split_mask
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/align/aligned_face.py:461
low System graph software Dead code conf 1.00 Possibly dead Python function: store_training_masks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/align/detected_face.py:242
low System graph software Dead code conf 1.00 Possibly dead Python function: subnotebook_page_from_id
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/gui/display_page.py:156
low System graph software Dead code conf 1.00 Possibly dead Python function: tiff_read_meta
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/image.py:559
low System graph software Dead code conf 1.00 Possibly dead Python function: tiff_write_meta
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/image.py:491
low System graph software Dead code conf 1.00 Possibly dead Python function: update_scrollbar
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/gui/control_helper.py:692
low System graph software Dead code conf 1.00 Possibly dead Python function: update_title
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/gui/custom_widgets.py:915
low System graph quality Complexity conf 1.00 Very large file: lib/gui/control_helper.py (1521 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/image.py (1402 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: plugins/train/model/phaze_a.py (1333 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/8f3ba2fb-c04b-4f09-b30c-61f73d353666/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8f3ba2fb-c04b-4f09-b30c-61f73d353666/

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.