ProxMenux An Interactive Menu for Proxmox VE Management
This report presents the forensic synthetic code analysis of MacRimi/ProxMenux, a TypeScript project with 2,779 GitHub stars. SynthScan v2.0 examined 304,085 lines of code across 745 source files, recording 3130 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 19.1 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 3130 distinct pattern matches across 18 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | install_proxmenux.sh | 3 | # ========================================================== | COMMENT |
| MEDIUM⚡ | install_proxmenux.sh | 5 | # ========================================================== | COMMENT |
| MEDIUM⚡ | install_proxmenux.sh | 13 | # ========================================================== | COMMENT |
| MEDIUM | install_proxmenux.sh | 40 | # ========================================================== | COMMENT |
| MEDIUM | install_proxmenux.sh | 264 | # ========================================================== | COMMENT |
| MEDIUM | install_proxmenux.sh | 292 | # ========================================================== | COMMENT |
| MEDIUM | install_proxmenux.sh | 590 | # ── AppImage runtime extraction ──────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux.sh | 1203 | # ── Legacy gpu-guard hookscript auto-cleanup ────────────── | COMMENT |
| MEDIUM⚡ | install_proxmenux_beta.sh | 3 | # ========================================================== | COMMENT |
| MEDIUM⚡ | install_proxmenux_beta.sh | 5 | # ========================================================== | COMMENT |
| MEDIUM⚡ | install_proxmenux_beta.sh | 13 | # ========================================================== | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 32 | # ========================================================== | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 34 | # ── Configuration ────────────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 53 | # ── Colors ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 75 | # ── Spinner ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 143 | # ── Cleanup ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 151 | # ── Logo ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 222 | # ── Beta welcome message ─────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 262 | # ── Helpers ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 332 | # ── AppImage runtime extraction ──────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 378 | # ── Monitor install ──────────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 543 | # ── Main install ─────────────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 548 | # ── Step 1: Dependencies ────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 596 | # ── Step 2: Clone develop branch ───────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 615 | # ── Step 3: Files ───────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 666 | # ── Step 4: Monitor ─────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 685 | # ── Stable transition notice ─────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 700 | # ── Entry point ──────────────────────────────────────────── | COMMENT |
| MEDIUM | install_proxmenux_beta.sh | 716 | # ── Legacy gpu-guard hookscript auto-cleanup ────────────── | COMMENT |
| MEDIUM⚡ | CONTRIBUTING.md | 41 | # ========================================================== | COMMENT |
| MEDIUM⚡ | CONTRIBUTING.md | 43 | # ========================================================== | COMMENT |
| MEDIUM⚡ | CONTRIBUTING.md | 52 | # ========================================================== | COMMENT |
| MEDIUM⚡ | CONTRIBUTING.md | 59 | # ========================================================== | COMMENT |
| MEDIUM | CONTRIBUTING.md | 212 | # ── PHASE 2 — EXECUTION ─────────────────────────────────── | COMMENT |
| MEDIUM | web/messages/es/docs/about/contributing.json | 100 | "phase2Code": "# ── PHASE 2 — EXECUTION ─────────────────────────────\nshow_proxmenux_logo\nmsg_title \"$(translate | CODE |
| MEDIUM | web/messages/en/docs/about/contributing.json | 100 | "phase2Code": "# ── PHASE 2 — EXECUTION ─────────────────────────────\nshow_proxmenux_logo\nmsg_title \"$(translate | CODE |
| MEDIUM | …app/[locale]/docs/hardware/gpu-vm-passthrough/page.tsx | 448 | # ─── OPTIONAL — not required ────────────────────────────────────── | COMMENT |
| MEDIUM | …app/[locale]/docs/hardware/gpu-vm-passthrough/page.tsx | 453 | # ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | web/app/[locale]/docs/hardware/coral-tpu-lxc/page.tsx | 290 | # ─── OPTIONAL — fallback path ──────────────────────────────────── | COMMENT |
| MEDIUM | web/app/[locale]/docs/hardware/coral-tpu-lxc/page.tsx | 294 | # ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docs/02.GUIA_MODIFICACION_OFFLINE.md | 566 | # -------------------------------------------------------------------- | COMMENT |
| MEDIUM | docs/02.GUIA_MODIFICACION_OFFLINE.md | 568 | # -------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | scripts/help_info_menu.sh | 2 | # ========================================================== | COMMENT |
| MEDIUM⚡ | scripts/help_info_menu.sh | 4 | # ========================================================== | COMMENT |
| MEDIUM⚡ | scripts/help_info_menu.sh | 10 | # ========================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 29 | # ========================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 43 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 64 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 66 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 170 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 172 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 286 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 288 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 564 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 566 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 645 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 647 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 687 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 689 | # =============================================================== | COMMENT |
| MEDIUM | scripts/help_info_menu.sh | 808 | # =============================================================== | COMMENT |
| 1341 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/utils.sh | 282 | except Exception as e: | CODE |
| LOW | scripts/global/remove-banner-pve-v3.sh | 191 | except Exception as e: | CODE |
| LOW | .github/scripts/generate_helpers_cache_back.py | 69 | except Exception as e: | CODE |
| LOW | .github/scripts/generate_helpers_cache_back.py | 90 | except Exception: | CODE |
| MEDIUM | .github/scripts/generate_helpers_cache_back.py | 66 | def main() -> int: | CODE |
| LOW | .github/scripts/generate_helpers_cache.py | 129 | except Exception as e: | CODE |
| MEDIUM | .github/scripts/generate_helpers_cache.py | 125 | def main() -> int: | CODE |
| MEDIUM⚡ | AppImage/scripts/flask_terminal_routes.py | 353 | print(f"Error writing to PTY: {e}") | CODE |
| MEDIUM | AppImage/scripts/flask_terminal_routes.py | 206 | print(f"Error setting window size: {e}") | CODE |
| MEDIUM | AppImage/scripts/flask_terminal_routes.py | 224 | print(f"Error reading from PTY: {e}") | CODE |
| LOW⚡ | AppImage/scripts/flask_terminal_routes.py | 346 | except Exception: | CODE |
| LOW⚡ | AppImage/scripts/flask_terminal_routes.py | 360 | except Exception as e: | CODE |
| LOW⚡ | AppImage/scripts/flask_terminal_routes.py | 559 | except Exception as e: | CODE |
| LOW⚡ | AppImage/scripts/flask_terminal_routes.py | 564 | except Exception as e: | CODE |
| LOW⚡ | AppImage/scripts/flask_terminal_routes.py | 572 | except Exception as e: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 99 | except Exception: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 194 | except Exception as e: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 205 | except Exception as e: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 223 | except Exception as e: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 238 | except Exception: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 242 | except Exception: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 314 | except Exception: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 396 | except Exception: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 400 | except Exception: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 451 | except Exception as e: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 533 | except Exception as e: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 537 | except Exception as e: | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 626 | except Exception as e: | CODE |
| LOW | AppImage/scripts/notification_events.py | 178 | except Exception: | CODE |
| LOW | AppImage/scripts/notification_events.py | 189 | except Exception: | CODE |
| LOW | AppImage/scripts/notification_events.py | 247 | except Exception as e: | CODE |
| LOW | AppImage/scripts/notification_events.py | 327 | except Exception as e: | CODE |
| LOW⚡ | AppImage/scripts/notification_events.py | 574 | except Exception: | STRING |
| LOW⚡ | AppImage/scripts/notification_events.py | 584 | except Exception: | STRING |
| LOW⚡ | AppImage/scripts/notification_events.py | 587 | except Exception: | STRING |
| LOW⚡ | AppImage/scripts/notification_events.py | 595 | except Exception as e: | STRING |
| LOW⚡ | AppImage/scripts/notification_events.py | 3132 | except Exception: | STRING |
| LOW⚡ | AppImage/scripts/notification_events.py | 3142 | except Exception: | STRING |
| LOW⚡ | AppImage/scripts/notification_events.py | 3150 | except Exception: | STRING |
| LOW⚡ | AppImage/scripts/notification_events.py | 3230 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 513 | except Exception as e: | STRING |
| LOW | AppImage/scripts/notification_events.py | 539 | except Exception as e: | STRING |
| LOW | AppImage/scripts/notification_events.py | 610 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 859 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1000 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1266 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1287 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1325 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1336 | except Exception as e: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1772 | except Exception as e: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1839 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1928 | except Exception as e: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1990 | except Exception as e: | STRING |
| LOW | AppImage/scripts/notification_events.py | 2480 | except Exception as e: | STRING |
| LOW | AppImage/scripts/notification_events.py | 2507 | except Exception as e: | STRING |
| LOW | AppImage/scripts/notification_events.py | 2664 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 2751 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 2797 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 3101 | except Exception: | STRING |
| LOW | AppImage/scripts/notification_events.py | 3178 | except Exception as e: | STRING |
| 745 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install_proxmenux.sh | 1 | #!/bin/bash | COMMENT |
| LOW | install_proxmenux.sh | 21 | # • whiptail (interactive terminal menus) | COMMENT |
| LOW | install_proxmenux.sh | 581 | # Match any dotted number sequence + optional pre-release suffix | COMMENT |
| LOW | install_proxmenux.sh | 921 | show_progress $current_step $total_steps "Copying necessary files" | COMMENT |
| LOW | install_proxmenux_beta.sh | 1 | #!/bin/bash | COMMENT |
| LOW | install_proxmenux_beta.sh | 21 | # | COMMENT |
| LOW | install_proxmenux_beta.sh | 321 | get_appimage_version() { | COMMENT |
| LOW | CONTRIBUTING.md | 41 | # ========================================================== | COMMENT |
| LOW | web/next-env.d.ts | 1 | /// <reference types="next" /> | COMMENT |
| LOW | web/components/ui/doc-navigation.tsx | 101 | // sections (Post-Install, GPUs, Create VM, Disk Manager, …) have a | COMMENT |
| LOW | scripts/help_info_menu.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/utils.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/utils.sh | 21 | # - Loads language settings from a configuration file. | COMMENT |
| LOW | scripts/emergency_repair.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/security/fail2ban_installer.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/security/fail2ban_installer.sh | 21 | # the reliable file backend instead of systemd journal (avoids | COMMENT |
| LOW | scripts/security/lynis_installer.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/security/lynis_installer.sh | 21 | # before invoking ./lynis (Lynis requires being run from its own | COMMENT |
| LOW | scripts/backup_restore/lib_host_backup_common.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/storage/smart-disk-test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/storage/disk-passthrough.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/storage/disk-passthrough_ct.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/storage/smart-scheduled-test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/storage/import-disk-image.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/storage/format-disk.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/storage/format-disk.sh | 221 | done | COMMENT |
| LOW | scripts/gpu_tpu/switch_gpu_mode_direct.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/gpu_tpu/add_gpu_vm.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/gpu_tpu/add_gpu_vm.sh | 1601 | } | COMMENT |
| LOW | scripts/gpu_tpu/add_gpu_vm.sh | 1821 | # _proxmenux_nvidia_migrate_legacy_blacklist | COMMENT |
| LOW | scripts/gpu_tpu/add_gpu_vm.sh | 2001 | sed -E -i "/^hostpci[0-9]+:[[:space:]]*(0000:)?${pci_slot}\.[0-7]([,[:space:]]|$)/d" "$src_conf" | COMMENT |
| LOW | scripts/gpu_tpu/add_gpu_vm.sh | 2321 | rm -f "$screen_capture" | COMMENT |
| LOW | scripts/gpu_tpu/nvidia_installer.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/gpu_tpu/switch_gpu_mode.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/gpu_tpu/switch_gpu_mode.sh | 21 | # pointing at a GPU the workload can no longer access. | COMMENT |
| LOW | scripts/gpu_tpu/switch_gpu_mode.sh | 661 | read -ra SELECTED_GPU_IDX <<< "$sel" | COMMENT |
| LOW | scripts/gpu_tpu/switch_gpu_mode.sh | 1001 | # match by pure substring and delete unrelated hostpci entries — | COMMENT |
| LOW | scripts/gpu_tpu/add_gpu_lxc.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/gpu_tpu/add_gpu_lxc.sh | 281 | # GPU checklist selection | COMMENT |
| LOW | scripts/gpu_tpu/install_coral_lxc.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/gpu_tpu/install_coral_lxc.sh | 21 | # Quick Sync, AMD VA-API, NVIDIA) is delegated to | COMMENT |
| LOW | scripts/gpu_tpu/install_coral_lxc.sh | 241 | rm -f "$TEMP_FILE" | COMMENT |
| LOW | scripts/gpu_tpu/install_coral.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/gpu_tpu/install_coral.sh | 21 | # google/gasket-driver as fallback with kernel patches | COMMENT |
| LOW | scripts/gpu_tpu/install_coral.sh | 361 | msg_error "$(translate 'DKMS install failed.')" | COMMENT |
| LOW | scripts/lxc/lxc-unprivileged-to-privileged.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/lxc/lxc-manual-guide.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/lxc/lxc-privileged-to-unprivileged.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/utilities/system_utils.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/utilities/export_vm_ova_ovf.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/utilities/export_vm_ova_ovf.sh | 21 | # shutdown --timeout 120) or force-stop (qm stop) for running | COMMENT |
| LOW | scripts/utilities/pve8to9_check.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/utilities/import_vm_ova_ovf.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/utilities/import_vm_ova_ovf.sh | 21 | # trap; OVF used in place. | COMMENT |
| LOW | scripts/utilities/upgrade_pve8_to_pve9.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/utilities/upgrade_pve8_to_pve9.sh | 21 | # Features: | COMMENT |
| LOW | scripts/utilities/uup_dump_iso_creator.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/utilities/proxmox_update.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/utilities/proxmox_update.sh | 21 | # Features (delegated to worker scripts): | COMMENT |
| 130 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/scripts/generate_helpers_cache.py | 125 | CODE | |
| LOW | AppImage/scripts/flask_terminal_routes.py | 135 | CODE | |
| LOW | AppImage/scripts/flask_terminal_routes.py | 208 | CODE | |
| LOW | AppImage/scripts/flask_terminal_routes.py | 228 | CODE | |
| LOW | AppImage/scripts/flask_terminal_routes.py | 387 | CODE | |
| LOW | AppImage/scripts/flask_terminal_routes.py | 485 | CODE | |
| LOW | AppImage/scripts/flask_terminal_routes.py | 544 | CODE | |
| LOW | AppImage/scripts/mount_monitor.py | 57 | CODE | |
| LOW | AppImage/scripts/mount_monitor.py | 251 | CODE | |
| LOW | AppImage/scripts/mount_monitor.py | 278 | CODE | |
| LOW | AppImage/scripts/mount_monitor.py | 296 | CODE | |
| LOW | AppImage/scripts/mount_monitor.py | 538 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 351 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 669 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 732 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 938 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1072 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1088 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1290 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1390 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1524 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1709 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1819 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1849 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1904 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1933 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 1993 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 2179 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 2209 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 2493 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 3001 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 3111 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 99 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 283 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 404 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 486 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 539 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 650 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 804 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 848 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 909 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 1110 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 1856 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 1898 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 1959 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 2043 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 2224 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 2355 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 2612 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 2673 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 2689 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 2719 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 2924 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 3316 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 3623 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 4181 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 4315 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 4454 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 4486 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 4557 | CODE | |
| 167 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install_proxmenux.sh | 288 | # Set trap to ensure cleanup on exit | COMMENT |
| LOW | web/app/[locale]/docs/settings/change-language/page.tsx | 105 | <pre className="rounded-md bg-gray-100 p-4 overflow-x-auto text-xs font-mono text-gray-800 leading-relaxed border | CODE |
| LOW | web/app/[locale]/docs/post-install/optional/page.tsx | 267 | # Set Fastfetch to run at login | COMMENT |
| LOW | scripts/shutdown-notify.sh | 20 | # Check if this is a real system shutdown/reboot or just a service stop | COMMENT |
| LOW | scripts/emergency_repair.sh | 169 | # Check if NetworkManager is running (shouldn't be on Proxmox) | COMMENT |
| LOW | scripts/emergency_repair.sh | 510 | # Check if interface exists physically | COMMENT |
| LOW | scripts/emergency_repair.sh | 518 | # Check if it's a bridge or bond (these are virtual, so it's normal they exist) | COMMENT |
| LOW⚡ | scripts/oci/oci_manager.sh | 69 | # Check if version >= 9.1 | COMMENT |
| LOW⚡ | scripts/oci/oci_manager.sh | 122 | # Check if already installed | COMMENT |
| LOW | scripts/storage/disk-passthrough_ct.sh | 509 | # Check if already the right FS — otherwise need partition + format | COMMENT |
| LOW⚡ | scripts/gpu_tpu/amd_gpu_tools.sh | 57 | # Check if amdgpu_top is installed | COMMENT |
| LOW | scripts/gpu_tpu/amd_gpu_tools.sh | 195 | # Check if already installed | COMMENT |
| LOW | scripts/gpu_tpu/nvidia_installer.sh | 477 | # Check if unload succeeded | COMMENT |
| LOW⚡ | scripts/gpu_tpu/intel_gpu_tools.sh | 60 | # Check if intel-gpu-tools is installed | COMMENT |
| LOW | scripts/gpu_tpu/intel_gpu_tools.sh | 136 | # Check if already installed | COMMENT |
| LOW | scripts/vm/zimaos.sh | 794 | # Check if there are any images in the directory | COMMENT |
| LOW | scripts/vm/zimaos.sh | 852 | # Check if file already exists | COMMENT |
| LOW | scripts/vm/zimaos.sh | 1077 | # Check if UEFI (OVMF) is being used =================== | COMMENT |
| LOW | scripts/vm/synology.sh | 794 | # Check if there are any images in the directory | COMMENT |
| LOW | scripts/vm/synology.sh | 1041 | # Check if UEFI (OVMF) is being used =================== | COMMENT |
| LOW | scripts/menus/network_menu.sh | 227 | # Check if NetworkManager is running (shouldn't be on Proxmox) | COMMENT |
| LOW | scripts/menus/network_menu.sh | 577 | # Check if interface exists physically | COMMENT |
| LOW | scripts/menus/network_menu.sh | 585 | # Check if it's a bridge or bond (these are virtual, so it's normal they exist) | COMMENT |
| LOW | scripts/menus/config_menu.sh | 120 | # Check if virtual environment exists | COMMENT |
| LOW | scripts/menus/config_menu.sh | 125 | # Check if language is configured | COMMENT |
| LOW | scripts/global/remove-banner-pve-v3.sh | 103 | # Check if already patched - look for our marker | COMMENT |
| LOW | scripts/global/remove-banner-pve-v3.sh | 119 | # Set trap to restore on error | COMMENT |
| LOW | scripts/global/remove-banner-pve-v3.sh | 161 | # Check if this line ends with "}," which is the function closure | COMMENT |
| LOW | scripts/global/remove-banner-pve-v3.sh | 237 | # Check if already patched | COMMENT |
| LOW | scripts/global/remove-banner-pve-v3.sh | 245 | # Set trap to restore on error | COMMENT |
| LOW | scripts/post_install/customizable_post_install.sh | 1127 | # Check if ZFS is installed | COMMENT |
| LOW | scripts/post_install/customizable_post_install.sh | 1325 | # Check if zfs-auto-snapshot is already installed | COMMENT |
| LOW | scripts/post_install/customizable_post_install.sh | 1818 | # Check if the custom message already exists | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 723 | # Check if 'others' already have r+x (minimum to traverse and read) | COMMENT |
| LOW | scripts/share/lxc-mount-manager_minimal.sh | 326 | # Check if path is already used as a mount point in this CT | COMMENT |
| LOW | scripts/share/lxc-mount-manager_minimal.sh | 376 | # Check if this host path is already mounted in this CT | COMMENT |
| LOW | scripts/share/nfs_client.sh | 525 | # Check if currently mounted | COMMENT |
| LOW | scripts/share/nfs_client.sh | 607 | # Check if NFS client is installed | COMMENT |
| LOW⚡ | AppImage/scripts/flask_terminal_routes.py | 356 | # Check if process is still alive | COMMENT |
| LOW | AppImage/scripts/notification_events.py | 843 | # Check if USB via sysfs | STRING |
| LOW | AppImage/scripts/notification_events.py | 2044 | # Check if task failed or completed with warnings | STRING |
| LOW | AppImage/scripts/notification_events.py | 2477 | # Check if startup period ended and we have aggregated VMs to report | STRING |
| LOW | AppImage/scripts/notification_events.py | 2581 | # Check if user dismissed this - clears DB cooldown | STRING |
| LOW | AppImage/scripts/flask_server.py | 421 | # Check if privileged or unprivileged | COMMENT |
| LOW | AppImage/scripts/flask_server.py | 1227 | # Check if this specific notification type is enabled. | COMMENT |
| LOW⚡ | AppImage/scripts/flask_server.py | 4424 | # Check if it's a bond | STRING |
| LOW⚡ | AppImage/scripts/flask_server.py | 4428 | # Check if it's a bridge (but not virbr which we skip above) | STRING |
| LOW⚡ | AppImage/scripts/flask_server.py | 4432 | # Check if it's a VLAN (contains a dot) | STRING |
| LOW⚡ | AppImage/scripts/flask_server.py | 4436 | # Check if interface has a real device symlink in /sys/class/net | STRING |
| LOW | AppImage/scripts/flask_server.py | 2838 | # Check if this is a pool name (pools have no leading whitespace) | STRING |
| LOW | AppImage/scripts/flask_server.py | 2986 | # Check if this disk is used by the system | STRING |
| LOW | AppImage/scripts/flask_server.py | 4504 | # Check if member is a bond first | STRING |
| LOW | AppImage/scripts/flask_server.py | 4529 | # Check if member is a physical interface | STRING |
| LOW | AppImage/scripts/flask_server.py | 6206 | # Check if we have devices array | STRING |
| LOW | AppImage/scripts/flask_server.py | 6612 | # Check if this interface corresponds to the PCI slot | STRING |
| LOW | AppImage/scripts/flask_server.py | 6931 | # Check if this is a GPU sensor | STRING |
| LOW | AppImage/scripts/flask_server.py | 7379 | # Check if this GPU is already in the list (from nvidia-smi) | STRING |
| LOW | AppImage/scripts/flask_server.py | 8021 | # Check if tools are available | STRING |
| LOW | AppImage/scripts/flask_server.py | 8075 | # Check if test is in progress | STRING |
| LOW | AppImage/scripts/flask_server.py | 8878 | # Check if device supports self-test by looking at OACS field | STRING |
| 66 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | scripts/emergency_repair.sh | 644 | # Step 4: Apply changes | COMMENT |
| LOW⚡ | scripts/emergency_repair.sh | 653 | # Step 5: Verification | COMMENT |
| LOW | scripts/emergency_repair.sh | 354 | # Step 2: Show current configuration | COMMENT |
| LOW | scripts/emergency_repair.sh | 368 | # Step 3: Identify specific changes needed | COMMENT |
| LOW | scripts/emergency_repair.sh | 401 | # Step 4: Apply changes with verification | COMMENT |
| LOW | scripts/emergency_repair.sh | 430 | # Step 5: Verification | COMMENT |
| LOW | scripts/emergency_repair.sh | 592 | # Step 2: Identify interfaces to remove | COMMENT |
| LOW | scripts/emergency_repair.sh | 616 | # Step 3: Show what will be removed | COMMENT |
| LOW | scripts/emergency_repair.sh | 803 | # Step 1: Update package lists | COMMENT |
| LOW | scripts/emergency_repair.sh | 817 | # Step 2: Reinstall core Proxmox packages | COMMENT |
| LOW | scripts/emergency_repair.sh | 833 | # Step 3: Regenerate certificates and restart services | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 641 | # Step 1: pick the OVA/OVF file (dialog) | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 644 | # Step 2: extract + parse (terminal output) | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 673 | # Step 3: configure the new VM (dialogs) | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 676 | # Step 4: confirm (dialog) | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 679 | # Step 5: do the import (terminal output only) | COMMENT |
| LOW⚡ | scripts/menus/network_menu.sh | 712 | # Step 4: Apply changes | COMMENT |
| LOW⚡ | scripts/menus/network_menu.sh | 721 | # Step 5: Verification | COMMENT |
| LOW | scripts/menus/network_menu.sh | 415 | # Step 2: Show current configuration | COMMENT |
| LOW | scripts/menus/network_menu.sh | 429 | # Step 3: Identify specific changes needed | COMMENT |
| LOW | scripts/menus/network_menu.sh | 462 | # Step 4: Apply changes with verification | COMMENT |
| LOW | scripts/menus/network_menu.sh | 491 | # Step 5: Verification | COMMENT |
| LOW | scripts/menus/network_menu.sh | 660 | # Step 2: Identify interfaces to remove | COMMENT |
| LOW | scripts/menus/network_menu.sh | 684 | # Step 3: Show what will be removed | COMMENT |
| LOW⚡ | scripts/share/disk_host.sh | 758 | # Step 1: Select disk | COMMENT |
| LOW⚡ | scripts/share/disk_host.sh | 761 | # Step 2: Inspect and choose action | COMMENT |
| LOW⚡ | scripts/share/disk_host.sh | 764 | # Step 3: Filesystem selection (only if formatting) | COMMENT |
| LOW | scripts/share/disk_host.sh | 782 | # Step 4: Configure storage options | COMMENT |
| LOW | scripts/share/disk_host.sh | 803 | # Step 5: Format/mount | COMMENT |
| LOW | scripts/share/disk_host.sh | 831 | # Step 6: Register in Proxmox (only if the user opted in) | COMMENT |
| LOW | scripts/share/disk_host.sh | 1018 | # Step 1: Remove from Proxmox | COMMENT |
| LOW | scripts/share/disk_host.sh | 1029 | # Step 2: Unmount if mounted (dir-backed storages only) | COMMENT |
| LOW | scripts/share/disk_host.sh | 1043 | # Step 3: Remove /etc/fstab entry | COMMENT |
| LOW | scripts/share/disk_host.sh | 1063 | # Step 4: Reboot prompt | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 801 | # Step 1: Select container | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 806 | # Step 2: Select host directory | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 811 | # Step 3: Select container mount point | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 816 | # Step 4: Get container type info (for display only) | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 829 | # Step 5: Active fix for network storage (before confirmation, while we know container type) | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 835 | # Step 6: Confirmation | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 863 | # Step 7: Add bind mount | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 871 | # Step 8: Host permission check for local dirs (only if not already handled above for CIFS/NFS) | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 876 | # Step 9: Summary | COMMENT |
| LOW | scripts/share/lxc-mount-manager_minimal.sh | 889 | # Step 10: Activate the mount and verify it's WRITABLE from inside | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 279 | # Step 1: Enter portal | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 282 | # Step 2: Discover targets | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 285 | # Step 3: Select target | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 293 | # Step 4: Configure storage | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 296 | # Step 5: Add to Proxmox | COMMENT |
| LOW⚡ | scripts/share/samba_client.sh | 732 | # Step 0: | COMMENT |
| LOW⚡ | scripts/share/samba_client.sh | 735 | # Step 1: | COMMENT |
| LOW⚡ | scripts/share/samba_client.sh | 738 | # Step 2: | COMMENT |
| LOW⚡ | scripts/share/samba_client.sh | 741 | # Step 3: | COMMENT |
| LOW | scripts/share/samba_client.sh | 752 | # Step 4: | COMMENT |
| LOW | scripts/share/samba_client.sh | 755 | # Step 5: | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 370 | # Step 0: Install NFS client first | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 373 | # Step 1: Select server | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 379 | # Step 2: Select export | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 392 | # Step 3: Select mount point | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 395 | # Step 4: Configure mount options | COMMENT |
| 19 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | web/app/[locale]/changelog/page.tsx | 38 | function readLatestChangelogVersion(locale: string): { version: string; date: string } | null { | CODE |
| LOW | web/app/[locale]/changelog/page.tsx | 167 | function wrapCodeBlocksWithCopyable(content: string) { | CODE |
| LOW | …ocale]/docs/settings/show-version-information/page.tsx | 29 | export default async function ShowVersionInformationPage({ | CODE |
| LOW | web/app/[locale]/docs/backup-restore/page.tsx | 48 | export default async function BackupRestoreOverviewPage({ | CODE |
| LOW | web/app/[locale]/docs/about/code-of-conduct/page.tsx | 56 | function wrapCodeBlocksWithCopyable(content: string) { | CODE |
| LOW | …app/[locale]/docs/post-install/virtualization/page.tsx | 22 | export default async function PostInstallVirtualizationPage({ | CODE |
| LOW | …/app/[locale]/docs/post-install/customization/page.tsx | 20 | export default async function PostInstallCustomizationPage({ | CODE |
| LOW | …app/[locale]/docs/post-install/basic-settings/page.tsx | 33 | export default async function PostInstallBasicSettingsPage({ | CODE |
| LOW | web/app/[locale]/docs/post-install/uninstall/page.tsx | 30 | export default async function UninstallOptimizationsPage({ | CODE |
| LOW | web/app/[locale]/docs/post-install/monitoring/page.tsx | 21 | export default async function PostInstallMonitoringPage({ | CODE |
| LOW | web/app/[locale]/docs/post-install/performance/page.tsx | 21 | export default async function PostInstallPerformancePage({ | CODE |
| LOW | web/components/ui/chart.tsx | 320 | function getPayloadConfigFromPayload( | CODE |
| LOW | .github/scripts/generate_helpers_cache_back.py | 36 | def guess_os_from_script_path(script_path: str) -> str | None: | CODE |
| LOW | AppImage/components/disk-temperature-detail-modal.tsx | 78 | export function DiskTemperatureDetailModal({ | CODE |
| LOW | AppImage/components/storage-overview.tsx | 2370 | async function fetchTempHistoryForReport(diskName: string): Promise<DiskTempHistoryPayload | undefined> { | CODE |
| LOW | AppImage/scripts/flask_terminal_routes.py | 119 | def issue_terminal_ticket_route(): | CODE |
| LOW | AppImage/scripts/mount_monitor.py | 508 | def _check_reachable_from_host(host_pid: str, ct_target: str, | CODE |
| LOW | AppImage/scripts/notification_events.py | 65 | def get_and_clear_startup_vms(self) -> list: | CODE |
| LOW | AppImage/scripts/notification_events.py | 259 | def _record_smartd_observation_impl(title: str, message: str): | CODE |
| LOW⚡ | AppImage/scripts/notification_events.py | 3235 | def _check_post_install_updates(self): | STRING |
| LOW | AppImage/scripts/notification_events.py | 542 | def _get_disk_io_cooldown_from_db(self, device: str) -> Optional[float]: | STRING |
| LOW | AppImage/scripts/notification_events.py | 1290 | def _record_disk_io_observation(self, resolved: str, msg: str): | STRING |
| LOW | AppImage/scripts/notification_events.py | 1339 | def _record_smartd_observation(self, title: str, message: str): | STRING |
| LOW | AppImage/scripts/notification_events.py | 2869 | def _check_startup_aggregation(self): | STRING |
| LOW | AppImage/scripts/notification_events.py | 3308 | def _check_managed_installs_updates(self): | STRING |
| LOW | AppImage/scripts/notification_events.py | 3471 | def _build_managed_install_event(self, item: dict) -> tuple[str, dict]: | STRING |
| LOW | AppImage/scripts/notification_events.py | 3564 | def _check_ai_model_availability(self): | STRING |
| LOW⚡ | AppImage/scripts/flask_server.py | 624 | def _cleanup_old_temperature_data(): | CODE |
| LOW⚡ | AppImage/scripts/flask_server.py | 635 | def get_temperature_sparkline(minutes=60): | CODE |
| LOW⚡ | AppImage/scripts/flask_server.py | 898 | def _cleanup_old_latency_data(): | CODE |
| LOW⚡ | AppImage/scripts/flask_server.py | 1725 | def _interface_class_from_usb_device(dev_path): | CODE |
| LOW⚡ | AppImage/scripts/flask_server.py | 1856 | def _coral_kernel_modules_loaded(): | CODE |
| LOW⚡ | AppImage/scripts/flask_server.py | 1881 | def _coral_edgetpu_runtime_version(): | CODE |
| LOW⚡ | AppImage/scripts/flask_server.py | 2341 | def extract_vmid_from_interface(interface_name): | CODE |
| LOW | AppImage/scripts/flask_server.py | 404 | def parse_lxc_hardware_config(vmid, node): | CODE |
| LOW | AppImage/scripts/flask_server.py | 721 | def _temperature_collector_loop(): | CODE |
| LOW | AppImage/scripts/flask_server.py | 1009 | def _capture_health_journal_context(categories: list, reason: str = '') -> str: | CODE |
| LOW | AppImage/scripts/flask_server.py | 1454 | def get_cached_pvesh_cluster_resources_vm(): | CODE |
| LOW | AppImage/scripts/flask_server.py | 1505 | def get_cached_pvesh_storage_list(): | CODE |
| LOW | AppImage/scripts/flask_server.py | 1533 | def get_cached_sensors_output(): | CODE |
| LOW | AppImage/scripts/flask_server.py | 1898 | def _coral_pcie_name_from_lspci(slot): | CODE |
| LOW | AppImage/scripts/flask_server.py | 2224 | def get_intel_gpu_processes_from_text(): | CODE |
| LOW⚡ | AppImage/scripts/flask_server.py | 5170 | def identify_temperature_sensor(sensor_name, adapter, chip_name=None): | STRING |
| LOW⚡ | AppImage/scripts/flask_server.py | 10659 | def api_managed_installs_refresh(): | STRING |
| LOW⚡ | AppImage/scripts/flask_server.py | 10678 | def api_lxc_updates_detection_get(): | STRING |
| LOW⚡ | AppImage/scripts/flask_server.py | 10691 | def api_lxc_updates_detection_set(): | STRING |
| LOW | AppImage/scripts/flask_server.py | 4181 | def _get_proxmox_storage_uncached(): | STRING |
| LOW | AppImage/scripts/flask_server.py | 4788 | def _get_lxc_update_status_map() -> dict: | STRING |
| LOW | AppImage/scripts/flask_server.py | 6572 | def get_network_hardware_info(pci_slot): | STRING |
| LOW | AppImage/scripts/flask_server.py | 6752 | def _sriov_find_guest_consumer(bdf): | STRING |
| LOW | AppImage/scripts/flask_server.py | 6998 | def _get_hardware_info_uncached(): | STRING |
| LOW | AppImage/scripts/flask_server.py | 7734 | def api_disk_temperature_history(disk_name): | STRING |
| LOW | AppImage/scripts/flask_server.py | 8745 | def api_smart_history_download(disk_name, filename): | STRING |
| LOW | AppImage/scripts/flask_server.py | 9067 | def api_smart_schedules_create(): | STRING |
| LOW | AppImage/scripts/flask_server.py | 9114 | def api_smart_schedules_delete(schedule_id): | STRING |
| LOW | AppImage/scripts/flask_server.py | 9138 | def api_smart_schedules_toggle(): | STRING |
| LOW | AppImage/scripts/flask_server.py | 9347 | def api_network_interface_metrics(interface_name): | STRING |
| LOW | AppImage/scripts/flask_server.py | 10045 | def api_notifications_download(): | STRING |
| LOW | AppImage/scripts/flask_server.py | 10715 | def api_health_thresholds_get(): | STRING |
| LOW | AppImage/scripts/flask_server.py | 10732 | def api_health_thresholds_put(): | STRING |
| 82 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | scripts/emergency_repair.sh | 644 | # Step 4: Apply changes | COMMENT |
| LOW⚡ | scripts/emergency_repair.sh | 653 | # Step 5: Verification | COMMENT |
| LOW | scripts/emergency_repair.sh | 354 | # Step 2: Show current configuration | COMMENT |
| LOW | scripts/emergency_repair.sh | 368 | # Step 3: Identify specific changes needed | COMMENT |
| LOW | scripts/emergency_repair.sh | 401 | # Step 4: Apply changes with verification | COMMENT |
| LOW | scripts/emergency_repair.sh | 430 | # Step 5: Verification | COMMENT |
| LOW | scripts/emergency_repair.sh | 592 | # Step 2: Identify interfaces to remove | COMMENT |
| LOW | scripts/emergency_repair.sh | 616 | # Step 3: Show what will be removed | COMMENT |
| LOW | scripts/emergency_repair.sh | 803 | # Step 1: Update package lists | COMMENT |
| LOW | scripts/emergency_repair.sh | 817 | # Step 2: Reinstall core Proxmox packages | COMMENT |
| LOW | scripts/emergency_repair.sh | 833 | # Step 3: Regenerate certificates and restart services | COMMENT |
| LOW⚡ | scripts/lxc/lxc-unprivileged-to-privileged.sh | 15 | # WARNING: This reduces security. Use only when necessary. | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 641 | # Step 1: pick the OVA/OVF file (dialog) | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 644 | # Step 2: extract + parse (terminal output) | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 673 | # Step 3: configure the new VM (dialogs) | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 676 | # Step 4: confirm (dialog) | COMMENT |
| LOW⚡ | scripts/utilities/import_vm_ova_ovf.sh | 679 | # Step 5: do the import (terminal output only) | COMMENT |
| LOW⚡ | scripts/menus/network_menu.sh | 712 | # Step 4: Apply changes | COMMENT |
| LOW⚡ | scripts/menus/network_menu.sh | 721 | # Step 5: Verification | COMMENT |
| LOW | scripts/menus/network_menu.sh | 415 | # Step 2: Show current configuration | COMMENT |
| LOW | scripts/menus/network_menu.sh | 429 | # Step 3: Identify specific changes needed | COMMENT |
| LOW | scripts/menus/network_menu.sh | 462 | # Step 4: Apply changes with verification | COMMENT |
| LOW | scripts/menus/network_menu.sh | 491 | # Step 5: Verification | COMMENT |
| LOW | scripts/menus/network_menu.sh | 660 | # Step 2: Identify interfaces to remove | COMMENT |
| LOW | scripts/menus/network_menu.sh | 684 | # Step 3: Show what will be removed | COMMENT |
| LOW⚡ | scripts/share/disk_host.sh | 758 | # Step 1: Select disk | COMMENT |
| LOW⚡ | scripts/share/disk_host.sh | 761 | # Step 2: Inspect and choose action | COMMENT |
| LOW⚡ | scripts/share/disk_host.sh | 764 | # Step 3: Filesystem selection (only if formatting) | COMMENT |
| LOW | scripts/share/disk_host.sh | 782 | # Step 4: Configure storage options | COMMENT |
| LOW | scripts/share/disk_host.sh | 803 | # Step 5: Format/mount | COMMENT |
| LOW | scripts/share/disk_host.sh | 831 | # Step 6: Register in Proxmox (only if the user opted in) | COMMENT |
| LOW | scripts/share/disk_host.sh | 1018 | # Step 1: Remove from Proxmox | COMMENT |
| LOW | scripts/share/disk_host.sh | 1029 | # Step 2: Unmount if mounted (dir-backed storages only) | COMMENT |
| LOW | scripts/share/disk_host.sh | 1043 | # Step 3: Remove /etc/fstab entry | COMMENT |
| LOW | scripts/share/disk_host.sh | 1063 | # Step 4: Reboot prompt | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 801 | # Step 1: Select container | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 806 | # Step 2: Select host directory | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 811 | # Step 3: Select container mount point | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 816 | # Step 4: Get container type info (for display only) | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 829 | # Step 5: Active fix for network storage (before confirmation, while we know container type) | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 835 | # Step 6: Confirmation | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 863 | # Step 7: Add bind mount | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 871 | # Step 8: Host permission check for local dirs (only if not already handled above for CIFS/NFS) | COMMENT |
| LOW⚡ | scripts/share/lxc-mount-manager_minimal.sh | 876 | # Step 9: Summary | COMMENT |
| LOW | scripts/share/lxc-mount-manager_minimal.sh | 889 | # Step 10: Activate the mount and verify it's WRITABLE from inside | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 279 | # Step 1: Enter portal | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 282 | # Step 2: Discover targets | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 285 | # Step 3: Select target | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 293 | # Step 4: Configure storage | COMMENT |
| LOW⚡ | scripts/share/iscsi_host.sh | 296 | # Step 5: Add to Proxmox | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 370 | # Step 0: Install NFS client first | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 373 | # Step 1: Select server | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 379 | # Step 2: Select export | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 392 | # Step 3: Select mount point | COMMENT |
| LOW⚡ | scripts/share/nfs_client.sh | 395 | # Step 4: Configure mount options | COMMENT |
| LOW⚡ | scripts/share/nfs_host.sh | 490 | # Step 1: Select server | COMMENT |
| LOW⚡ | scripts/share/nfs_host.sh | 493 | # Step 2: Select export | COMMENT |
| LOW⚡ | scripts/share/nfs_host.sh | 496 | # Step 3: Validate export | COMMENT |
| LOW⚡ | scripts/share/nfs_host.sh | 505 | # Step 4: Pick mount method(s) — pvesm, fstab, or both | COMMENT |
| LOW | scripts/share/nfs_host.sh | 519 | # Step 6: Apply | COMMENT |
| 14 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | web/messages/es/guides/nvidia-manual.json | 74 | "udevRulesCode": "# /etc/udev/rules.d/70-nvidia.rules\n# Create /dev/nvidia0, /dev/nvidia1 ... and /dev/nvidiactl wh | CODE |
| MEDIUM | web/messages/en/guides/nvidia-manual.json | 74 | "udevRulesCode": "# /etc/udev/rules.d/70-nvidia.rules\n# Create /dev/nvidia0, /dev/nvidia1 ... and /dev/nvidiactl wh | CODE |
| MEDIUM | scripts/security/fail2ban_installer.sh | 133 | # Create a drop-in so we don't break other Proxmox settings | COMMENT |
| MEDIUM⚡ | scripts/vm/zimaos.sh | 764 | # Create the loader selection menu for ZimaOS | COMMENT |
| MEDIUM⚡ | scripts/vm/zimaos.sh | 1066 | # Create the VM | COMMENT |
| MEDIUM | scripts/vm/zimaos.sh | 95 | # Define the header_info function at the beginning of the script | COMMENT |
| MEDIUM | scripts/vm/zimaos.sh | 802 | # Create an array of image options for whiptail | COMMENT |
| MEDIUM⚡ | scripts/vm/synology.sh | 749 | # Create the loader selection menu | COMMENT |
| MEDIUM⚡ | scripts/vm/synology.sh | 1030 | # Create the VM | COMMENT |
| MEDIUM | scripts/vm/synology.sh | 102 | # Define the header_info function at the beginning of the script | COMMENT |
| MEDIUM | scripts/vm/synology.sh | 802 | # Create an array of image options for whiptail | COMMENT |
| MEDIUM⚡ | scripts/global/remove-banner-pve-v3.sh | 78 | # Create the patch script that will be called by APT hook | COMMENT |
| MEDIUM | scripts/global/remove-banner-pve-v3.sh | 174 | # Create the replacement function (simple version that just calls orig_cmd) | COMMENT |
| MEDIUM | scripts/post_install/customizable_post_install.sh | 245 | # Create a temporary configuration | COMMENT |
| MEDIUM | scripts/post_install/customizable_post_install.sh | 1822 | # Create a backup of the original MOTD file | COMMENT |
| MEDIUM | scripts/post_install/uninstall-tools.sh | 276 | # This file is part of systemd. | COMMENT |
| MEDIUM | AppImage/scripts/security_manager.py | 1056 | # Create the auth logger service if not present | COMMENT |
| MEDIUM | AppImage/scripts/health_monitor.py | 2107 | # This function is no longer used in get_detailed_status, but kept for reference if needed. | COMMENT |
| MEDIUM | AppImage/scripts/oci_manager.py | 566 | # Create a safe filename from the image reference | COMMENT |
| MEDIUM | AppImage/scripts/test_real_events.sh | 404 | # Create a marker for cleanup | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | AppImage/scripts/ai_providers/__init__.py | 68 | Factory function to get provider instance. Args: name: Provider name (groq, openai, anthropic, gemini, | STRING |
| HIGH | AppImage/scripts/ai_providers/openai_provider.py | 162 | Generate a response using OpenAI's API or compatible endpoint. Args: system_prompt: System | STRING |
| HIGH | AppImage/scripts/ai_providers/ollama_provider.py | 32 | Generate a response using local Ollama server. Args: system_prompt: System instructions | STRING |
| HIGH | AppImage/scripts/ai_providers/openrouter_provider.py | 82 | Generate a response using OpenRouter's API. OpenRouter uses OpenAI-compatible format with additional | STRING |
| HIGH | AppImage/scripts/ai_providers/groq_provider.py | 80 | Generate a response using Groq's API. Args: system_prompt: System instructions | STRING |
| HIGH | AppImage/scripts/ai_providers/anthropic_provider.py | 36 | Generate a response using Anthropic's API. Note: Anthropic uses a different API format than OpenAI. | STRING |
| HIGH | AppImage/scripts/ai_providers/gemini_provider.py | 116 | Generate a response using Google's Gemini API. Note: Gemini uses a different API format. System instruc | STRING |
| HIGH | AppImage/scripts/ai_providers/base.py | 74 | Generate a response from the AI model. Args: system_prompt: System instructions for the mod | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | AppImage/scripts/flask_server.py | 2522 | .then(response => response || fetch(event.request)) | CODE |
| HIGH | AppImage/scripts/managed_installs.py | 1020 | cmd_age = "stat -c '%Y' /var/cache/apt/pkgcache.bin 2>/dev/null || echo 0" | CODE |
| HIGH | AppImage/scripts/managed_installs.py | 1033 | "|| stat -c '%Y' /etc/apk/world 2>/dev/null || echo 0" | CODE |
| HIGH | AppImage/scripts/oci_manager.py | 1559 | "apk update && apk upgrade --no-cache"], | CODE |
| HIGH | AppImage/scripts/proxmox_known_errors.py | 196 | "solution_detailed": "1. Check interface: ip link show <iface>\n2. Check cable connection\n3. Check switch port | CODE |
| HIGH | AppImage/scripts/notification_channels.py | 608 | # if the user previously saved an empty string or null, we'd end up | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | web/package-lock.json | 7657 | "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz", | CODE |
| MEDIUM⚡ | scripts/utils.sh | 14 | # ProxMenux to facilitate Proxmox VE management. | COMMENT |
| MEDIUM⚡ | scripts/utils.sh | 23 | # These utilities ensure a streamlined and uniform user experience | COMMENT |
| MEDIUM⚡ | scripts/utilities/upgrade_pve8_to_pve9.sh | 14 | # Trixie + PVE 8 -> 9) with comprehensive safeguards, repository | COMMENT |
| MEDIUM | AppImage/scripts/notification_events.py | 2870 | """Check if startup period ended and emit comprehensive startup report. | STRING |
| MEDIUM | AppImage/scripts/notification_events.py | 2900 | # Collect comprehensive startup report | STRING |
| MEDIUM | AppImage/scripts/notification_events.py | 3976 | # prefix is robust and won't accidentally catch smartd or | STRING |
| MEDIUM | AppImage/scripts/flask_server.py | 6999 | """Get comprehensive hardware information""" | STRING |
| LOW | AppImage/scripts/health_persistence.py | 2484 | # so just return None and let the serial-based consolidation | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | AppImage/scripts/mount_monitor.py | 25 | CODE | |
| LOW | AppImage/scripts/notification_events.py | 25 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 50 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 55 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 58 | CODE | |
| LOW | AppImage/scripts/flask_server.py | 71 | CODE | |
| LOW | AppImage/scripts/post_install_versions.py | 23 | CODE | |
| LOW | AppImage/scripts/lxc_mount_points.py | 30 | CODE | |
| LOW | AppImage/scripts/lxc_mount_points.py | 34 | CODE | |
| LOW | AppImage/scripts/disk_temperature_history.py | 27 | CODE | |
| LOW | AppImage/scripts/managed_installs.py | 37 | CODE | |
| LOW | AppImage/scripts/health_monitor.py | 16 | CODE | |
| LOW | AppImage/scripts/health_monitor.py | 16 | CODE | |
| LOW | AppImage/scripts/health_monitor.py | 17 | CODE | |
| LOW | AppImage/scripts/test_disk_observation.py | 28 | CODE | |
| LOW | AppImage/scripts/notification_templates.py | 14 | CODE | |
| LOW | AppImage/scripts/notification_templates.py | 18 | CODE | |
| LOW | AppImage/scripts/notification_templates.py | 19 | CODE | |
| LOW | AppImage/scripts/ai_context_enrichment.py | 20 | CODE | |
| LOW | AppImage/scripts/ai_context_enrichment.py | 27 | CODE | |
| LOW | AppImage/scripts/health_thresholds.py | 34 | CODE | |
| LOW | AppImage/scripts/notification_manager.py | 41 | CODE | |
| LOW | AppImage/scripts/notification_manager.py | 41 | CODE | |
| LOW | AppImage/scripts/proxmox_storage_monitor.py | 12 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | json/helpers_cache.json | 6597 | "Then run: cd /opt/actions-runner && sudo -u runner ./config.sh --url https://github.com/your-username/your-repo - | CODE |
| HIGH | AppImage/components/security.tsx | 2340 | <p>{'Authorization: Bearer YOUR_TOKEN_HERE'}</p> | CODE |
| HIGH | AppImage/scripts/flask_notification_routes.py | 328 | "api_key": "your-api-key", // Not needed for ollama | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | web/components/testimonials.tsx | 4 | author: "Jane Doe", | CODE |
| LOW | oci/catalog.json | 89 | "placeholder": "tskey-auth-xxxxx", | CODE |
| LOW | oci/catalog.json | 100 | "placeholder": "proxmox-gateway", | CODE |
| LOW | json/helpers_cache_back.json | 6699 | "username": "admin@example.com", | CODE |
| LOW | json/helpers_cache.json | 17758 | "username": "admin@example.com", | CODE |
| LOW | json/helpers_cache2.json | 3137 | "username": "admin@example.com", | CODE |
| LOW | json/helpers_cache2.json | 3230 | "username": "admin@example.org", | CODE |
| LOW | scripts/oci/catalog.json | 89 | "placeholder": "tskey-auth-xxxxx", | CODE |
| LOW | scripts/oci/catalog.json | 100 | "placeholder": "proxmox-gateway", | CODE |
| LOW | AppImage/components/notification-settings.tsx | 1719 | placeholder="user@example.com" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | scripts/global/utils-install-functions.sh | 8 | # Usage: | COMMENT |
| LOW⚡ | AppImage/scripts/test_all_notifications.sh | 6 | # Usage: | COMMENT |
| LOW⚡ | AppImage/scripts/test_real_events.sh | 13 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | AppImage/scripts/security_manager.py | 295 | CODE | |
| LOW | AppImage/scripts/security_manager.py | 404 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | AppImage/scripts/ai_providers/__init__.py | 99 | __all__ = [ | CODE |