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.2 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of qualcomm/GenieX, a Rust project with 8,332 GitHub stars. SynthScan v2.0 examined 122,730 lines of code across 399 source files, recording 668 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 6.2 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.2
Adjusted Score
6.2
Raw Score
100%
Time Factor
2026-08-28
Last Push
8.3K
Stars
Rust
Language
122.7K
Lines of Code
399
Files
668
Pattern Hits
2026-08-29
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 3MEDIUM 57LOW 608

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 668 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 Block330 hits · 254 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 --manifest-path "${RUST_MM_DIR}/Cargo.toml"COMMENT
LOWsdk/CMakeLists.txt141# the llama.cpp plugin to tear down HTP FastRPC channels on model unload soCOMMENT
LOWsdk/benchmark/bench.h21#include <geniex_model.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/llm.cpp21#include "dispatch.h" // provided by geniex-qairt/models/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/params.h41// overrides stay at the call site.COMMENT
LOWsdk/plugins/llama_cpp/include/llm.h1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.COMMENT
LOWsdk/plugins/llama_cpp/include/vlm.h1// Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries.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/llm.cpp561 output->vocab_size = n_vocab;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/plugins/llama_cpp/src/params.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/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
270 more matches not shown…
Decorative Section Separators45 hits · 162 pts
SeverityFileLineSnippetContext
MEDIUMsdk/CMakeLists.txt26# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt28# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt43# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt45# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt129# ===============================================================================COMMENT
MEDIUMsdk/CMakeLists.txt131# ===============================================================================COMMENT
MEDIUMsdk/plugins/qairt/src/vlm.cpp72 // ── LLM config ────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/plugins/qairt/src/vlm.cpp119 // ── Vision encoder config ─────────────────────────────────────────────────COMMENT
MEDIUMsdk/plugins/qairt/src/vlm.cpp131 // ── 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.py48# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py50# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py68# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py70# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py88# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py90# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py112# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py114# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py133# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py135# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py214# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py216# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py282# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py284# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py323# ---------------------------------------------------------------------------COMMENT
MEDIUMbindings/python/geniex/_ffi/_types.py325# ---------------------------------------------------------------------------COMMENT
Hyper-Verbose Identifiers116 hits · 136 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py53def pytest_collection_modifyitems(config, items):CODE
LOWtests/test_qairt.py81def test_llm_greedy_is_deterministic(cached, model, device_map):CODE
LOWtests/test_qairt.py169def test_llm_quality_keywords(cached, model, device_map, prompt, expected):CODE
LOWtests/test_qairt.py201def test_llm_logits_self_consistency(qairt_llm_paths, device_map):CODE
LOWtests/test_qairt.py221def test_vlm_quality_keywords(cached, model, quality_image, device_map):CODE
LOWtests/test_qairt.py246def test_chat_template_roles_and_sentinels(qairt_llm_paths, device_map):CODE
LOWtests/test_qairt.py267def test_chat_template_enable_thinking(qairt_llm_paths, device_map):CODE
LOWtests/test_qairt.py284def test_chat_template_tools_list_and_json_string_equivalent(qairt_llm_paths, device_map):CODE
LOWtests/test_api.py16def test_llama_cpp_plugin_version_nonempty(geniex_session):CODE
LOWtests/test_api.py21def test_qairt_plugin_version_nonempty(geniex_session):CODE
LOWtests/test_api.py28def test_runtime_list_is_non_empty_string_list(geniex_session):CODE
LOWtests/test_api.py35def test_runtime_list_contains_llama_cpp(geniex_session):CODE
LOWtests/test_api.py39def test_compute_unit_list_shape_for_each_runtime(geniex_session):CODE
LOWtests/test_api.py50def test_init_deinit_is_idempotent_within_session(geniex_session):CODE
LOWtests/test_api.py55def test_set_log_level_accepts_known_levels(geniex_session):CODE
LOWtests/test_api.py60def test_public_surface_exports():CODE
LOWtests/test_api.py89def test_resolve_auto_returns_known_runtime(geniex_session):CODE
LOWtests/test_api.py96def test_resolve_cpu_alias_zeroes_gpu_layers(geniex_session):CODE
LOWtests/test_api.py102def test_resolve_hybrid_alias_offloads_all_layers(geniex_session):CODE
LOWtests/test_api.py110def test_resolve_llama_cpp_auto_defaults_to_npu(geniex_session):CODE
LOWtests/test_api.py124def test_resolve_qairt_npu_alias_resolves_to_qairt(geniex_session):CODE
LOWtests/test_llama_cpp.py50def test_model_manager_pull_mtp(llama_cpp_mtp_paths):CODE
LOWtests/test_llama_cpp.py94def test_llm_greedy_is_deterministic(cached, model, device_map):CODE
LOWtests/test_llama_cpp.py178def test_llm_quality_keywords(cached, model, device_map, prompt, expected):CODE
LOWtests/test_llama_cpp.py213def test_vlm_quality_keywords(cached, model, quality_image, device_map):CODE
LOWtests/test_llama_cpp.py285def test_chat_template_roles_and_sentinels(llama_cpp_llm_paths, device_map):CODE
LOWtests/test_llama_cpp.py307def test_chat_template_enable_thinking(llama_cpp_llm_paths, device_map):CODE
LOWtests/test_llama_cpp.py325def test_chat_template_tools_list_and_json_string_equivalent(llama_cpp_llm_paths, device_map):CODE
LOWtests/test_llama_cpp.py352def test_chat_template_content_load_override(llama_cpp_llm_paths, device_map):CODE
LOWtests/test_llama_cpp.py376def test_context_shift_fires_on_decode_overflow(llama_cpp_llm_paths, device_map):CODE
LOWtests/test_llama_cpp.py399def test_context_shift_not_triggered_when_nctx_is_ample(llama_cpp_llm_paths, device_map):CODE
LOWtests/test_llama_cpp.py415def test_mtmd_marker_prepended_per_image(llama_cpp_vlm_paths, test_image, quality_image, device_map, n_images):CODE
LOWtests/test_llama_cpp.py438def test_mtmd_marker_absent_on_text_only_message(llama_cpp_vlm_paths, device_map):CODE
LOWtests/test_llama_cpp.py455def test_mtmd_generate_rejects_missing_image_path(llama_cpp_vlm_paths, test_image, device_map):CODE
LOWtests/qdc/android/conftest.py31def _prepare_device_for_appium() -> None: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_seeds_initial_from_downloaded():CODE
LOWbindings/python/tests/test_progress.py76def test_tqdm_progress_updates_existing_bar():CODE
LOWbindings/python/tests/test_progress.py86def test_tqdm_progress_handles_unknown_total():CODE
LOWbindings/python/tests/test_progress.py98def 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
56 more matches not shown…
Unused Imports109 hits · 100 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py6CODE
LOWtests/_quality_data.py35CODE
LOWtests/test_qairt.py6CODE
LOWtests/_models.py6CODE
LOWtests/test_api.py6CODE
LOWtests/test_llama_cpp.py6CODE
LOWtests/qdc/run_qdc_pytest.py17CODE
LOWtests/qdc/android/conftest.py11CODE
LOWtests/qdc/android/android_deploy.py6CODE
LOWtests/qdc/android/test_run_device.py6CODE
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.py6CODE
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_ensure_cached.py10CODE
LOWbindings/python/tests/unit/test_sdk_variant.py6CODE
LOWbindings/python/tests/unit/test_cli_load_banner.py7CODE
LOWbindings/python/tests/unit/test_quant_validation.py12CODE
LOWbindings/python/tests/unit/test_qairt_coerce.py6CODE
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
LOWbindings/python/geniex/__init__.py16CODE
LOWbindings/python/geniex/__init__.py17CODE
LOWbindings/python/geniex/__init__.py17CODE
LOWbindings/python/geniex/__init__.py17CODE
LOWbindings/python/geniex/__init__.py18CODE
LOWbindings/python/geniex/__init__.py18CODE
LOWbindings/python/geniex/model_manager.py6CODE
LOWbindings/python/geniex/tokenizer.py4CODE
LOWbindings/python/geniex/tokenizer.py11CODE
49 more matches not shown…
AI Slop Vocabulary7 hits · 21 pts
SeverityFileLineSnippetContext
MEDIUMsdk/benchmark/qdc/run_qdc_jobs.py270 # 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
MEDIUM.github/workflows/_qdc-test.yml51 # QDC harness bundles the full tests/ tree onto the device, so anyCOMMENT
Cross-Language Confusion3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHtests/qdc/android/android_deploy.py123 adb_shell(f'cd {dest} && tar -xzf tree.tar.gz && rm tree.tar.gz')CODE
HIGHtests/qdc/android/android_deploy.py143 adb_shell(f'chmod -R +x {DEV_PY}/bin {DEV_PY}/libexec 2>/dev/null; true')CODE
HIGHtests/qdc/android/android_deploy.py151 f'cd {DEV_SDK}/lib && for f in qairt/htp-files/*.so qairt/htp-files/*.cat llama_cpp/*.so; do 'CODE
Excessive Try-Catch Wrapping12 hits · 15 pts
SeverityFileLineSnippetContext
LOWsdk/benchmark/qdc/run_qdc_jobs.py682 except Exception as e:CODE
LOWsdk/benchmark/qdc/_qdc.py83 except Exception as exc:CODE
LOWsdk/benchmark/qdc/_qdc.py147 except Exception as exc:CODE
LOWbindings/python/geniex/model_manager.py281 except Exception:CODE
MEDIUMbindings/python/geniex/model_manager.py270def _trampoline(files_ptr, count, _user_data):CODE
LOWbindings/python/geniex/cli.py45 except Exception: # noqa: BLE001CODE
LOWbindings/python/geniex/modeling.py370 except Exception:CODE
LOWbindings/python/geniex/modeling.py628 except Exception:CODE
MEDIUMbindings/python/geniex/modeling.py367def __del__(self) -> None:CODE
MEDIUMbindings/python/geniex/modeling.py625def __del__(self) -> None:CODE
LOWbindings/python/geniex/auto.py315 except Exception: # noqa: BLE001 — uncached / unknown → treat as LLMCODE
LOWbindings/python/geniex/_ffi/_api.py74 except Exception:CODE
Verbosity Indicators7 hits · 12 pts
SeverityFileLineSnippetContext
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 Overuse7 hits · 12 pts
SeverityFileLineSnippetContext
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
Deep Nesting10 hits · 10 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py53CODE
LOWtests/qdc/run_qdc_pytest.py125CODE
LOWtests/qdc/run_qdc_pytest.py161CODE
LOWtests/qdc/run_qdc_pytest.py206CODE
LOWtests/qdc/android/android_deploy.py78CODE
LOWtests/qdc/android/android_deploy.py107CODE
LOWsdk/benchmark/qdc/run_qdc_jobs.py559CODE
LOWsdk/benchmark/qdc/_qdc.py210CODE
LOWbindings/python/geniex/modeling.py388CODE
LOWbindings/python/geniex/auto.py215CODE
Modern Structural Boilerplate8 hits · 8 pts
SeverityFileLineSnippetContext
LOWbindings/python/geniex/__init__.py20__all__ = [CODE
LOWbindings/python/geniex/model_manager.py32__all__ = [CODE
LOWbindings/python/geniex/model_manager.py456def 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.py86def 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/_unit-test.yml161 # ---------------- 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
AI Structural Patterns5 hits · 5 pts
SeverityFileLineSnippetContext
LOWbindings/python/geniex/model_manager.py227CODE
LOWbindings/python/geniex/modeling.py185CODE
LOWbindings/python/geniex/modeling.py483CODE
LOWbindings/python/geniex/auto.py351CODE
LOWbindings/python/geniex/auto.py442CODE
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