Repository Analysis

qualcomm/GenieX

Run frontier LLMs and VLMs locally on Qualcomm devices across NPU, GPU, and CPU with a few lines of code

6.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of qualcomm/GenieX, a Rust project with 8,208 GitHub stars. SynthScan v2.0 examined 117,309 lines of code across 386 source files, recording 658 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 6.3 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).

6.3
Adjusted Score
6.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
8.2K
Stars
Rust
Language
117.3K
Lines of Code
386
Files
658
Pattern Hits
2026-07-14
Scan Date
0.00
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 0MEDIUM 57LOW 601

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 658 distinct pattern matches across 15 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 Block326 hits · 250 pts
SeverityFileLineSnippetContext
LOWcli/release/linux/install.sh1#!/bin/shCOMMENT
LOWcli/release/linux/check.sh1#!/bin/shCOMMENT
LOWcli/release/linux/entrypoint.sh1#!/bin/shCOMMENT
LOWsdk/CMakeLists.txt121 COMMENT "Building model manager (${RUST_PROFILE})"COMMENT
LOWsdk/benchmark/benchmark.c41#include <time.h>COMMENT
LOWsdk/benchmark/qdc/linux/run_linux.sh1#!/bin/bashCOMMENT
LOWsdk/plugins/qairt/include/sampler_config_utils.h1// Copyright (c) 2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/qairt/include/path_utils.h1// Copyright (c) 2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/qairt/include/qnn_runtime_utils.h1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/qairt/src/llm.cpp1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/qairt/src/vlm.cpp1// Copyright (c) 2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/llama_cpp/include/params.h1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/llama_cpp/include/params.h21// share the same upstream tuning.COMMENT
LOWsdk/plugins/llama_cpp/include/htp_session.h1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/llama_cpp/include/htp_session.h21// ggml-backend-reg have live sessions again.COMMENT
LOWsdk/plugins/llama_cpp/src/llm.cpp1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/llama_cpp/src/vlm.cpp1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/llama_cpp/src/plugin.cpp1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/include/registry.h1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/include/geniex.h21#if defined(_WIN32) && !defined(__MINGW32__)COMMENT
LOWsdk/include/validation.h21#include <openssl/pem.h>COMMENT
LOWsdk/include/validation.h41#include <sys/utsname.h>COMMENT
LOWsdk/include/image_utils.h1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/include/external/httplib.h1//COMMENT
LOWsdk/include/external/httplib.h21 "cpp-httplib doesn't support 32-bit Windows. Please use a 64-bit compiler.")COMMENT
LOWsdk/include/external/httplib.h41/*COMMENT
LOWsdk/include/external/httplib.h61#ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_USECONDCOMMENT
LOWsdk/include/external/httplib.h81#ifndef CPPHTTPLIB_CLIENT_READ_TIMEOUT_SECONDCOMMENT
LOWsdk/include/external/httplib.h101#ifndef CPPHTTPLIB_IDLE_INTERVAL_SECONDCOMMENT
LOWsdk/include/external/httplib.h121#ifndef CPPHTTPLIB_HEADER_MAX_COUNTCOMMENT
LOWsdk/include/external/httplib.h141#ifndef CPPHTTPLIB_RANGE_MAX_COUNTCOMMENT
LOWsdk/include/external/httplib.h161#ifndef CPPHTTPLIB_COMPRESSION_BUFSIZCOMMENT
LOWsdk/include/external/httplib.h181#define CPPHTTPLIB_LISTEN_BACKLOG 5COMMENT
LOWsdk/include/external/httplib.h201#if defined(_MSC_VER)COMMENT
LOWsdk/include/external/httplib.h221#endif // NOMINMAXCOMMENT
LOWsdk/include/external/httplib.h241using socklen_t = int;COMMENT
LOWsdk/include/external/httplib.h261#include <csignal>COMMENT
LOWsdk/include/external/httplib.h281#include <array>COMMENT
LOWsdk/include/external/httplib.h301#include <sstream>COMMENT
LOWsdk/include/external/httplib.h321COMMENT
LOWsdk/include/external/httplib.h341#include <openssl/evp.h>COMMENT
LOWsdk/include/external/httplib.h361#endif // CPPHTTPLIB_OPENSSL_SUPPORTCOMMENT
LOWsdk/include/external/httplib.h4801 }COMMENT
LOWsdk/include/external/json.hpp21#include <algorithm> // all_of, find, for_eachCOMMENT
LOWsdk/include/external/json.hpp41// SPDX-License-Identifier: MITCOMMENT
LOWsdk/include/external/json.hpp61 #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PACOMMENT
LOWsdk/include/external/json.hpp81 #define JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON 0COMMENT
LOWsdk/include/external/json.hpp161// __ _____ _____ _____COMMENT
LOWsdk/include/external/json.hpp181#include <valarray> // valarrayCOMMENT
LOWsdk/include/external/json.hpp201#include <vector> // vectorCOMMENT
LOWsdk/include/external/json.hpp221// __| | __| | | | JSON for Modern C++COMMENT
LOWsdk/include/external/json.hpp341/* Hedley - https://nemequ.github.io/hedleyCOMMENT
LOWsdk/include/external/json.hpp361#if defined(JSON_HEDLEY_CONCAT_EX)COMMENT
LOWsdk/include/external/json.hpp381#if defined(JSON_HEDLEY_VERSION_ENCODE)COMMENT
LOWsdk/include/external/json.hpp401#if defined(JSON_HEDLEY_GNUC_VERSION)COMMENT
LOWsdk/include/external/json.hpp421#endifCOMMENT
LOWsdk/include/external/json.hpp441#endifCOMMENT
LOWsdk/include/external/json.hpp461#if defined(JSON_HEDLEY_INTEL_CL_VERSION)COMMENT
LOWsdk/include/external/json.hpp481 #define JSON_HEDLEY_PGI_VERSION JSON_HEDLEY_VERSION_ENCODE(__PGIC__, __PGIC_MINOR__, __PGIC_PATCHLEVEL__)COMMENT
LOWsdk/include/external/json.hpp501 #define JSON_HEDLEY_SUNPRO_VERSION JSON_HEDLEY_VERSION_ENCODE((((__SUNPRO_CC >> 16) & 0xf) * 10) + ((__SUNPRO_CC >> COMMENT
266 more matches not shown…
Decorative Section Separators45 hits · 162 pts
SeverityFileLineSnippetContext
MEDIUMsdk/CMakeLists.txt26# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt28# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt41# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt43# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt127# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt129# ===============================================================================COMMENT
MEDIUMsdk/plugins/qairt/src/vlm.cpp73 // ── LLM config ────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/plugins/qairt/src/vlm.cpp113 // ── Vision encoder config ─────────────────────────────────────────────────COMMENT
MEDIUMsdk/plugins/qairt/src/vlm.cpp125 // ── Build VLMConfig and create pipeline ───────────────────────────────────COMMENT
MEDIUMsdk/model-manager/crates/core/src/pull.rs10//! ┌───────────────────┐ ┌───────────────────────────┐ ┌──────────────────┐COMMENT
MEDIUMsdk/model-manager/crates/core/src/pull.rs16//! └───────────────────┘ └───────────────────────────┘ └──────────────────┘COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py29# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py31# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py95# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py97# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py122# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py125# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py143# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py145# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py178# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py180# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py255# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py257# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py318# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/tests/unit/test_error_messages.py320# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py20# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py22# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py27# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py29# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py47# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py49# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py68# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py70# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py90# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py92# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py115# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py117# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py136# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py138# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py202# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py204# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py273# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py275# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py314# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py316# ---------------------------------------------------------------------------COMMENT
Hyper-Verbose Identifiers101 hits · 115 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py60def pytest_collection_modifyitems(config, items):CODE
LOWtests/plugins/llama_cpp/test_llama_cpp_vlm.py60def test_multi_turn_without_reset(llama_cpp_vlm_paths, test_image):CODE
LOWtests/api/test_version.py16def test_qairt_plugin_version_nonempty(geniex_session):CODE
LOWtests/api/test_version.py23def test_llama_cpp_plugin_version_nonempty(geniex_session):CODE
LOWtests/api/test_init_deinit.py11def test_init_deinit_is_idempotent_within_session(geniex_session):CODE
LOWtests/api/test_init_deinit.py16def test_set_log_level_accepts_known_levels(geniex_session):CODE
LOWtests/api/test_init_deinit.py21def test_public_surface_exports():CODE
LOWtests/api/test_compute_unit_list.py11def test_compute_unit_list_shape_for_each_runtime(geniex_session):CODE
LOWtests/api/test_runtime_list.py11def test_runtime_list_is_non_empty_string_list(geniex_session):CODE
LOWtests/api/test_runtime_list.py18def test_runtime_list_contains_llama_cpp(geniex_session):CODE
LOWtests/api/test_resolve_device_map.py15def test_auto_resolves_to_a_known_runtime(geniex_session):CODE
LOWtests/api/test_resolve_device_map.py22def test_cpu_alias_zeroes_gpu_layers(geniex_session):CODE
LOWtests/api/test_resolve_device_map.py40def test_qairt_npu_alias_resolves_to_qairt(geniex_session):CODE
LOWcli/server/docs/ui/swagger-ui.js1!function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"fuCODE
LOWcli/server/docs/ui/swagger-ui-es-bundle-core.js2import*as e from"ieee754";import*as t from"base64-js";import*as r from"react";import*as n from"redux";import*as a from"iCODE
LOWcli/server/docs/ui/swagger-ui-standalone-preset.js2!function webpackUniversalModuleDefinition(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"fuCODE
LOWbindings/python/tests/test_model_manager.py18def test_get_paths_returns_existing_files(llama_cpp_paths):CODE
LOWbindings/python/tests/test_model_manager.py24def test_list_contains_pulled_model(llama_cpp_paths):CODE
LOWbindings/python/tests/test_model_manager.py29def test_ensure_cached_idempotent(llama_cpp_paths):CODE
LOWbindings/python/tests/test_model_manager.py43def test_resolve_alias_unknown_raises(geniex_session):CODE
LOWbindings/python/tests/test_local_aihub_pull.py105def test_pull_from_extracted_dir_produces_qairt_paths(tmp_path, cleanup_model):CODE
LOWbindings/python/tests/test_local_aihub_pull.py131def test_pull_from_extracted_dir_supports_vision_yields_vlm(tmp_path, cleanup_model):CODE
LOWbindings/python/tests/test_local_aihub_pull.py146def test_pull_from_local_zip_handles_stored_and_deflate(tmp_path, cleanup_model):CODE
LOWbindings/python/tests/test_local_aihub_pull.py173def test_pull_rejects_unknown_local_layout(tmp_path, geniex_session):CODE
LOWbindings/python/tests/test_local_aihub_pull.py183def test_pull_rejects_safetensors_only_dir_with_clear_error(tmp_path, geniex_session):CODE
LOWbindings/python/tests/test_local_aihub_pull.py194def test_pull_localfs_requires_local_path(geniex_session):CODE
LOWbindings/python/tests/test_progress.py18def test_resolve_false_returns_none():CODE
LOWbindings/python/tests/test_progress.py22def test_resolve_callable_passthrough():CODE
LOWbindings/python/tests/test_progress.py27def test_resolve_none_returns_default():CODE
LOWbindings/python/tests/test_progress.py35def test_resolve_rejects_non_callable():CODE
LOWbindings/python/tests/test_progress.py44def test_finish_noop_on_plain_callable():CODE
LOWbindings/python/tests/test_progress.py48def test_tqdm_progress_creates_bar_per_file():CODE
LOWbindings/python/tests/test_progress.py60def test_tqdm_progress_updates_existing_bar():CODE
LOWbindings/python/tests/test_progress.py70def test_tqdm_progress_handles_unknown_total():CODE
LOWbindings/python/tests/test_progress.py82def test_default_progress_printer_returns_callable():CODE
LOWbindings/python/tests/test_cli.py24def test_cli_imports_only_public_surface():CODE
LOWbindings/python/tests/test_cli.py45def test_cli_devices_returns_zero(geniex_session):CODE
LOWbindings/python/tests/test_cli.py77def test_cli_version_prints_three_lines(geniex_session):CODE
LOWbindings/python/tests/test_cli.py85def test_cli_log_level_overrides_verbose(geniex_session):CODE
LOWbindings/python/tests/test_cli.py93def test_parse_media_extracts_image(tmp_path):CODE
LOWbindings/python/tests/test_cli.py102def test_parse_media_extracts_audio(tmp_path):CODE
LOWbindings/python/tests/test_cli.py111def test_parse_media_ignores_missing_file():CODE
LOWbindings/python/tests/test_cli.py118def test_parse_media_leaves_plain_text_alone():CODE
LOWbindings/python/tests/unit/test_modeling_decode.py25def test_well_formed_multibyte_roundtrip():CODE
LOWbindings/python/tests/unit/test_modeling_decode.py30def test_truncated_multibyte_does_not_raise():CODE
LOWbindings/python/tests/unit/test_modeling_decode.py39def test_truncated_emoji_does_not_raise():CODE
LOWbindings/python/tests/unit/test_cli_load_banner.py53def test_banner_prints_backend_and_device_from_meta(monkeypatch, capsys):CODE
LOWbindings/python/tests/unit/test_cli_load_banner.py60def test_banner_falls_back_to_args_device_when_meta_missing(monkeypatch, capsys):CODE
LOWbindings/python/tests/unit/test_cli_load_banner.py67def test_banner_uses_backend_only_when_device_missing(monkeypatch, capsys):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py157def test_range_fetch_llama_cpp_only(tmp_path, monkeypatch, http_server):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py175def test_range_fetch_qairt_only(tmp_path, monkeypatch, http_server):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py189def test_range_fetch_both_backends(tmp_path, monkeypatch, http_server):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py202def test_full_fallback_when_range_unsupported(tmp_path, monkeypatch, http_server):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py216def test_override_succeeds_without_sha_sidecar(tmp_path, monkeypatch, http_server):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py235def test_override_full_fallback_succeeds_without_sha_sidecar(tmp_path, monkeypatch, http_server):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py249def test_default_source_still_requires_sha_sidecar(tmp_path, monkeypatch):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py269def test_unknown_backend_rejected(tmp_path):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py274def test_skipped_when_lib_dir_already_populated(tmp_path, monkeypatch):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py285def test_skipped_when_env_flag_set(tmp_path, monkeypatch):CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py294def test_default_sources_url_shape(tmp_path, monkeypatch):CODE
41 more matches not shown…
Unused Imports118 hits · 109 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py12CODE
LOWtests/_quality_data.py26CODE
LOWtests/_models.py25CODE
LOWtests/qdc/run_qdc_pytest.py23CODE
LOWtests/plugins/qairt/test_qairt_llm.py6CODE
LOWtests/plugins/qairt/test_qairt_vlm.py6CODE
LOWtests/plugins/llama_cpp/test_llama_cpp_llm.py6CODE
LOWtests/plugins/llama_cpp/test_llama_cpp_vlm.py6CODE
LOWtests/cli/cases/__init__.py4CODE
LOWtests/cli/cases/__init__.py5CODE
LOWtests/cli/cases/__init__.py6CODE
LOWtests/cli/cases/__init__.py7CODE
LOWtests/cli/cases/__init__.py8CODE
LOWtests/cli/scripts/config.py7CODE
LOWtests/api/test_version.py6CODE
LOWtests/api/test_init_deinit.py6CODE
LOWtests/api/test_compute_unit_list.py6CODE
LOWtests/api/test_runtime_list.py6CODE
LOWtests/api/test_resolve_device_map.py10CODE
LOWsdk/benchmark/qdc/run_qdc_jobs.py12CODE
LOWsdk/benchmark/qdc/_qdc.py12CODE
LOWsdk/benchmark/qdc/tests/utils.py6CODE
LOWbindings/sync_siblings.py20CODE
LOWbindings/python-qairt/setup.py10CODE
LOWbindings/python/_geniex_backend.py27CODE
LOWbindings/python/_geniex_backend.py27CODE
LOWbindings/python/_geniex_backend.py27CODE
LOWbindings/python/_geniex_backend.py27CODE
LOWbindings/python/_geniex_backend.py27CODE
LOWbindings/python/_geniex_backend.py38CODE
LOWbindings/python/_geniex_backend.py38CODE
LOWbindings/python/_geniex_backend.py38CODE
LOWbindings/python/_geniex_backend.py21CODE
LOWbindings/python/_sdk_fetch.py26CODE
LOWbindings/python/_shared_setup.py12CODE
LOWbindings/python/setup.py10CODE
LOWbindings/python/tests/conftest.py13CODE
LOWbindings/python/tests/test_model_manager.py6CODE
LOWbindings/python/tests/test_local_aihub_pull.py17CODE
LOWbindings/python/tests/test_progress.py6CODE
LOWbindings/python/tests/test_cli.py11CODE
LOWbindings/python/tests/unit/test_modeling_decode.py9CODE
LOWbindings/python/tests/unit/test_cli_load_banner.py7CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py16CODE
LOWbindings/python/tests/unit/test_quant_validation.py12CODE
LOWbindings/python/tests/unit/test_qairt_coerce.py6CODE
LOWbindings/python/tests/unit/test_default_precision.py10CODE
LOWbindings/python/tests/unit/test_error_messages.py11CODE
LOWbindings/python/geniex/__init__.py4CODE
LOWbindings/python/geniex/__init__.py5CODE
LOWbindings/python/geniex/__init__.py5CODE
LOWbindings/python/geniex/__init__.py5CODE
LOWbindings/python/geniex/__init__.py5CODE
LOWbindings/python/geniex/__init__.py5CODE
LOWbindings/python/geniex/__init__.py5CODE
LOWbindings/python/geniex/__init__.py5CODE
LOWbindings/python/geniex/__init__.py5CODE
LOWbindings/python/geniex/__init__.py15CODE
LOWbindings/python/geniex/__init__.py16CODE
LOWbindings/python/geniex/__init__.py16CODE
58 more matches not shown…
AI Slop Vocabulary7 hits · 21 pts
SeverityFileLineSnippetContext
MEDIUMtests/qdc/run_qdc_pytest.py207 # Start-Transcript harness.log, which buffers and can drop tail bytesCOMMENT
MEDIUMsdk/benchmark/qdc/run_qdc_jobs.py196 # Phones lack python3/curl, so the appium pytest harness on the QDC hostCOMMENT
MEDIUMsdk/include/external/httplib.h8938 // Cross-host/scheme redirect - create new client with robust setupCOMMENT
MEDIUMsdk/include/external/httplib.h8943// New method for robust redirect client creationCOMMENT
MEDIUMsdk/include/external/httplib.h9009 // Setup client with robust configurationCOMMENT
MEDIUMsdk/include/external/httplib.h9017// New method for robust client setup (based on basic_manual_redirect.cpp logic)COMMENT
MEDIUMsdk/include/external/fmt/format.h3380 // Compilers are not aware of how to leverage the maximum value ofCOMMENT
Excessive Try-Catch Wrapping14 hits · 17 pts
SeverityFileLineSnippetContext
LOWtests/cli/run.py91 except Exception:CODE
LOWtests/cli/run.py131 except Exception as _:CODE
LOWtests/cli/run.py150 except Exception as _:CODE
LOWtests/cli/run.py164 except Exception:CODE
LOWsdk/benchmark/qdc/_qdc.py99 except Exception as exc:CODE
LOWbindings/python/geniex/model_manager.py264 except Exception:CODE
MEDIUMbindings/python/geniex/model_manager.py253def _trampoline(files_ptr, count, _user_data):CODE
LOWbindings/python/geniex/cli.py45 except Exception: # noqa: BLE001CODE
LOWbindings/python/geniex/modeling.py326 except Exception:CODE
LOWbindings/python/geniex/modeling.py586 except Exception:CODE
MEDIUMbindings/python/geniex/modeling.py323def __del__(self) -> None:CODE
MEDIUMbindings/python/geniex/modeling.py583def __del__(self) -> None:CODE
LOWbindings/python/geniex/auto.py302 except Exception: # noqa: BLE001 — uncached / unknown → treat as LLMCODE
LOWbindings/python/geniex/_ffi/_api.py70 except Exception:CODE
Verbosity Indicators9 hits · 15 pts
SeverityFileLineSnippetContext
LOWsdk/include/validation.h630 // Step 1: Determine if this license key is seen for the first time (ignoring license_id)COMMENT
LOWsdk/include/validation.h651 // Step 3: For subsequent times, use offline validationCOMMENT
LOWsdk/include/image_utils.h93 // Step 1: Get original image dimensions using ffprobeCOMMENT
LOWsdk/include/image_utils.h97 // Step 2: For normal aspect ratios (0.5-2.0), directly resize without paddingCOMMENT
LOWsdk/include/image_utils.h113 // Step 3: Fallback - If dimension detection fails, directly resize to target sizeCOMMENT
LOWsdk/include/image_utils.h127 // Step 4: For extreme aspect ratios (< 0.5 or > 2.0), use smart paddingCOMMENT
LOWsdk/include/external/fmt/format-inl.h1191 // Step 1: integer promotion & Schubfach multiplier calculation.COMMENT
LOWsdk/include/external/fmt/format-inl.h1246 // Step 2: Try larger divisor; remove trailing zeros if necessary.COMMENT
LOWsdk/include/external/fmt/format-inl.h1277 // Step 3: Find the significand with the smaller divisor.COMMENT
Structural Annotation Overuse9 hits · 15 pts
SeverityFileLineSnippetContext
LOWsdk/include/validation.h630 // Step 1: Determine if this license key is seen for the first time (ignoring license_id)COMMENT
LOWsdk/include/validation.h651 // Step 3: For subsequent times, use offline validationCOMMENT
LOWsdk/include/image_utils.h93 // Step 1: Get original image dimensions using ffprobeCOMMENT
LOWsdk/include/image_utils.h97 // Step 2: For normal aspect ratios (0.5-2.0), directly resize without paddingCOMMENT
LOWsdk/include/image_utils.h113 // Step 3: Fallback - If dimension detection fails, directly resize to target sizeCOMMENT
LOWsdk/include/image_utils.h127 // Step 4: For extreme aspect ratios (< 0.5 or > 2.0), use smart paddingCOMMENT
LOWsdk/include/external/fmt/format-inl.h1191 // Step 1: integer promotion & Schubfach multiplier calculation.COMMENT
LOWsdk/include/external/fmt/format-inl.h1246 // Step 2: Try larger divisor; remove trailing zeros if necessary.COMMENT
LOWsdk/include/external/fmt/format-inl.h1277 // Step 3: Find the significand with the smaller divisor.COMMENT
Modern Structural Boilerplate10 hits · 10 pts
SeverityFileLineSnippetContext
LOWtests/cli/cases/__init__.py10__all__ = [CODE
LOWbindings/python/tests/unit/test_sdk_fetch.py152def _set_override(monkeypatch: pytest.MonkeyPatch, base_url: str) -> None:CODE
LOWbindings/python/geniex/__init__.py20__all__ = [CODE
LOWbindings/python/geniex/model_manager.py30__all__ = [CODE
LOWbindings/python/geniex/model_manager.py423def set_type(model_name: str, model_type: str) -> None:CODE
LOWbindings/python/geniex/_progress.py18__all__ = ['default_progress_printer', 'resolve', 'finish']CODE
LOWbindings/python/geniex/_ffi/_api.py82def set_log_level(level: str) -> None:CODE
LOWbindings/python/geniex/_ffi/__init__.py45__all__ = [CODE
LOWbindings/python/geniex/_ffi/_lib.py70def _setup_env(lib_path: str, plugin_path: str, extra_dirs: list[str] | None = None) -> None:CODE
LOWbindings/python/geniex/generation/__init__.py8__all__ = ['GenerationConfig', 'GenerateOutput', 'ProfileData', 'TextIteratorStreamer']CODE
Modern AI Meta-Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM.claude/skills/reshape-pr-commits/SKILL.md22## Non-negotiable guardrailsCOMMENT
MEDIUM.github/workflows/_test.yml159 # ---------------- python / sdk pytest (shared scaffolding) ----------------COMMENT
Fake / Example Data4 hits · 6 pts
SeverityFileLineSnippetContext
LOWcli/server/docs/ui/swagger-ui.js1!function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"fuCODE
LOWcli/server/docs/ui/swagger-ui.js1!function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"fuCODE
LOWcli/server/docs/ui/swagger-ui-es-bundle-core.js2import*as e from"ieee754";import*as t from"base64-js";import*as r from"react";import*as n from"redux";import*as a from"iCODE
LOWcli/server/docs/ui/swagger-ui-es-bundle-core.js2import*as e from"ieee754";import*as t from"base64-js";import*as r from"react";import*as n from"redux";import*as a from"iCODE
Deep Nesting5 hits · 5 pts
SeverityFileLineSnippetContext
LOWtests/qdc/run_qdc_pytest.py86CODE
LOWtests/cli/run.py169CODE
LOWsdk/benchmark/qdc/_qdc.py156CODE
LOWbindings/python/geniex/modeling.py344CODE
LOWbindings/python/geniex/auto.py213CODE
AI Structural Patterns5 hits · 5 pts
SeverityFileLineSnippetContext
LOWbindings/python/geniex/model_manager.py210CODE
LOWbindings/python/geniex/modeling.py185CODE
LOWbindings/python/geniex/modeling.py439CODE
LOWbindings/python/geniex/auto.py346CODE
LOWbindings/python/geniex/auto.py441CODE
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOWcli/release/linux/install.sh7# Usage:COMMENT
LOWcli/release/linux/check.sh9# Usage:COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWcli/internal/readline/history.go6// TODO: implement history persistenceCOMMENT