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 (5 days, 9 hours ago) · 10 languages

352 raw signals (110 security + 242 graph) 32nd 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 5 days, 9 hours 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: 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 120 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 Security checks security secrets conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
user_scripts/kernel/tui_kernal.py:224
critical Security checks security secrets conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
user_scripts/arch_setup_scripts/scripts/405_spicetify_matugen_setup.sh:19
high Security checks quality Quality conf 1.00 ✓ Repobility 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.
user_scripts/mako_osd/osd_router/osd_router.py:182
high Security checks quality Quality conf 1.00 ✓ Repobility Missing import: `stat` used but not imported
The file uses `stat.something(...)` but never imports `stat`. This raises NameError at runtime the first time the line executes.
user_scripts/images/wallpaper_selector.py:111
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
low Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and SystemExit from working.
Review and fix per the pattern semantics. See CWE-705 / for context.
3 files, 3 locations
user_scripts/arch_setup_scripts/scripts/145_matugen_directories.py:103
user_scripts/hypr/monitor/screen_rotate.py:315
user_scripts/mako_osd/osd_router/osd_router.py:196
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED104] Chmod 777: chmod 777 makes a file or directory world-readable, world-writable, AND world-executable. Local privilege escalation surface; audit-failing for most compliance frameworks.
Use the least-privilege mode the file actually needs (e.g. 640 for configs, 750 for executables). For directories that genuinely need shared write access, use a group with chmod g+w and chown the right group.
user_scripts/ftp/ftp_setup_arch.sh:186
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED104] Chmod 777: chmod 777 makes a file or directory world-readable, world-writable, AND world-executable. Local privilege escalation surface; audit-failing for most compliance frameworks.
Use the least-privilege mode the file actually needs (e.g. 640 for configs, 750 for executables). For directories that genuinely need shared write access, use a group with chmod g+w and chown the right group.
user_scripts/arch_setup_scripts/scripts/250_ftp_arch.sh:158
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences `self.show_only_favorites` used but never assigned in __init__
Method `_load_app_settings` of class `WallpaperApp` reads `self.show_only_favorites`, 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 426, 455, 457, 466, 475, 476, 478, 493, +17 more
user_scripts/images/wallpaper_selector.py:426, 455, 457, 466, 475, 476, 478, 493, +17 more (25 hits)
high Security checks software dependencies conf 0.90 ✓ Repobility package.json dep `material-colors` pulled from URL/Git
`dependencies.material-colors` = `https://github.com/rakibdev/material-colors/releases/latest/download/npm.tgz` bypasses the npm registry. No integrity hash, no version locking, no registry-side scanning. If the URL or git host is compromised, every `npm install` pulls the new payload.
.vscode-oss/extensions/rakib13332.material-code-3.1.1/package.json:1
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
low Security checks quality Error handling conf 1.00 3 occurrences [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
3 files, 3 locations
.config/firefox_extentions/matugenfox/matugenfox_host.py:97
user_scripts/dusky_tui/python/engines/systemd.py:24
user_scripts/hypr/monitor/screen_rotate.py:85
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN.
user_scripts/arch_setup_scripts/scripts/070_openssh_setup.sh:171
medium Security checks quality Quality Average file size is 569 lines (recommend <300)
Refactor large files by extracting related functions into separate modules. Target files with 300+ lines first. Use the Single Responsibility Principle — each module should have one clear purpose.
low Security checks quality Error handling conf 0.55 ✓ Repobility 25 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.
8 files, 25 locations
user_scripts/images/wallpaper_selector.py:237, 339, 423, 445, 896, 984, 1100, 1334, +1 more (9 hits)
user_scripts/theme_matugen/firefox/matugenfox_host.py:109, 120, 175, 276, 329 (5 hits)
.config/firefox_extentions/matugenfox/matugenfox_host.py:74, 179, 229 (3 hits)
user_scripts/theme_matugen/firefox/dusky_sites.py:67, 783, 809 (3 hits)
user_scripts/wayclick/sounds/audio_slicer_for_wayclick.py:307, 546 (2 hits)
user_scripts/audio/mono_audio_pipewire.py:582
user_scripts/networking/02_openssh_setup.py:29
user_scripts/services/tui_service_toggle.py:109
Error handlingquality
high Security checks quality Quality conf 0.80 localStorage write failures are swallowed silently
localStorage quotas are small and writes can fail. Catching storage errors without a user-visible warning causes silent data loss when notes, images, or snapshots exceed quota.
.config/firefox_extentions/matugenfox/extension/content.js:279
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
Documents/pensive/linux/Post Install Setup/More +/Spicetify instructions.md:32
medium Security checks quality Quality conf 0.78 Suspicious implementation file appears unreferenced
A file created as a fixed/new/final/copy variant is not referenced by imports or path-like strings in the rest of the repository. This is a strong sign that an agent produced code beside the active application path.
user_scripts/hypr/monitor/standalone/monitor_wizard_old.py:1
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 Security checks quality Quality conf 0.64 Duplicate top-level symbol appears in a patch-style file
A generated replacement file defining the same public function or class name as another module can mean the new logic is not actually wired into the running code.
user_scripts/hypr/monitor/standalone/monitor_wizard_old.py:1
low Security checks quality Quality conf 0.60 7 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.
7 files, 7 locations
.config/firefox_extentions/matugenfox/extension/popup.js:3
user_scripts/arch_setup_scripts/scripts/185_terminal_default.py:12
user_scripts/dusky_system/control_center/new/utility.py:23
user_scripts/dusky_tui/python/engines/flatdotconfig.py:96
user_scripts/hypr/workspace/tui_workspace_rules.py:76
user_scripts/mako_osd/mako_tui/tui_mako.py:13
user_scripts/theme_matugen/firefox/matugenfox_host.py:155
duplicationquality
low Security checks software dependencies conf 0.90 npm package `@types/vscode` is minor version(s) behind (1.75.0 -> 1.120.0)
`@types/vscode` is pinned/resolved at 1.75.0 but the latest stable release on the npm registry is 1.120.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
.vscode-oss/extensions/rakib13332.material-code-3.1.1/package.json
low Security checks software dependencies conf 0.90 npm package `@vscode/vsce` is minor version(s) behind (^3.7.1 -> 3.9.2)
`@vscode/vsce` is pinned/resolved at ^3.7.1 but the latest stable release on the npm registry is 3.9.2 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
.vscode-oss/extensions/rakib13332.material-code-3.1.1/package.json
low Security checks software dependencies conf 0.90 npm package `esbuild` is minor version(s) behind (^0.24.2 -> 0.28.0)
`esbuild` is pinned/resolved at ^0.24.2 but the latest stable release on the npm registry is 0.28.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
.vscode-oss/extensions/rakib13332.material-code-3.1.1/package.json
high Security checks quality Quality conf 0.62 Source file name looks like an AI patch artifact
Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area.
user_scripts/hypr/monitor/standalone/monitor_wizard_old.py:1
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.