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

Scan timing: clone 6.44s · analysis 13.61s · 13.0 MB · GitHub API rate-limit (preflight)

dusklinux/dusky

https://github.com/dusklinux/dusky · scanned 2026-06-05 12:49 UTC (1 week, 2 days ago) · 10 languages

352 raw signals (110 security + 242 graph) 25th percentile · Python · medium (20-100K LoC) System graph score 72 (lower by 30)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 2 days ago · v2 · 145 actionable findings from 2 signal sources. 86 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 40.0 0.15 6.00
security_score 66.0 0.25 16.50
testing_score 0.0 0.20 0.00
documentation_score 81.0 0.15 12.15
practices_score 40.0 0.15 6.00
code_quality 10.8 0.10 1.08
Overall 1.00 41.7
Severity distribution — click a segment to filter
Active filters: source: scanner × excluding tests × Reset all
Scan summary Quality grade D (42/100). Dimensions: security 66, maintainability 40. 110 findings (7 security). 49,469 lines analyzed.

Showing 98 of 145 actionable findings. 231 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.

critical System graph security Secrets conf 1.00 2 occurrences Possible secret in user_scripts/arch_iso_scripts/offline_iso/010_set_variables.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 127, 137
user_scripts/arch_iso_scripts/offline_iso/010_set_variables.sh:127, 137 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in user_scripts/arch_iso_scripts/offline_iso/110_post_chroot.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
user_scripts/arch_iso_scripts/offline_iso/110_post_chroot.sh:301
critical System graph security Secrets conf 1.00 Possible secret in user_scripts/arch_iso_scripts/online/110_post_chroot.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
user_scripts/arch_iso_scripts/online/110_post_chroot.sh:310
high System graph security security conf 1.00 Insecure pattern 'eval_used' in user_scripts/hypr/monitor/screen_rotate.py:322
Found a known-risky pattern (eval_used). Review and replace if possible.
user_scripts/hypr/monitor/screen_rotate.py:322 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in user_scripts/tts_stt/old/parakeet/transcribe_parakeet.py:102
Found a known-risky pattern (eval_used). Review and replace if possible.
user_scripts/tts_stt/old/parakeet/transcribe_parakeet.py:102 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in user_scripts/tts_stt/old/parakeet/version_1.3/transcribe_parakeet.py:53
Found a known-risky pattern (eval_used). Review and replace if possible.
user_scripts/tts_stt/old/parakeet/version_1.3/transcribe_parakeet.py:53 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in user_scripts/tts_stt/old/parakeet/version_3/transcribe_parakeet.py:102
Found a known-risky pattern (eval_used). Review and replace if possible.
user_scripts/tts_stt/old/parakeet/version_3/transcribe_parakeet.py:102 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in user_scripts/tts_stt/old/parakeet/verson_2/transcribe_parakeet.py:94
Found a known-risky pattern (eval_used). Review and replace if possible.
user_scripts/tts_stt/old/parakeet/verson_2/transcribe_parakeet.py:94 Eval used
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in user_scripts/dusky_system/control_center/lib/rows.py:1427
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
user_scripts/dusky_system/control_center/lib/rows.py:1427 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in user_scripts/dusky_system/control_center/new/rows.py:1400
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
user_scripts/dusky_system/control_center/new/rows.py:1400 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in user_scripts/arch_setup_scripts/scripts/090_paru_packages_optional.sh:32
Found a known-risky pattern (weak_hash). Review and replace if possible.
user_scripts/arch_setup_scripts/scripts/090_paru_packages_optional.sh:32 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/arch_iso_scripts/offline_iso/133_uwsm_gpu_env.py:72
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/audio/router/audio_routing_output_to_mic.py:1129
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/dusky_system/control_center/lib/rows.py:2338
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/dusky_system/control_center/new/rows.py:2289
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/dusky_tui/python/engines/hyprlang.py:301
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/dusky_tui/python/frontend/ui.py:1553
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/hypr/input/dusky_keybinds.py:132
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/hypr/monitor/adjust_scale.py:212
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/hypr/monitor/screen_rotate.py:102
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/hypr/monitor/standalone/monitor_wizard_old.py:260
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/hypridle/tui_dusky_hypridle.py:155
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/images/wallpaper_selector.py:197
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/performance/ram_bandwidth.py:55
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/performance/ram_latancy.py:217
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/theme_matugen/firefox/dusky_sites.py:47
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/waybar/overlay_dock/script.py:121
`subprocess.run(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — user_scripts/wayclick/sounds/audio_slicer_for_wayclick.py:728
`subprocess.run(...)` 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 cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/rofi/emoji.sh Ports
medium System graph network Security conf 1.00 Privileged port 11 in use
Port 11 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/rofi/emoji.sh Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/rofi/emoji.sh Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/dusky_vm/040_kvm_vm_deploy.sh Ports
medium System graph network Security conf 1.00 Privileged port 196 in use
Port 196 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/pacman/dusky_packages.sh Ports
medium System graph network Security conf 1.00 Privileged port 213 in use
Port 213 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/pacman/dusky_packages.sh Ports
medium System graph network Security conf 1.00 Privileged port 242 in use
Port 242 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/pacman/dusky_packages.sh Ports
medium System graph network Security conf 1.00 Privileged port 250 in use
Port 250 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/pacman/dusky_packages.sh Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/rofi/emoji.sh Ports
medium System graph network Security conf 1.00 Privileged port 32 in use
Port 32 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/tools/workspace/countdown.sh Ports
medium System graph network Security conf 1.00 Privileged port 4 in use
Port 4 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/tools/workspace/countdown.sh Ports
medium System graph network Security conf 1.00 Privileged port 44 in use
Port 44 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/arch_setup_scripts/scripts/200_tlp_config.sh Ports
medium System graph network Security conf 1.00 Privileged port 52 in use
Port 52 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/dusky_vm/040_kvm_vm_deploy.sh Ports
medium System graph network Security conf 1.00 Privileged port 54 in use
Port 54 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/arch_setup_scripts/scripts/350_dns_systemd_resolve.sh Ports
medium System graph network Security conf 1.00 Privileged port 55 in use
Port 55 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
user_scripts/arch_setup_scripts/scripts/200_tlp_config.sh Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 81 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph software Dead code candidate conf 1.00 File has no detected symbols: user_scripts/arch_setup_scripts/scripts/241_thunar_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: user_scripts/battery/tlp/tui_tlp.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: user_scripts/hypr/input/tui_input.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: user_scripts/hypr/input/tui_trackpad.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: user_scripts/hypr/misc/tui_autostart.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: user_scripts/hypr/monitor/tui_monitors.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: user_scripts/hypr/rules/tui_window_rules_tui.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: user_scripts/hypr/rules/tui_workspace_rules.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: user_scripts/hypr/visual/tui_appearance.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: user_scripts/hypr/workspace/tui_workspace_rules.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: user_scripts/hypridle/tui_dusky_hypridle.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: user_scripts/kernel/tui_kernal.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: user_scripts/mako_osd/dusky_glance/tui_mako.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: user_scripts/mako_osd/mako_tui/tui_mako.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: user_scripts/waybar/tui_waybars.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 12 places
Functions with the same first-5-line body hash: user_scripts/dusky_system/control_center/new/utility.py:load_setting, user_scripts/dusky_system/control_center/new/utility.py:load_setting, user_scripts/dusky_system/control_center/new/utility.py:load_setting, user_scripts/dusky_system/control_center/…
duplicatesduplication
low System graph quality Integrity conf 1.00 18 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: user_scripts/dusky_system/control_center/dusky_control_center.py:do_shutdown, user_scripts/dusky_system/control_center/new/dusky_control_center.py:do_shutdown This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://…
18 occurrences
repo-level (18 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: user_scripts/dusky_system/control_center/new/rows.py:make_nav_tag, user_scripts/dusky_system/control_center/new/rows.py:make_nav_tag, user_scripts/dusky_system/control_center/lib/rows.py:make_nav_tag This is *the* AI-coder failure mode (4× more dupli…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `manage_backup` in user_scripts/dusky_tui/python/main/main.py:111
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 `src_conflict_old` in user_scripts/hypr/input/dusky_keybinds.py:592
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 `title_old` in user_scripts/tools/delta/neovim_delta.py:366
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: apply_json
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/quickpanal/dusky_ui.py:121
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_local_brightness
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/quickpanal/dusky_backend.py:767
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_volume
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/quickpanal/dusky_backend.py:446
low System graph software Dead code conf 1.00 Possibly dead Python function: background_load
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/control_center/dusky_control_center.py:674
low System graph software Dead code conf 1.00 Possibly dead Python function: background_load
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/control_center/new/dusky_control_center.py:872
low System graph software Dead code conf 1.00 Possibly dead Python function: custom_excepthook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/tts_stt/old/dusky_whisper/dusky_stt_main.py:56
low System graph software Dead code conf 1.00 Possibly dead Python function: do_activate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/control_center/dusky_control_center.py:332
low System graph software Dead code conf 1.00 Possibly dead Python function: do_activate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/control_center/new/dusky_control_center.py:565
low System graph software Dead code conf 1.00 Possibly dead Python function: handler
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/tts_stt/old/kokoro_gpu/speak.py:53
low System graph software Dead code conf 1.00 Possibly dead Python function: has_displays
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/quickpanal/dusky_backend.py:629
low System graph software Dead code conf 1.00 Possibly dead Python function: submit_sunset
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/quickpanal/dusky_quickpanal.py:534
low System graph software Dead code conf 1.00 Possibly dead Python function: submit_volume
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/quickpanal/dusky_quickpanal.py:527
low System graph software Dead code conf 1.00 Possibly dead Python function: write_hyprsunset_state
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
user_scripts/dusky_system/quickpanal/dusky_backend.py:780
low System graph quality Integrity conf 1.00 Stub function `set_activatable_widget` (body is just `pass`/`return`) — user_scripts/dusky_system/control_center/new/rows.py:1031
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: user_scripts/arch_setup_scripts/scripts/005_hypr_custom_config_setup.sh (1855 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/audio/router/audio_routing_output_to_mic.py (1753 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/dusky_system/control_center/dusky_control_center.py (1829 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/dusky_system/control_center/lib/rows.py (2841 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/dusky_system/control_center/new/dusky_control_center.py (1945 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/dusky_system/control_center/new/rows.py (2776 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/dusky_tui/bash/for_equal_assignment_delimiter_only/dusky_tui_4.3.0.sh (1961 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/dusky_tui/bash/for_lua_only/dusky_tui_4.3.0_lua.sh (2180 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/dusky_tui/bash/for_lua_only/dusky_tui_5.9_lua.sh (2839 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/dusky_tui/bash/generic/dusky_tui_5.9.1.sh (1888 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/dusky_tui/python/frontend/ui.py (2777 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/hypr/visual/tui_appearance.py (1595 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/images/wallpaper_selector.py (1466 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/kernel/boot_kernel_parameter_tui.sh (1637 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/network_manager/dusky_network.sh (1623 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/networking/airmon_ng_gpu.sh (1725 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/rofi/emoji.sh (4985 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: user_scripts/update_dusky/update_dusky.sh (3363 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/030fee21-ee02-4cb9-b5ed-ef2cdb0d7e74/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/030fee21-ee02-4cb9-b5ed-ef2cdb0d7e74/

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.