Run frontier LLMs and VLMs locally on Qualcomm devices across NPU, GPU, and CPU with a few lines of code
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).
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.
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cli/release/linux/install.sh | 1 | #!/bin/sh | COMMENT |
| LOW | cli/release/linux/check.sh | 1 | #!/bin/sh | COMMENT |
| LOW | cli/release/linux/entrypoint.sh | 1 | #!/bin/sh | COMMENT |
| LOW | sdk/CMakeLists.txt | 121 | COMMENT "Building model manager (${RUST_PROFILE})" | COMMENT |
| LOW | sdk/benchmark/benchmark.c | 41 | #include <time.h> | COMMENT |
| LOW | sdk/benchmark/qdc/linux/run_linux.sh | 1 | #!/bin/bash | COMMENT |
| LOW | sdk/plugins/qairt/include/sampler_config_utils.h | 1 | // Copyright (c) 2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/qairt/include/path_utils.h | 1 | // Copyright (c) 2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/qairt/include/qnn_runtime_utils.h | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/qairt/src/llm.cpp | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/qairt/src/vlm.cpp | 1 | // Copyright (c) 2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/llama_cpp/include/params.h | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/llama_cpp/include/params.h | 21 | // share the same upstream tuning. | COMMENT |
| LOW | sdk/plugins/llama_cpp/include/htp_session.h | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/llama_cpp/include/htp_session.h | 21 | // ggml-backend-reg have live sessions again. | COMMENT |
| LOW | sdk/plugins/llama_cpp/src/llm.cpp | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/llama_cpp/src/vlm.cpp | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/llama_cpp/src/plugin.cpp | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/include/registry.h | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/include/geniex.h | 21 | #if defined(_WIN32) && !defined(__MINGW32__) | COMMENT |
| LOW | sdk/include/validation.h | 21 | #include <openssl/pem.h> | COMMENT |
| LOW | sdk/include/validation.h | 41 | #include <sys/utsname.h> | COMMENT |
| LOW | sdk/include/image_utils.h | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/include/external/httplib.h | 1 | // | COMMENT |
| LOW | sdk/include/external/httplib.h | 21 | "cpp-httplib doesn't support 32-bit Windows. Please use a 64-bit compiler.") | COMMENT |
| LOW | sdk/include/external/httplib.h | 41 | /* | COMMENT |
| LOW | sdk/include/external/httplib.h | 61 | #ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_USECOND | COMMENT |
| LOW | sdk/include/external/httplib.h | 81 | #ifndef CPPHTTPLIB_CLIENT_READ_TIMEOUT_SECOND | COMMENT |
| LOW | sdk/include/external/httplib.h | 101 | #ifndef CPPHTTPLIB_IDLE_INTERVAL_SECOND | COMMENT |
| LOW | sdk/include/external/httplib.h | 121 | #ifndef CPPHTTPLIB_HEADER_MAX_COUNT | COMMENT |
| LOW | sdk/include/external/httplib.h | 141 | #ifndef CPPHTTPLIB_RANGE_MAX_COUNT | COMMENT |
| LOW | sdk/include/external/httplib.h | 161 | #ifndef CPPHTTPLIB_COMPRESSION_BUFSIZ | COMMENT |
| LOW | sdk/include/external/httplib.h | 181 | #define CPPHTTPLIB_LISTEN_BACKLOG 5 | COMMENT |
| LOW | sdk/include/external/httplib.h | 201 | #if defined(_MSC_VER) | COMMENT |
| LOW | sdk/include/external/httplib.h | 221 | #endif // NOMINMAX | COMMENT |
| LOW | sdk/include/external/httplib.h | 241 | using socklen_t = int; | COMMENT |
| LOW | sdk/include/external/httplib.h | 261 | #include <csignal> | COMMENT |
| LOW | sdk/include/external/httplib.h | 281 | #include <array> | COMMENT |
| LOW | sdk/include/external/httplib.h | 301 | #include <sstream> | COMMENT |
| LOW | sdk/include/external/httplib.h | 321 | COMMENT | |
| LOW | sdk/include/external/httplib.h | 341 | #include <openssl/evp.h> | COMMENT |
| LOW | sdk/include/external/httplib.h | 361 | #endif // CPPHTTPLIB_OPENSSL_SUPPORT | COMMENT |
| LOW | sdk/include/external/httplib.h | 4801 | } | COMMENT |
| LOW | sdk/include/external/json.hpp | 21 | #include <algorithm> // all_of, find, for_each | COMMENT |
| LOW | sdk/include/external/json.hpp | 41 | // SPDX-License-Identifier: MIT | COMMENT |
| LOW | sdk/include/external/json.hpp | 61 | #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PA | COMMENT |
| LOW | sdk/include/external/json.hpp | 81 | #define JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON 0 | COMMENT |
| LOW | sdk/include/external/json.hpp | 161 | // __ _____ _____ _____ | COMMENT |
| LOW | sdk/include/external/json.hpp | 181 | #include <valarray> // valarray | COMMENT |
| LOW | sdk/include/external/json.hpp | 201 | #include <vector> // vector | COMMENT |
| LOW | sdk/include/external/json.hpp | 221 | // __| | __| | | | JSON for Modern C++ | COMMENT |
| LOW | sdk/include/external/json.hpp | 341 | /* Hedley - https://nemequ.github.io/hedley | COMMENT |
| LOW | sdk/include/external/json.hpp | 361 | #if defined(JSON_HEDLEY_CONCAT_EX) | COMMENT |
| LOW | sdk/include/external/json.hpp | 381 | #if defined(JSON_HEDLEY_VERSION_ENCODE) | COMMENT |
| LOW | sdk/include/external/json.hpp | 401 | #if defined(JSON_HEDLEY_GNUC_VERSION) | COMMENT |
| LOW | sdk/include/external/json.hpp | 421 | #endif | COMMENT |
| LOW | sdk/include/external/json.hpp | 441 | #endif | COMMENT |
| LOW | sdk/include/external/json.hpp | 461 | #if defined(JSON_HEDLEY_INTEL_CL_VERSION) | COMMENT |
| LOW | sdk/include/external/json.hpp | 481 | #define JSON_HEDLEY_PGI_VERSION JSON_HEDLEY_VERSION_ENCODE(__PGIC__, __PGIC_MINOR__, __PGIC_PATCHLEVEL__) | COMMENT |
| LOW | sdk/include/external/json.hpp | 501 | #define JSON_HEDLEY_SUNPRO_VERSION JSON_HEDLEY_VERSION_ENCODE((((__SUNPRO_CC >> 16) & 0xf) * 10) + ((__SUNPRO_CC >> | COMMENT |
| 266 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | sdk/CMakeLists.txt | 26 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/CMakeLists.txt | 28 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/CMakeLists.txt | 41 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/CMakeLists.txt | 43 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/CMakeLists.txt | 127 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/CMakeLists.txt | 129 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/plugins/qairt/src/vlm.cpp | 73 | // ── LLM config ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/plugins/qairt/src/vlm.cpp | 113 | // ── Vision encoder config ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/plugins/qairt/src/vlm.cpp | 125 | // ── Build VLMConfig and create pipeline ─────────────────────────────────── | COMMENT |
| MEDIUM | sdk/model-manager/crates/core/src/pull.rs | 10 | //! ┌───────────────────┐ ┌───────────────────────────┐ ┌──────────────────┐ | COMMENT |
| MEDIUM | sdk/model-manager/crates/core/src/pull.rs | 16 | //! └───────────────────┘ └───────────────────────────┘ └──────────────────┘ | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 29 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 31 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 95 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 97 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 122 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 125 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 143 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 145 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 178 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 180 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 255 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 257 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 318 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/tests/unit/test_error_messages.py | 320 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/geniex/_ffi/_types.py | 20 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/geniex/_ffi/_types.py | 22 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/geniex/_ffi/_types.py | 27 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | bindings/python/geniex/_ffi/_types.py | 29 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 47 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 49 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 68 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 70 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 90 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 92 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 115 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 117 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 136 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 138 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 202 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 204 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 273 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 275 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 314 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 316 | # --------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/conftest.py | 60 | def pytest_collection_modifyitems(config, items): | CODE |
| LOW | tests/plugins/llama_cpp/test_llama_cpp_vlm.py | 60 | def test_multi_turn_without_reset(llama_cpp_vlm_paths, test_image): | CODE |
| LOW | tests/api/test_version.py | 16 | def test_qairt_plugin_version_nonempty(geniex_session): | CODE |
| LOW | tests/api/test_version.py | 23 | def test_llama_cpp_plugin_version_nonempty(geniex_session): | CODE |
| LOW⚡ | tests/api/test_init_deinit.py | 11 | def test_init_deinit_is_idempotent_within_session(geniex_session): | CODE |
| LOW⚡ | tests/api/test_init_deinit.py | 16 | def test_set_log_level_accepts_known_levels(geniex_session): | CODE |
| LOW⚡ | tests/api/test_init_deinit.py | 21 | def test_public_surface_exports(): | CODE |
| LOW | tests/api/test_compute_unit_list.py | 11 | def test_compute_unit_list_shape_for_each_runtime(geniex_session): | CODE |
| LOW | tests/api/test_runtime_list.py | 11 | def test_runtime_list_is_non_empty_string_list(geniex_session): | CODE |
| LOW | tests/api/test_runtime_list.py | 18 | def test_runtime_list_contains_llama_cpp(geniex_session): | CODE |
| LOW | tests/api/test_resolve_device_map.py | 15 | def test_auto_resolves_to_a_known_runtime(geniex_session): | CODE |
| LOW | tests/api/test_resolve_device_map.py | 22 | def test_cpu_alias_zeroes_gpu_layers(geniex_session): | CODE |
| LOW | tests/api/test_resolve_device_map.py | 40 | def test_qairt_npu_alias_resolves_to_qairt(geniex_session): | CODE |
| LOW⚡ | cli/server/docs/ui/swagger-ui.js | 1 | !function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"fu | CODE |
| LOW⚡ | cli/server/docs/ui/swagger-ui-es-bundle-core.js | 2 | import*as e from"ieee754";import*as t from"base64-js";import*as r from"react";import*as n from"redux";import*as a from"i | CODE |
| LOW | cli/server/docs/ui/swagger-ui-standalone-preset.js | 2 | !function webpackUniversalModuleDefinition(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"fu | CODE |
| LOW⚡ | bindings/python/tests/test_model_manager.py | 18 | def test_get_paths_returns_existing_files(llama_cpp_paths): | CODE |
| LOW⚡ | bindings/python/tests/test_model_manager.py | 24 | def test_list_contains_pulled_model(llama_cpp_paths): | CODE |
| LOW⚡ | bindings/python/tests/test_model_manager.py | 29 | def test_ensure_cached_idempotent(llama_cpp_paths): | CODE |
| LOW | bindings/python/tests/test_model_manager.py | 43 | def test_resolve_alias_unknown_raises(geniex_session): | CODE |
| LOW | bindings/python/tests/test_local_aihub_pull.py | 105 | def test_pull_from_extracted_dir_produces_qairt_paths(tmp_path, cleanup_model): | CODE |
| LOW | bindings/python/tests/test_local_aihub_pull.py | 131 | def test_pull_from_extracted_dir_supports_vision_yields_vlm(tmp_path, cleanup_model): | CODE |
| LOW | bindings/python/tests/test_local_aihub_pull.py | 146 | def test_pull_from_local_zip_handles_stored_and_deflate(tmp_path, cleanup_model): | CODE |
| LOW | bindings/python/tests/test_local_aihub_pull.py | 173 | def test_pull_rejects_unknown_local_layout(tmp_path, geniex_session): | CODE |
| LOW | bindings/python/tests/test_local_aihub_pull.py | 183 | def test_pull_rejects_safetensors_only_dir_with_clear_error(tmp_path, geniex_session): | CODE |
| LOW | bindings/python/tests/test_local_aihub_pull.py | 194 | def test_pull_localfs_requires_local_path(geniex_session): | CODE |
| LOW⚡ | bindings/python/tests/test_progress.py | 18 | def test_resolve_false_returns_none(): | CODE |
| LOW⚡ | bindings/python/tests/test_progress.py | 22 | def test_resolve_callable_passthrough(): | CODE |
| LOW⚡ | bindings/python/tests/test_progress.py | 27 | def test_resolve_none_returns_default(): | CODE |
| LOW⚡ | bindings/python/tests/test_progress.py | 35 | def test_resolve_rejects_non_callable(): | CODE |
| LOW⚡ | bindings/python/tests/test_progress.py | 44 | def test_finish_noop_on_plain_callable(): | CODE |
| LOW⚡ | bindings/python/tests/test_progress.py | 48 | def test_tqdm_progress_creates_bar_per_file(): | CODE |
| LOW | bindings/python/tests/test_progress.py | 60 | def test_tqdm_progress_updates_existing_bar(): | CODE |
| LOW | bindings/python/tests/test_progress.py | 70 | def test_tqdm_progress_handles_unknown_total(): | CODE |
| LOW | bindings/python/tests/test_progress.py | 82 | def test_default_progress_printer_returns_callable(): | CODE |
| LOW | bindings/python/tests/test_cli.py | 24 | def test_cli_imports_only_public_surface(): | CODE |
| LOW | bindings/python/tests/test_cli.py | 45 | def test_cli_devices_returns_zero(geniex_session): | CODE |
| LOW⚡ | bindings/python/tests/test_cli.py | 77 | def test_cli_version_prints_three_lines(geniex_session): | CODE |
| LOW⚡ | bindings/python/tests/test_cli.py | 85 | def test_cli_log_level_overrides_verbose(geniex_session): | CODE |
| LOW⚡ | bindings/python/tests/test_cli.py | 93 | def test_parse_media_extracts_image(tmp_path): | CODE |
| LOW⚡ | bindings/python/tests/test_cli.py | 102 | def test_parse_media_extracts_audio(tmp_path): | CODE |
| LOW⚡ | bindings/python/tests/test_cli.py | 111 | def test_parse_media_ignores_missing_file(): | CODE |
| LOW⚡ | bindings/python/tests/test_cli.py | 118 | def test_parse_media_leaves_plain_text_alone(): | CODE |
| LOW⚡ | bindings/python/tests/unit/test_modeling_decode.py | 25 | def test_well_formed_multibyte_roundtrip(): | CODE |
| LOW⚡ | bindings/python/tests/unit/test_modeling_decode.py | 30 | def test_truncated_multibyte_does_not_raise(): | CODE |
| LOW⚡ | bindings/python/tests/unit/test_modeling_decode.py | 39 | def test_truncated_emoji_does_not_raise(): | CODE |
| LOW⚡ | bindings/python/tests/unit/test_cli_load_banner.py | 53 | def test_banner_prints_backend_and_device_from_meta(monkeypatch, capsys): | CODE |
| LOW⚡ | bindings/python/tests/unit/test_cli_load_banner.py | 60 | def test_banner_falls_back_to_args_device_when_meta_missing(monkeypatch, capsys): | CODE |
| LOW⚡ | bindings/python/tests/unit/test_cli_load_banner.py | 67 | def test_banner_uses_backend_only_when_device_missing(monkeypatch, capsys): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 157 | def test_range_fetch_llama_cpp_only(tmp_path, monkeypatch, http_server): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 175 | def test_range_fetch_qairt_only(tmp_path, monkeypatch, http_server): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 189 | def test_range_fetch_both_backends(tmp_path, monkeypatch, http_server): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 202 | def test_full_fallback_when_range_unsupported(tmp_path, monkeypatch, http_server): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 216 | def test_override_succeeds_without_sha_sidecar(tmp_path, monkeypatch, http_server): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 235 | def test_override_full_fallback_succeeds_without_sha_sidecar(tmp_path, monkeypatch, http_server): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 249 | def test_default_source_still_requires_sha_sidecar(tmp_path, monkeypatch): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 269 | def test_unknown_backend_rejected(tmp_path): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 274 | def test_skipped_when_lib_dir_already_populated(tmp_path, monkeypatch): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 285 | def test_skipped_when_env_flag_set(tmp_path, monkeypatch): | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 294 | def test_default_sources_url_shape(tmp_path, monkeypatch): | CODE |
| 41 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/conftest.py | 12 | CODE | |
| LOW | tests/_quality_data.py | 26 | CODE | |
| LOW | tests/_models.py | 25 | CODE | |
| LOW | tests/qdc/run_qdc_pytest.py | 23 | CODE | |
| LOW | tests/plugins/qairt/test_qairt_llm.py | 6 | CODE | |
| LOW | tests/plugins/qairt/test_qairt_vlm.py | 6 | CODE | |
| LOW | tests/plugins/llama_cpp/test_llama_cpp_llm.py | 6 | CODE | |
| LOW | tests/plugins/llama_cpp/test_llama_cpp_vlm.py | 6 | CODE | |
| LOW | tests/cli/cases/__init__.py | 4 | CODE | |
| LOW | tests/cli/cases/__init__.py | 5 | CODE | |
| LOW | tests/cli/cases/__init__.py | 6 | CODE | |
| LOW | tests/cli/cases/__init__.py | 7 | CODE | |
| LOW | tests/cli/cases/__init__.py | 8 | CODE | |
| LOW | tests/cli/scripts/config.py | 7 | CODE | |
| LOW | tests/api/test_version.py | 6 | CODE | |
| LOW | tests/api/test_init_deinit.py | 6 | CODE | |
| LOW | tests/api/test_compute_unit_list.py | 6 | CODE | |
| LOW | tests/api/test_runtime_list.py | 6 | CODE | |
| LOW | tests/api/test_resolve_device_map.py | 10 | CODE | |
| LOW | sdk/benchmark/qdc/run_qdc_jobs.py | 12 | CODE | |
| LOW | sdk/benchmark/qdc/_qdc.py | 12 | CODE | |
| LOW | sdk/benchmark/qdc/tests/utils.py | 6 | CODE | |
| LOW | bindings/sync_siblings.py | 20 | CODE | |
| LOW | bindings/python-qairt/setup.py | 10 | CODE | |
| LOW | bindings/python/_geniex_backend.py | 27 | CODE | |
| LOW | bindings/python/_geniex_backend.py | 27 | CODE | |
| LOW | bindings/python/_geniex_backend.py | 27 | CODE | |
| LOW | bindings/python/_geniex_backend.py | 27 | CODE | |
| LOW | bindings/python/_geniex_backend.py | 27 | CODE | |
| LOW | bindings/python/_geniex_backend.py | 38 | CODE | |
| LOW | bindings/python/_geniex_backend.py | 38 | CODE | |
| LOW | bindings/python/_geniex_backend.py | 38 | CODE | |
| LOW | bindings/python/_geniex_backend.py | 21 | CODE | |
| LOW | bindings/python/_sdk_fetch.py | 26 | CODE | |
| LOW | bindings/python/_shared_setup.py | 12 | CODE | |
| LOW | bindings/python/setup.py | 10 | CODE | |
| LOW | bindings/python/tests/conftest.py | 13 | CODE | |
| LOW | bindings/python/tests/test_model_manager.py | 6 | CODE | |
| LOW | bindings/python/tests/test_local_aihub_pull.py | 17 | CODE | |
| LOW | bindings/python/tests/test_progress.py | 6 | CODE | |
| LOW | bindings/python/tests/test_cli.py | 11 | CODE | |
| LOW | bindings/python/tests/unit/test_modeling_decode.py | 9 | CODE | |
| LOW | bindings/python/tests/unit/test_cli_load_banner.py | 7 | CODE | |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 16 | CODE | |
| LOW | bindings/python/tests/unit/test_quant_validation.py | 12 | CODE | |
| LOW | bindings/python/tests/unit/test_qairt_coerce.py | 6 | CODE | |
| LOW | bindings/python/tests/unit/test_default_precision.py | 10 | CODE | |
| LOW | bindings/python/tests/unit/test_error_messages.py | 11 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 4 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 5 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 5 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 5 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 5 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 5 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 5 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 5 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 5 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 15 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 16 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 16 | CODE | |
| 58 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/qdc/run_qdc_pytest.py | 207 | # Start-Transcript harness.log, which buffers and can drop tail bytes | COMMENT |
| MEDIUM | sdk/benchmark/qdc/run_qdc_jobs.py | 196 | # Phones lack python3/curl, so the appium pytest harness on the QDC host | COMMENT |
| MEDIUM | sdk/include/external/httplib.h | 8938 | // Cross-host/scheme redirect - create new client with robust setup | COMMENT |
| MEDIUM | sdk/include/external/httplib.h | 8943 | // New method for robust redirect client creation | COMMENT |
| MEDIUM | sdk/include/external/httplib.h | 9009 | // Setup client with robust configuration | COMMENT |
| MEDIUM | sdk/include/external/httplib.h | 9017 | // New method for robust client setup (based on basic_manual_redirect.cpp logic) | COMMENT |
| MEDIUM | sdk/include/external/fmt/format.h | 3380 | // Compilers are not aware of how to leverage the maximum value of | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/cli/run.py | 91 | except Exception: | CODE |
| LOW | tests/cli/run.py | 131 | except Exception as _: | CODE |
| LOW | tests/cli/run.py | 150 | except Exception as _: | CODE |
| LOW | tests/cli/run.py | 164 | except Exception: | CODE |
| LOW | sdk/benchmark/qdc/_qdc.py | 99 | except Exception as exc: | CODE |
| LOW | bindings/python/geniex/model_manager.py | 264 | except Exception: | CODE |
| MEDIUM | bindings/python/geniex/model_manager.py | 253 | def _trampoline(files_ptr, count, _user_data): | CODE |
| LOW | bindings/python/geniex/cli.py | 45 | except Exception: # noqa: BLE001 | CODE |
| LOW | bindings/python/geniex/modeling.py | 326 | except Exception: | CODE |
| LOW | bindings/python/geniex/modeling.py | 586 | except Exception: | CODE |
| MEDIUM | bindings/python/geniex/modeling.py | 323 | def __del__(self) -> None: | CODE |
| MEDIUM | bindings/python/geniex/modeling.py | 583 | def __del__(self) -> None: | CODE |
| LOW | bindings/python/geniex/auto.py | 302 | except Exception: # noqa: BLE001 — uncached / unknown → treat as LLM | CODE |
| LOW | bindings/python/geniex/_ffi/_api.py | 70 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sdk/include/validation.h | 630 | // Step 1: Determine if this license key is seen for the first time (ignoring license_id) | COMMENT |
| LOW | sdk/include/validation.h | 651 | // Step 3: For subsequent times, use offline validation | COMMENT |
| LOW⚡ | sdk/include/image_utils.h | 93 | // Step 1: Get original image dimensions using ffprobe | COMMENT |
| LOW⚡ | sdk/include/image_utils.h | 97 | // Step 2: For normal aspect ratios (0.5-2.0), directly resize without padding | COMMENT |
| LOW | sdk/include/image_utils.h | 113 | // Step 3: Fallback - If dimension detection fails, directly resize to target size | COMMENT |
| LOW | sdk/include/image_utils.h | 127 | // Step 4: For extreme aspect ratios (< 0.5 or > 2.0), use smart padding | COMMENT |
| LOW | sdk/include/external/fmt/format-inl.h | 1191 | // Step 1: integer promotion & Schubfach multiplier calculation. | COMMENT |
| LOW | sdk/include/external/fmt/format-inl.h | 1246 | // Step 2: Try larger divisor; remove trailing zeros if necessary. | COMMENT |
| LOW | sdk/include/external/fmt/format-inl.h | 1277 | // Step 3: Find the significand with the smaller divisor. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sdk/include/validation.h | 630 | // Step 1: Determine if this license key is seen for the first time (ignoring license_id) | COMMENT |
| LOW | sdk/include/validation.h | 651 | // Step 3: For subsequent times, use offline validation | COMMENT |
| LOW⚡ | sdk/include/image_utils.h | 93 | // Step 1: Get original image dimensions using ffprobe | COMMENT |
| LOW⚡ | sdk/include/image_utils.h | 97 | // Step 2: For normal aspect ratios (0.5-2.0), directly resize without padding | COMMENT |
| LOW | sdk/include/image_utils.h | 113 | // Step 3: Fallback - If dimension detection fails, directly resize to target size | COMMENT |
| LOW | sdk/include/image_utils.h | 127 | // Step 4: For extreme aspect ratios (< 0.5 or > 2.0), use smart padding | COMMENT |
| LOW | sdk/include/external/fmt/format-inl.h | 1191 | // Step 1: integer promotion & Schubfach multiplier calculation. | COMMENT |
| LOW | sdk/include/external/fmt/format-inl.h | 1246 | // Step 2: Try larger divisor; remove trailing zeros if necessary. | COMMENT |
| LOW | sdk/include/external/fmt/format-inl.h | 1277 | // Step 3: Find the significand with the smaller divisor. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/cli/cases/__init__.py | 10 | __all__ = [ | CODE |
| LOW | bindings/python/tests/unit/test_sdk_fetch.py | 152 | def _set_override(monkeypatch: pytest.MonkeyPatch, base_url: str) -> None: | CODE |
| LOW | bindings/python/geniex/__init__.py | 20 | __all__ = [ | CODE |
| LOW | bindings/python/geniex/model_manager.py | 30 | __all__ = [ | CODE |
| LOW | bindings/python/geniex/model_manager.py | 423 | def set_type(model_name: str, model_type: str) -> None: | CODE |
| LOW | bindings/python/geniex/_progress.py | 18 | __all__ = ['default_progress_printer', 'resolve', 'finish'] | CODE |
| LOW | bindings/python/geniex/_ffi/_api.py | 82 | def set_log_level(level: str) -> None: | CODE |
| LOW | bindings/python/geniex/_ffi/__init__.py | 45 | __all__ = [ | CODE |
| LOW | bindings/python/geniex/_ffi/_lib.py | 70 | def _setup_env(lib_path: str, plugin_path: str, extra_dirs: list[str] | None = None) -> None: | CODE |
| LOW | bindings/python/geniex/generation/__init__.py | 8 | __all__ = ['GenerationConfig', 'GenerateOutput', 'ProfileData', 'TextIteratorStreamer'] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .claude/skills/reshape-pr-commits/SKILL.md | 22 | ## Non-negotiable guardrails | COMMENT |
| MEDIUM | .github/workflows/_test.yml | 159 | # ---------------- python / sdk pytest (shared scaffolding) ---------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | cli/server/docs/ui/swagger-ui.js | 1 | !function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"fu | CODE |
| LOW⚡ | cli/server/docs/ui/swagger-ui.js | 1 | !function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"fu | CODE |
| LOW⚡ | cli/server/docs/ui/swagger-ui-es-bundle-core.js | 2 | import*as e from"ieee754";import*as t from"base64-js";import*as r from"react";import*as n from"redux";import*as a from"i | CODE |
| LOW⚡ | cli/server/docs/ui/swagger-ui-es-bundle-core.js | 2 | import*as e from"ieee754";import*as t from"base64-js";import*as r from"react";import*as n from"redux";import*as a from"i | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/qdc/run_qdc_pytest.py | 86 | CODE | |
| LOW | tests/cli/run.py | 169 | CODE | |
| LOW | sdk/benchmark/qdc/_qdc.py | 156 | CODE | |
| LOW | bindings/python/geniex/modeling.py | 344 | CODE | |
| LOW | bindings/python/geniex/auto.py | 213 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bindings/python/geniex/model_manager.py | 210 | CODE | |
| LOW | bindings/python/geniex/modeling.py | 185 | CODE | |
| LOW | bindings/python/geniex/modeling.py | 439 | CODE | |
| LOW | bindings/python/geniex/auto.py | 346 | CODE | |
| LOW | bindings/python/geniex/auto.py | 441 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cli/release/linux/install.sh | 7 | # Usage: | COMMENT |
| LOW | cli/release/linux/check.sh | 9 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cli/internal/readline/history.go | 6 | // TODO: implement history persistence | COMMENT |