Repository Analysis

canonical/multipass

Multipass orchestrates virtual Ubuntu instances

2.6 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of canonical/multipass, a C++ project with 9,179 GitHub stars. SynthScan v2.0 examined 182,810 lines of code across 1307 source files, recording 434 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 2.6 places this repository in the Likely human-written 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).

2.6
Adjusted Score
2.6
Raw Score
100%
Time Factor
2026-07-14
Last Push
9.2K
Stars
C++
Language
182.8K
Lines of Code
1.3K
Files
434
Pattern Hits
2026-07-14
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

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.

CRITICAL 0HIGH 8MEDIUM 12LOW 414

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 434 distinct pattern matches across 16 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.

Over-Commented Block216 hits · 216 pts
SeverityFileLineSnippetContext
LOWCMakeLists.txt1# Copyright (C) Canonical, Ltd.COMMENT
LOWpackaging/windows/custom-actions/pch.h1// pch.h: This is a precompiled header file.COMMENT
LOWpackaging/windows/custom-actions/pch.cpp1// pch.cpp: source file corresponding to the pre-compiled headerCOMMENT
LOWpackaging/windows/custom-actions/framework.h1#pragma onceCOMMENT
LOWrxx/Cargo.toml1# Copyright (C) Canonical, Ltd.COMMENT
LOWrxx/CMakeLists.txt1# Copyright (C) Canonical, Ltd.COMMENT
LOWrxx/macros/Cargo.toml1# Copyright (C) Canonical, Ltd.COMMENT
LOWrxx/namegen/Cargo.toml1# Copyright (C) Canonical, Ltd.COMMENT
LOWrxx/namegen/CMakeLists.txt1# Copyright (C) Canonical, Ltd.COMMENT
LOWinclude/multipass/utils.h21#include <multipass/network_interface_info.h>COMMENT
LOWinclude/multipass/async_periodic_download_task.h21#include <multipass/logging/log.h>COMMENT
LOWinclude/multipass/virtual_machine.h21#include "network_interface.h"COMMENT
LOWinclude/multipass/file_ops.h21#include "singleton.h"COMMENT
LOWinclude/multipass/vm_image_vault.h21#include "memory_size.h"COMMENT
LOWinclude/multipass/posix.h21#include <io.h>COMMENT
LOWinclude/multipass/platform.h21#include <multipass/availability_zone_manager.h>COMMENT
LOW3rd-party/vcpkg-ports/qemu/generate-mingw-lockfile.py1#!/usr/bin/env python3COMMENT
LOW3rd-party/vcpkg-ports/xz-embedded/CMakeLists.txt1# Copyright © 2017-2026 Canonical Ltd.COMMENT
LOWtests/unit/test_alias_dict.cpp21#include <multipass/cli/table_formatter.h>COMMENT
LOWtests/unit/CMakeLists.txt1# Copyright (C) Canonical, Ltd.COMMENT
LOWtests/unit/test_daemon_start.cpp21#include "common.h"COMMENT
LOWtests/unit/test_ubuntu_image_host.cpp21#include "mock_platform.h"COMMENT
LOWtests/unit/test_sshfsmount.cpp21#include "sftp_server_test_fixture.h"COMMENT
LOWtests/unit/test_client_common.cpp21#include "mock_cert_provider.h"COMMENT
LOWtests/unit/daemon_test_fixture.cpp21#include "common.h"COMMENT
LOWtests/unit/test_sftpserver.cpp21#include "mock_file_ops.h"COMMENT
LOWtests/unit/test_image_vault.cpp21#include "mock_file_ops.h"COMMENT
LOWtests/unit/mock_cert_provider.h21COMMENT
LOWtests/unit/test_base_virtual_machine.cpp21#include "mock_cloud_init_file_ops.h"COMMENT
LOWtests/unit/common.h61#define MP_TYPED_TEST_SUITE(suite_name, types_param) TYPED_TEST_SUITE(suite_name, types_param, )COMMENT
LOWtests/unit/test_utils.cpp21#include "mock_openssl_syscalls.h"COMMENT
LOWtests/unit/test_base_snapshot.cpp21#include "mock_file_ops.h"COMMENT
LOWtests/unit/test_sshfs_mount_handler.cpp21#include "mock_logger.h"COMMENT
LOWtests/unit/test_daemon.cpp21#include "fake_alias_config.h"COMMENT
LOWtests/unit/test_daemon.cpp41#include "stub_availability_zone_manager.h"COMMENT
LOWtests/unit/test_singleton.cpp81 // : Singleton<TryMultipleton>{Singleton<TryMultipleton>::pass} // error: privateCOMMENT
LOWtests/unit/disabling_macros.h21// Use like this: TEST_F(TestSuite, DISABLE_ON_XXX(testName))COMMENT
LOWtests/unit/disabling_macros.h41#define DISABLE_ON_WINDOWS(testName) testNameCOMMENT
LOWtests/unit/test_cli_client.cpp21#include "disabling_macros.h"COMMENT
LOWtests/unit/test_cli_client.cpp41#include <src/client/cli/client.h>COMMENT
LOWtests/unit/test_daemon_mount.cpp21#include "mock_logger.h"COMMENT
LOWtests/unit/mock_virtual_machine.h21#include "mock_ssh_process.h"COMMENT
LOWtests/unit/macos/test_platform_osx.cpp21#include "tests/unit/mock_environment_helpers.h"COMMENT
LOWtests/unit/hyperv/test_hyperv_backend.cpp21#include "tests/unit/mock_process_factory.h"COMMENT
LOWtests/unit/unix/CMakeLists.txt1# Copyright (C) Canonical, Ltd.COMMENT
LOWtests/unit/unix/test_platform_unix.cpp21#include <tests/unit/common.h>COMMENT
LOWtests/unit/linux/test_backend_utils.cpp21#include "tests/unit/mock_logger.h"COMMENT
LOWtests/unit/linux/test_platform_linux.cpp21#include "tests/unit/mock_environment_helpers.h"COMMENT
LOWtests/unit/qemu/test_qemu_backend.cpp21#include "tests/unit/mock_cloud_init_file_ops.h"COMMENT
LOWtests/unit/qemu/test_qemu_backend.cpp41COMMENT
LOWtests/unit/qemu/test_qemu_snapshot.cpp21#include "tests/unit/mock_process_factory.h"COMMENT
LOWtests/unit/qemu/macos/CMakeLists.txt1# Copyright (C) Canonical, Ltd.COMMENT
LOWtests/unit/qemu/linux/CMakeLists.txt1# Copyright (C) Canonical, Ltd.COMMENT
LOWtests/unit/qemu/linux/test_dnsmasq_server.cpp21#include "tests/unit/mock_logger.h"COMMENT
LOWtests/unit/applevz/CMakeLists.txt1# Copyright (C) Canonical, Ltd.COMMENT
LOW…/unit/applevz/test_applevz_virtual_machine_factory.cpp21#include "tests/unit/mock_cloud_init_file_ops.h"COMMENT
LOWtests/unit/windows/test_platform_win.cpp21#include "tests/unit/mock_logger.h"COMMENT
LOWtests/unit/windows/test_smb_mount_handler.cpp21#include "tests/unit/mock_logger.h"COMMENT
LOWtests/unit/hyperv_api/CMakeLists.txt1# Copyright (C) Canonical, Ltd.COMMENT
LOW…unit/hyperv_api/test_ut_hyperv_hcs_virtual_machine.cpp21#include <multipass/exceptions/start_exception.h>COMMENT
156 more matches not shown…
Unused Imports86 hits · 68 pts
SeverityFileLineSnippetContext
LOWpackaging/macos/merge_pkgs.py5CODE
LOWpackaging/gui-less/generate-snapcraft.py12CODE
LOWtools/distro-scraper/scraper/models.py1CODE
LOW3rd-party/vcpkg-ports/qemu/generate-mingw-lockfile.py34CODE
LOWtests/cli/multipass/__init__.py19CODE
LOWtests/cli/multipass/__init__.py19CODE
LOWtests/cli/multipass/__init__.py19CODE
LOWtests/cli/multipass/__init__.py19CODE
LOWtests/cli/multipass/__init__.py19CODE
LOWtests/cli/multipass/__init__.py19CODE
LOWtests/cli/multipass/__init__.py27CODE
LOWtests/cli/multipass/__init__.py27CODE
LOWtests/cli/multipass/__init__.py28CODE
LOWtests/cli/multipass/__init__.py28CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py29CODE
LOWtests/cli/multipass/__init__.py57CODE
LOWtests/cli/multipass/__init__.py58CODE
LOWtests/cli/multipass/__init__.py58CODE
LOWtests/cli/multipass/__init__.py58CODE
LOWtests/cli/multipass/__init__.py59CODE
LOWtests/cli/multipass/__init__.py59CODE
LOWtests/cli/multipass/__init__.py59CODE
LOWtests/cli/multipass/__init__.py64CODE
LOWtests/cli/multipass/__init__.py65CODE
LOWtests/cli/multipass/__init__.py66CODE
LOWtests/cli/multipass/__init__.py67CODE
LOWtests/cli/multipass/__init__.py68CODE
LOWtests/cli/multipass/__init__.py69CODE
LOWtests/cli/multipass/__init__.py69CODE
LOWtests/cli/multipass/__init__.py69CODE
LOWtests/cli/controller/launchd_multipassd_controller.py19CODE
LOWtests/cli/controller/__init__.py19CODE
LOWtests/cli/controller/__init__.py20CODE
LOWtests/cli/controller/__init__.py21CODE
LOWtests/cli/controller/__init__.py22CODE
26 more matches not shown…
Hyper-Verbose Identifiers64 hits · 64 pts
SeverityFileLineSnippetContext
LOWgit-hooks/commit-msg.py148 def test_valid_single_line_commit_messages(self):CODE
LOWgit-hooks/commit-msg.py158 def test_valid_multi_line_commit_messages(self):CODE
LOWtests/cli/cli_exec_test.py31 def test_exec_propagates_command_exit_code(self, instance):CODE
LOWtests/cli/cli_transfer_test.py32 def test_transfer_single_file(self, instance):CODE
LOWtests/cli/cli_transfer_test.py50 def test_transfer_single_file_create_parents(self, instance):CODE
LOWtests/cli/cli_transfer_test.py84 def test_transfer_directory_recursive(self, instance):CODE
LOWtests/cli/conftest.py243def pytest_assertrepr_compare(op, left, right):CODE
LOWtests/cli/conftest.py259def pytest_collection_modifyitems(config, items):CODE
LOWtests/cli/conftest.py371def remove_temporary_storage_dir(target_dir):CODE
LOWtests/cli/conftest.py376def make_temporary_storage_dir():CODE
LOWtests/cli/conftest.py399def ensure_multipass_binaries_are_present():CODE
LOWtests/cli/conftest.py591def windows_privileged_mounts(multipassd):CODE
LOWtests/cli/cli_mount_test.py91 def test_mount_to_specific_target(self, instance, mount_type):CODE
LOWtests/cli/cli_mount_test.py124 def test_mount_same_src_again(self, instance, mount_type):CODE
LOWtests/cli/cli_alias_test.py69 def test_create_alias_in_another_context(self, instance):CODE
LOWtests/cli/cli_clone_test.py42 def test_clone_nonexistent_instance(self):CODE
LOWtests/cli/cli_clone_test.py46 def test_clone_running_instance(self, instance):CODE
LOWtests/cli/cli_clone_test.py59 def test_clone_instance_with_snapshot(self, instance):CODE
LOWtests/cli/cli_clone_test.py69 def test_clone_verify_clone_has_different_properties(self, instance):CODE
LOWtests/cli/cli_shell_test.py75 def test_shell_exit_code_propagation(self, instance):CODE
LOWtests/cli/cli_settings_test.py49 def test_get_disabled_primary_name(self):CODE
LOWtests/cli/cli_settings_test.py57 def test_set_driver_name_to_default(self, multipassd):CODE
LOWtests/cli/cli_vm_resource_test.py45 def test_modify_vm_while_running(self, instance):CODE
LOWtests/cli/cli_snapshot_test.py45 def test_take_snapshot_of_nonexistent_instance(self):CODE
LOWtests/cli/cli_snapshot_test.py52 def test_try_restore_snapshot_of_nonexistent_instance(self):CODE
LOWtests/cli/cli_snapshot_test.py68 def test_take_snapshot_name_conflict(self, instance):CODE
LOWtests/cli/cli_snapshot_test.py82 def test_snapshot_restore_while_running(self, instance):CODE
LOWtests/cli/cli_snapshot_test.py100 def test_take_snapshot_linear_history(self, instance):CODE
LOWtests/cli/cli_snapshot_test.py112 def test_take_snapshot_delete_linear_history(self, instance):CODE
LOWtests/cli/cli_snapshot_test.py139 def test_take_snapshot_and_restore_linear(self, instance):CODE
LOWtests/cli/cli_snapshot_test.py179 def test_take_snapshot_and_restore_branched(self, instance):CODE
LOWtests/cli/cli_snapshot_test.py232 def test_take_snapshot_delete_branched(self, instance):CODE
LOWtests/cli/cli_snapshot_test.py350 def test_take_snapshot_name_tbd(self, instance):CODE
LOWtests/cli/cli_vm_lifecycle_test.py32 def test_lifecycle_ops_on_nonexistent(self):CODE
LOWtests/cli/cli_vm_lifecycle_test.py81 def test_launch_delete_recover_purge(self, instance):CODE
LOWtests/cli/cli_list_test.py37 def test_list_snapshots_empty(self, feat_snapshot):CODE
LOWtests/cli/multipass/cmd_output.py26def strip_lxd_deprecation_notice(text: str) -> str:CODE
LOWtests/cli/multipass/validate.py74def validate_info_snapshot_output(name, properties):CODE
LOWtests/cli/multipass/feature_versions.py38def multipass_version_has_feature(feature_name, version=None):CODE
LOWtests/cli/multipass/feature_versions.py58def skip_if_feature_not_supported(feature_name, version=None):CODE
LOWtests/cli/multipass/basics.py28def default_storage_dir_for_backend(backend):CODE
LOWtests/cli/multipass/helpers.py218def get_cloudinit_instance_id(name):CODE
LOWtests/cli/multipass/helpers.py233def get_default_interface_name(name):CODE
LOWtests/cli/multipass/helpers.py291def default_daemon_controller():CODE
LOWtests/cli/multipass/snapshot.py78def collapse_to_snapshot_tree(flat_map):CODE
LOW…sts/cli/controller/standalone_multipassd_controller.py127 def supports_self_autorestart(self):CODE
LOW…sts/cli/controller/standalone_multipassd_controller.py130 def wait_for_self_autorestart(self):CODE
LOWtests/cli/controller/launchd_multipassd_controller.py89def perform_daemon_shutdown_procedure(daemon_pid: int):CODE
LOWtests/cli/controller/launchd_multipassd_controller.py270 def supports_self_autorestart(self) -> bool:CODE
LOWtests/cli/controller/winsvc_multipassd_controller.py209 def supports_self_autorestart(self) -> bool:CODE
LOWtests/cli/controller/winsvc_multipassd_controller.py212 async def wait_for_self_autorestart(self, timeout: int = 60) -> None:CODE
LOWtests/cli/controller/multipassd_controller.py51 def supports_self_autorestart(self) -> bool:CODE
LOWtests/cli/controller/multipassd_controller.py55 async def wait_for_self_autorestart(self) -> None:CODE
LOWtests/cli/controller/multipassd_governor.py165 async def _ensure_client_certs_are_created(self):CODE
LOWtests/cli/controller/multipassd_governor.py174 def _authenticate_client_cert(self):CODE
LOWtests/cli/controller/multipassd_governor.py297 async def wait_for_multipassd_ready(timeout=60):CODE
LOWtests/cli/controller/snap_multipassd_controller.py117 async def wait_for_self_autorestart(self, timeout=60):CODE
LOWtests/cli/controller/snap_multipassd_controller.py127 def supports_self_autorestart(self) -> bool:CODE
LOWtests/cli/controller/snap_multipassd_controller.py140 async def _get_active_enter_timestamp_monotonic(self):CODE
LOWtests/cli/utilities/temputils.py30def make_test_tmp_dir_for_snap(snap_name):CODE
4 more matches not shown…
Excessive Try-Catch Wrapping25 hits · 27 pts
SeverityFileLineSnippetContext
LOWtools/distro-scraper/scraper/cli.py107 except Exception as e:CODE
LOWtools/distro-scraper/scraper/cli.py118 except Exception as e:CODE
LOWgit-hooks/commit-msg.py495 except Exception as e:STRING
MEDIUMgit-hooks/commit-msg.py496 print(f"Error running tests: {e}", file=sys.stderr)STRING
MEDIUMgit-hooks/commit-msg.py520 print("Error: Expected a commit message file path", file=sys.stderr)STRING
LOWgit-hooks/commit-msg.py529 except Exception as e:STRING
MEDIUMgit-hooks/commit-msg.py530 print(f"Error reading commit msg: {e}", file=sys.stderr)STRING
LOWtests/cli/multipass/multipass_cmd.py196 except Exception as ex:CODE
LOWtests/cli/controller/launchd_multipassd_controller.py295 except Exception:CODE
LOWtests/cli/controller/winsvc_multipassd_controller.py147 except Exception as ex:CODE
LOWtests/cli/controller/winsvc_multipassd_controller.py172 except Exception:CODE
LOWtests/cli/controller/winsvc_multipassd_controller.py233 except Exception:CODE
LOWtests/cli/controller/winsvc_multipassd_controller.py240 except Exception:CODE
LOWtests/cli/controller/winsvc_multipassd_controller.py256 except Exception:CODE
LOWtests/cli/controller/multipassd_governor.py93 except Exception as e:CODE
MEDIUMtests/cli/controller/multipassd_governor.py95 print(f"Error in log reader: {e}", file=sys.stderr)CODE
LOWtests/cli/controller/multipassd_governor.py257 except Exception as e:CODE
LOWtests/cli/controller/multipassd_governor.py355 except Exception as exc:CODE
LOWtests/cli/utilities/pexpectutils.py130 except Exception:CODE
MEDIUMtests/cli/utilities/pexpectutils.py126def terminate(self, force=False):CODE
LOWtests/cli/utilities/threadutils.py100 except Exception:CODE
LOWtests/cli/utilities/threadutils.py179 except Exception:CODE
LOWdocs/.sphinx/update_sp.py51 except Exception as e:CODE
LOWdocs/.sphinx/update_sp.py241 except Exception as e:CODE
LOWdocs/.sphinx/update_sp.py265 except Exception as e:CODE
Docstring Block Structure3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHtests/cli/multipass/multipass_cmd.py101Run a Multipass CLI command with optional retry, timeout, and context manager support. This function wraps MultSTRING
HIGHtests/cli/multipass/basics.py29 Get default storage dir for a backend. Args: backend (str): "snap", "launchd", "winsvc", or "standalonSTRING
HIGHtests/cli/utilities/threadutils.py238 Wait for a Future to complete without blocking signal handling. Args: fut: The Future to wait for STRING
Cross-File Repetition3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHtests/cli/controller/launchd_multipassd_controller.py0return exit code if available; else none. should return promptly if stopped.STRING
HIGHtests/cli/controller/multipassd_controller.py0return exit code if available; else none. should return promptly if stopped.STRING
HIGHtests/cli/controller/snap_multipassd_controller.py0return exit code if available; else none. should return promptly if stopped.STRING
Self-Referential Comments4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/macos.yml265 # Define the trap to catch the exit code AND check for core dumpsCOMMENT
MEDIUM.github/workflows/linux.yml249 # Create the directory for the coredumps and ensure the directory is emptyCOMMENT
MEDIUM.github/workflows/linux.yml269 # Create the directory for the coredumpsCOMMENT
MEDIUM.github/workflows/linux.yml304 # Create the directory for the coredumpsCOMMENT
Deep Nesting10 hits · 10 pts
SeverityFileLineSnippetContext
LOWtools/distro-scraper/scraper/cli.py47CODE
LOW3rd-party/vcpkg-ports/qemu/generate-mingw-lockfile.py83CODE
LOWtests/cli/multipass/multipass_spawn.py42CODE
LOWtests/cli/multipass/validate.py24CODE
LOWtests/cli/controller/multipassd_governor.py297CODE
LOWtests/cli/utilities/threadutils.py110CODE
LOWtests/cli/utilities/threadutils.py168CODE
LOWtests/cli/utilities/threadutils.py194CODE
LOWdocs/.sphinx/update_sp.py37CODE
LOWdocs/.sphinx/update_sp.py138CODE
Structural Annotation Overuse6 hits · 9 pts
SeverityFileLineSnippetContext
LOW…how-to-guides/manage-instances/configure-static-ips.md8## Step 1: Create a BridgeCOMMENT
LOW…how-to-guides/manage-instances/configure-static-ips.md27## Step 2: Launch an instance with a manual networkCOMMENT
LOW…how-to-guides/manage-instances/configure-static-ips.md37## Step 3: Configure the extra interfaceCOMMENT
LOW…how-to-guides/manage-instances/configure-static-ips.md58## Step 4: Apply the new configurationCOMMENT
LOW…how-to-guides/manage-instances/configure-static-ips.md68## Step 5: Confirm that it worksCOMMENT
LOW…how-to-guides/manage-instances/configure-static-ips.md88## Step 6: More instancesCOMMENT
Redundant / Tautological Comments5 hits · 8 pts
SeverityFileLineSnippetContext
LOWtests/cli/conftest.py593 # Check if privileged mounts are already enabledCOMMENT
LOWdocs/.sphinx/update_sp.py32# Check if debuggingCOMMENT
LOW.github/workflows/macos.yml159 # Check if we actually need to call NuGet through mono.COMMENT
LOW.github/workflows/macos.yml269 # Check if any files were generated in /cores/COMMENT
LOW.github/workflows/linux.yml241 # Check if any files were generated in /coredump/COMMENT
Cross-Language Confusion1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHdocs/conf.py203# NOTE: If undefined, set to None, or empty,COMMENT
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHsrc/utils/json_utils.cpp118// In this implementation our general strategy is to maintain a `std::stack` of counted iteratorsCOMMENT
Fake / Example Data5 hits · 5 pts
SeverityFileLineSnippetContext
LOWtests/unit/test_cloud_init_iso.cpp411 original_iso.add_file("network-config", "dummy_data");CODE
LOWtests/unit/test_cloud_init_iso.cpp437 original_iso.add_file("network-config", "dummy_data");CODE
LOWtests/unit/applevz/test_applevz_utils.cpp201 MP_UTILS.make_file_with_content(asif_path.toStdString(), "placeholder", true);CODE
LOWtests/unit/applevz/test_applevz_utils.cpp233 MP_UTILS.make_file_with_content(asif_path.toStdString(), "placeholder", false);CODE
LOWtests/unit/applevz/test_applevz_utils.cpp386 MP_UTILS.make_file_with_content(asif_path.toStdString(), "placeholder", false);CODE
Slop Phrases2 hits · 5 pts
SeverityFileLineSnippetContext
MEDIUMdocs/.sphinx/_static/bundle.js1(()=>{"use strict";function e(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}functioCODE
MEDIUMsrc/platform/console/terminal.cpp33 * but I'm unable to find a cross-platform way to get the FD correspondingCOMMENT
AI Slop Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
LOW…sts/cli/controller/standalone_multipassd_controller.py39 # No prologue needed -- just pass it via process envCOMMENT
MEDIUMsrc/iso/cloud_init_iso.cpp690 // Initially, we utilize this information to navigate to and read the file data.COMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWtools/distro-scraper/scraper/cli.py13logger = logging.getLogger(__name__)CODE