Arch Linux installer - guided, templates etc.
This report presents the forensic synthetic code analysis of archlinux/archinstall, a Python project with 8,326 GitHub stars. SynthScan v2.0 examined 26,819 lines of code across 203 source files, recording 257 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 10.1 places this repository in the Low 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 257 distinct pattern matches across 13 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 |
|---|---|---|---|---|
| LOW | test_tooling/qemu/qemu.py | 258 | def make_sure_we_are_executing(self) -> bool: | CODE |
| LOW⚡ | tests/conftest.py | 42 | def mirrorlist_no_country_fixture() -> Path: | CODE |
| LOW⚡ | tests/conftest.py | 47 | def mirrorlist_with_country_fixture() -> Path: | CODE |
| LOW⚡ | tests/conftest.py | 52 | def mirrorlist_multiple_countries_fixture() -> Path: | CODE |
| LOW | tests/test_configuration_output.py | 9 | def test_user_config_roundtrip( | CODE |
| LOW | tests/test_args.py | 59 | def test_correct_parsing_args( | CODE |
| LOW | tests/test_args.py | 248 | def test_deprecated_mirror_config_parsing( | CODE |
| LOW | tests/test_args.py | 284 | def test_deprecated_creds_config_parsing( | CODE |
| LOW | tests/test_args.py | 313 | def test_deprecated_audio_config_parsing( | CODE |
| LOW | tests/test_args.py | 334 | def test_encrypted_creds_with_arg( | CODE |
| LOW | tests/test_args.py | 364 | def test_encrypted_creds_with_env_var( | CODE |
| LOW | tests/test_mirrorlist.py | 6 | def test_mirrorlist_no_country(mirrorlist_no_country_fixture: Path) -> None: | CODE |
| LOW | tests/test_mirrorlist.py | 20 | def test_mirrorlist_with_country(mirrorlist_with_country_fixture: Path) -> None: | CODE |
| LOW | tests/test_mirrorlist.py | 34 | def test_mirrorlist_multiple_countries(mirrorlist_multiple_countries_fixture: Path) -> None: | CODE |
| LOW | archinstall/default_profiles/profile.py | 172 | def is_graphic_driver_supported(self) -> bool: | CODE |
| LOW | archinstall/tui/menu_item.py | 317 | def _find_next_selectable_item( | CODE |
| LOW⚡ | archinstall/tui/components.py | 341 | def on_option_list_option_selected(self, event: OptionList.OptionSelected) -> None: | STRING |
| LOW⚡ | archinstall/tui/components.py | 347 | def on_option_list_option_highlighted(self, event: OptionList.OptionHighlighted) -> None: | STRING |
| LOW | archinstall/tui/components.py | 588 | def on_selection_list_selection_highlighted(self, event: SelectionList.SelectionHighlighted[MenuItem]) -> None: | STRING |
| LOW | archinstall/tui/components.py | 614 | def on_selection_list_selection_toggled(self, event: SelectionList.SelectionToggled[MenuItem]) -> None: | STRING |
| LOW | archinstall/tui/components.py | 1129 | def on_data_table_row_highlighted(self, event: DataTable.RowHighlighted) -> None: | STRING |
| LOW | archinstall/tui/components.py | 1156 | def on_data_table_row_selected(self, event: DataTable.RowSelected) -> None: | STRING |
| LOW | archinstall/lib/command.py | 135 | def make_sure_we_are_executing(self) -> bool: | CODE |
| LOW | archinstall/lib/global_menu.py | 249 | async def _select_archinstall_language(self, preset: Language) -> Language: | CODE |
| LOW | archinstall/lib/global_menu.py | 259 | def _prev_archinstall_language(self, item: MenuItem) -> str | None: | CODE |
| LOW | archinstall/lib/global_menu.py | 505 | def _prev_install_invalid_config(self, item: MenuItem) -> PreviewResult | None: | CODE |
| LOW | archinstall/lib/global_menu.py | 566 | async def _select_bootloader_config( | CODE |
| LOW | archinstall/lib/global_menu.py | 583 | async def _select_additional_packages(self, preset: list[str]) -> list[str]: | CODE |
| LOW | archinstall/lib/installer.py | 461 | def _generate_key_files_partitions(self) -> None: | CODE |
| LOW | archinstall/lib/installer.py | 490 | def _generate_key_file_lvm_volumes(self) -> None: | CODE |
| LOW | archinstall/lib/installer.py | 519 | def sync_log_to_install_medium(self) -> bool: | CODE |
| LOW | archinstall/lib/installer.py | 706 | def activate_time_synchronization(self) -> None: | CODE |
| LOW | archinstall/lib/installer.py | 799 | def post_install_enable_iwd_service(*args: str, **kwargs: str) -> None: | CODE |
| LOW | archinstall/lib/installer.py | 828 | def post_install_enable_networkd_resolved(*args: str, **kwargs: str) -> None: | CODE |
| LOW | archinstall/lib/installer.py | 1094 | def _get_luks_uuid_from_mapper_dev(self, mapper_dev_path: Path) -> str: | CODE |
| LOW | archinstall/lib/installer.py | 1102 | def _get_kernel_params_partition( | CODE |
| LOW | archinstall/lib/installer.py | 2128 | def accessibility_tools_in_use() -> bool: | STRING |
| LOW | archinstall/lib/translationhandler.py | 176 | def _get_total_active_messages(self) -> int: | CODE |
| LOW | archinstall/lib/args.py | 765 | def _write_plugin_to_temp_file(self, plugin_data: str) -> Path: | CODE |
| LOW | archinstall/lib/pacman/pacman_menu.py | 73 | async def select_parallel_downloads(preset: int = 5) -> int | None: | CODE |
| LOW | archinstall/lib/general/general_menu.py | 99 | async def select_archinstall_language(languages: list[Language], preset: Language) -> Language: | CODE |
| LOW | archinstall/lib/bootloader/utils.py | 23 | def validate_bootloader_layout( | CODE |
| LOW | archinstall/lib/network/network_handler.py | 59 | def _configure_iwd_standalone(installation: Installer) -> None: | CODE |
| LOW | archinstall/lib/user/user_menu.py | 61 | def _check_for_correct_username(self, username: str | None) -> str | None: | CODE |
| LOW | archinstall/lib/models/device.py | 669 | def from_existing_subvol_info(cls, info: _BtrfsSubvolumeInfo) -> Self: | CODE |
| LOW | archinstall/lib/models/device.py | 1489 | def should_generate_encryption_file(self, dev: PartitionModification | LvmVolume) -> bool: | CODE |
| LOW | archinstall/lib/models/packages.py | 159 | def from_package_group_output(cls, data: list[str]) -> Self: | CODE |
| LOW | archinstall/lib/profile/profiles_handler.py | 293 | def _verify_unique_profile_names(self, profiles: list[Profile]) -> None: | CODE |
| LOW | archinstall/lib/packages/packages.py | 121 | async def select_additional_packages( | CODE |
| LOW | archinstall/lib/disk/partitioning_menu.py | 419 | async def _prompt_partition_fs_type(self, prompt: str | None = None) -> FilesystemType: | CODE |
| LOW | archinstall/lib/disk/partitioning_menu.py | 559 | async def _suggest_partition_layout( | CODE |
| LOW | archinstall/lib/disk/device_handler.py | 164 | def get_device_by_partition_path(self, partition_path: Path) -> BDevice | None: | CODE |
| LOW | archinstall/lib/disk/device_handler.py | 423 | def create_lvm_btrfs_subvolumes( | CODE |
| LOW | archinstall/lib/disk/filesystem.py | 38 | def perform_filesystem_operations(self) -> None: | CODE |
| LOW | archinstall/lib/disk/disk_menu.py | 161 | async def _select_disk_layout_config(self, preset: DiskLayoutConfiguration | None) -> DiskLayoutConfiguration | None: | CODE |
| LOW | archinstall/lib/disk/disk_menu.py | 301 | def _preview_device_selection(item: MenuItem) -> str | None: | CODE |
| LOW | archinstall/lib/disk/disk_menu.py | 358 | async def get_default_partition_layout( | CODE |
| LOW | archinstall/lib/disk/disk_menu.py | 520 | async def select_main_filesystem_format() -> FilesystemType: | CODE |
| LOW | archinstall/lib/disk/disk_menu.py | 568 | def process_root_partition_size(total_size: Size, sector_size: SectorSize) -> Size: | CODE |
| LOW | archinstall/lib/disk/disk_menu.py | 583 | def get_default_btrfs_subvols() -> list[SubvolumeModification]: | CODE |
| 9 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | archinstall/__init__.py | 1 | CODE | |
| LOW | archinstall/tui/menu_item.py | 1 | CODE | |
| LOW | archinstall/lib/locale/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/locale/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/locale/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/locale/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/locale/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/locale/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/locale/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/general/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/general/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/general/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/general/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/general/__init__.py | 7 | CODE | |
| LOW | archinstall/lib/general/__init__.py | 7 | CODE | |
| LOW | archinstall/lib/general/__init__.py | 7 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 1 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 2 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 3 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 29 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 30 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 30 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 30 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 31 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 31 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 31 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 32 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 32 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 32 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 32 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 33 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 34 | CODE | |
| LOW | archinstall/lib/models/__init__.py | 34 | CODE | |
| 3 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test_tooling/qemu/qemu.py | 355 | CODE | |
| LOW | test_tooling/qemu/qemu.py | 419 | CODE | |
| LOW | test_tooling/qemu/qemu.py | 285 | CODE | |
| LOW | archinstall/main.py | 38 | CODE | |
| LOW | archinstall/tui/components.py | 282 | CODE | |
| LOW | archinstall/tui/components.py | 516 | CODE | |
| LOW | archinstall/tui/components.py | 698 | CODE | |
| LOW | archinstall/tui/components.py | 884 | CODE | |
| LOW | archinstall/tui/components.py | 1010 | CODE | |
| LOW | archinstall/lib/global_menu.py | 447 | CODE | |
| LOW | archinstall/lib/installer.py | 461 | CODE | |
| LOW | archinstall/lib/installer.py | 490 | CODE | |
| LOW | archinstall/lib/installer.py | 901 | CODE | |
| LOW | archinstall/lib/installer.py | 1241 | CODE | |
| LOW | archinstall/lib/installer.py | 1445 | CODE | |
| LOW | archinstall/lib/installer.py | 1662 | CODE | |
| LOW | archinstall/lib/installer.py | 1783 | CODE | |
| LOW | archinstall/lib/networking.py | 104 | CODE | |
| LOW | archinstall/lib/networking.py | 166 | CODE | |
| LOW | archinstall/lib/networking.py | 52 | CODE | |
| LOW | archinstall/lib/hardware.py | 148 | CODE | |
| LOW | archinstall/lib/args.py | 709 | CODE | |
| LOW | archinstall/lib/network/network_menu.py | 36 | CODE | |
| LOW | archinstall/lib/utils/format.py | 66 | CODE | |
| LOW | archinstall/lib/user/user_menu.py | 37 | CODE | |
| LOW | archinstall/lib/models/users.py | 48 | CODE | |
| LOW | archinstall/lib/models/mirrors.py | 49 | CODE | |
| LOW | archinstall/lib/profile/profiles_handler.py | 274 | CODE | |
| LOW | archinstall/lib/menu/util.py | 13 | CODE | |
| LOW | archinstall/lib/menu/abstract_menu.py | 111 | CODE | |
| LOW | archinstall/lib/packages/packages.py | 66 | CODE | |
| LOW | archinstall/lib/disk/fido.py | 103 | CODE | |
| LOW | archinstall/lib/disk/partitioning_menu.py | 210 | CODE | |
| LOW | archinstall/lib/disk/partitioning_menu.py | 227 | CODE | |
| LOW | archinstall/lib/disk/partitioning_menu.py | 270 | CODE | |
| LOW | archinstall/lib/disk/device_handler.py | 558 | CODE | |
| LOW | archinstall/lib/disk/subvolume_menu.py | 77 | CODE | |
| LOW | archinstall/lib/disk/filesystem.py | 38 | CODE | |
| LOW | archinstall/lib/disk/filesystem.py | 161 | CODE | |
| LOW | …chinstall/lib/authentication/authentication_handler.py | 73 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test_tooling/qemu/qemu.py | 221 | except Exception: | CODE |
| LOW | archinstall/main.py | 55 | except Exception as e: | CODE |
| LOW | archinstall/main.py | 198 | except Exception as e: | CODE |
| MEDIUM | archinstall/tui/components.py | 1304 | def _run_worker(self) -> None: | CODE |
| LOW | archinstall/tui/components.py | 1314 | except Exception as err: | STRING |
| LOW | archinstall/scripts/guided.py | 200 | except Exception: | CODE |
| LOW | archinstall/lib/plugins.py | 21 | except Exception as err: | CODE |
| LOW | archinstall/lib/plugins.py | 49 | except Exception as err: | CODE |
| LOW | archinstall/lib/plugins.py | 57 | except Exception: | CODE |
| LOW | archinstall/lib/plugins.py | 87 | except Exception as err: | CODE |
| LOW | archinstall/lib/command.py | 98 | except Exception: | CODE |
| LOW | archinstall/lib/version.py | 7 | except Exception: | CODE |
| MEDIUM | archinstall/lib/version.py | 4 | def get_version() -> str: | CODE |
| LOW | archinstall/lib/installer.py | 1499 | except Exception as err: | STRING |
| LOW | archinstall/lib/installer.py | 1511 | except Exception as err: | STRING |
| LOW | archinstall/lib/installer.py | 1532 | except Exception as err: | STRING |
| LOW | archinstall/lib/installer.py | 1551 | except Exception as err: | STRING |
| LOW | archinstall/lib/translationhandler.py | 193 | except Exception: | CODE |
| LOW | archinstall/lib/translationhandler.py | 202 | except Exception: | CODE |
| LOW | archinstall/lib/networking.py | 141 | except Exception as e: | CODE |
| LOW | archinstall/lib/pacman/pacman.py | 47 | except Exception as err: | CODE |
| LOW | archinstall/lib/pacman/pacman_menu.py | 84 | except Exception: | CODE |
| LOW | archinstall/lib/locale/utils.py | 74 | except Exception: | CODE |
| MEDIUM | archinstall/lib/locale/utils.py | 64 | def get_kb_layout() -> str: | CODE |
| LOW | archinstall/lib/models/mirrors.py | 76 | except Exception as error: | CODE |
| LOW | archinstall/lib/profile/profiles_handler.py | 288 | except Exception: | CODE |
| LOW | archinstall/lib/profile/profiles_handler.py | 338 | except Exception as e: | CODE |
| LOW | archinstall/lib/packages/packages.py | 78 | except Exception as e: | CODE |
| LOW | archinstall/lib/disk/fido.py | 31 | except Exception as e: | CODE |
| LOW | archinstall/lib/mirror/mirror_handler.py | 62 | except Exception as e: | CODE |
| LOW | examples/interactive_installation.py | 200 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | archinstall/__init__.py | 3 | __all__ = ['plugin'] | CODE |
| LOW | archinstall/default_profiles/profile.py | 137 | def set_custom_settings(self, settings: dict[CustomSetting, str | None]) -> None: | CODE |
| LOW⚡ | archinstall/tui/menu_item.py | 193 | def set_preview_for_all(self, action: Callable[[Any], str | None]) -> None: | CODE |
| LOW⚡ | archinstall/tui/menu_item.py | 197 | def set_focus_by_value(self, value: Any) -> None: | CODE |
| LOW⚡ | archinstall/tui/menu_item.py | 203 | def set_default_by_value(self, value: Any) -> None: | CODE |
| LOW⚡ | archinstall/tui/menu_item.py | 209 | def set_selected_by_value(self, values: Any | list[Any] | None) -> None: | CODE |
| LOW | archinstall/tui/menu_item.py | 247 | def set_action_for_all(self, action: Callable[[Any], Any]) -> None: | CODE |
| LOW | archinstall/tui/menu_item.py | 264 | def set_filter_pattern(self, pattern: str) -> None: | CODE |
| LOW | archinstall/tui/components.py | 30 | def _update_preview(widget: Label, result: str | PreviewResult | None) -> None: | CODE |
| LOW⚡ | archinstall/tui/components.py | 353 | def _set_cursor(self) -> None: | STRING |
| LOW | archinstall/tui/components.py | 136 | def _set_cursor(self) -> None: | STRING |
| LOW | archinstall/tui/components.py | 327 | def _update_options(self, options: list[Option]) -> None: | STRING |
| LOW | archinstall/tui/components.py | 372 | def _set_preview(self, item_id: str) -> None: | STRING |
| LOW | archinstall/tui/components.py | 576 | def _update_options(self, options: list[Selection[MenuItem]]) -> None: | STRING |
| LOW | archinstall/tui/components.py | 595 | def _set_cursor(self) -> None: | STRING |
| LOW | archinstall/tui/components.py | 622 | def _set_preview(self, item: MenuItem) -> None: | STRING |
| LOW | archinstall/tui/components.py | 733 | def _update_selection(self) -> None: | STRING |
| LOW | archinstall/tui/components.py | 1141 | def _set_cursor(self, row_index: int) -> None: | STRING |
| LOW | archinstall/lib/global_menu.py | 274 | def _update_lang_text(self) -> None: | CODE |
| LOW | archinstall/lib/installer.py | 633 | def set_hostname(self, hostname: str) -> None: | CODE |
| LOW | archinstall/lib/installer.py | 2031 | def set_vconsole(self, locale_config: LocaleConfiguration) -> None: | STRING |
| LOW | archinstall/lib/locale/__init__.py | 11 | __all__ = [ | CODE |
| LOW | archinstall/lib/general/__init__.py | 9 | __all__ = [ | CODE |
| LOW | archinstall/lib/network/wpa_supplicant.py | 71 | def set_network(self, network: WifiNetwork, psk: str) -> None: | CODE |
| LOW | archinstall/lib/models/device.py | 1028 | def set_flag(self, flag: PartitionFlag) -> None: | CODE |
| LOW | archinstall/lib/models/__init__.py | 36 | __all__ = [ | CODE |
| LOW | archinstall/lib/menu/__init__.py | 4 | __all__ = [ | CODE |
| LOW | archinstall/lib/menu/abstract_menu.py | 85 | def set_enabled(self, key: str, enabled: bool) -> None: | CODE |
| LOW | archinstall/lib/disk/partitioning_menu.py | 382 | async def _set_btrfs_subvolumes(self, partition: PartitionModification) -> None: | CODE |
| LOW | archinstall/lib/disk/filesystem.py | 141 | def _setup_lvm_encrypted(self, lvm_config: LvmConfiguration, enc_config: DiskEncryption) -> None: | CODE |
| LOW | …chinstall/lib/authentication/authentication_handler.py | 25 | def _setup_u2f_login(self, install_session: Installer, u2f_config: U2FLoginConfiguration, users: list[User], hostname: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | archinstall/scripts/guided.py | 0 | performs the installation steps on a block device. only requirement is that the block devices are formatted and setup pr | STRING |
| HIGH | archinstall/scripts/only_hd.py | 0 | performs the installation steps on a block device. only requirement is that the block devices are formatted and setup pr | STRING |
| HIGH | examples/interactive_installation.py | 0 | performs the installation steps on a block device. only requirement is that the block devices are formatted and setup pr | STRING |
| HIGH | examples/only_hd_installation.py | 0 | performs the installation steps on a block device. only requirement is that the block devices are formatted and setup pr | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .gitlab-ci.yml | 1 | # This file contains GitLab CI/CD configuration for the ArchInstall project. | COMMENT |
| MEDIUM | archinstall/applications/audio.py | 40 | # Create the full path for enabling the pipewire systemd items | COMMENT |
| MEDIUM | archinstall/lib/networking.py | 158 | # Define the ICMP Echo Request packet | COMMENT |
| MEDIUM | archinstall/lib/networking.py | 171 | # Create a raw socket (requires root, which should be fine on archiso) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | archinstall/tui/rich.py | 25 | CODE | |
| LOW | archinstall/tui/components.py | 820 | CODE | |
| LOW | archinstall/tui/components.py | 978 | CODE | |
| LOW | archinstall/lib/menu/helpers.py | 13 | CODE | |
| LOW | archinstall/lib/menu/helpers.py | 136 | CODE | |
| LOW | archinstall/lib/menu/helpers.py | 206 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | test_tooling/qemu/qemu.py | 472 | qemu += f' -blockdev \'{{"node-name":"libvirt-{scsi_index}-format","read-only":false,"discard":"unmap","cache":{{"dir | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .gitlab-ci.yml | 4 | # These jobs should leverage the same tag as that runner. If necessary, change the tag from 'docker' to the one it uses. | COMMENT |
| LOW | archinstall/lib/mirror/mirror_handler.py | 85 | # just return as-is without sorting? | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | archinstall/lib/networking.py | 189 | # Check if it's an Echo Reply (ICMP type 0) | COMMENT |
| LOW | archinstall/lib/pacman/config.py | 38 | # Check if this is a commented repository section that needs to be enabled | COMMENT |
| LOW | archinstall/lib/disk/lvm.py | 129 | # Check if the VG is actually exported before trying to import it | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/conf.py | 21 | # list see the documentation: | COMMENT |
| LOW | docs/conf.py | 61 | # directories to ignore when looking for source files. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/ISSUE_TEMPLATE/01_bug.yml | 82 | **Note**: Feel free to modify the textarea above as you wish. | CODE |