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,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).
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 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.
| 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 | --manifest-path "${RUST_MM_DIR}/Cargo.toml" | COMMENT |
| LOW | sdk/CMakeLists.txt | 141 | # the llama.cpp plugin to tear down HTP FastRPC channels on model unload so | COMMENT |
| LOW | sdk/benchmark/bench.h | 21 | #include <geniex_model.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/llm.cpp | 21 | #include "dispatch.h" // provided by geniex-qairt/models/ | 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/params.h | 41 | // overrides stay at the call site. | COMMENT |
| LOW | sdk/plugins/llama_cpp/include/llm.h | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | COMMENT |
| LOW | sdk/plugins/llama_cpp/include/vlm.h | 1 | // Copyright (c) 2024-2026 Qualcomm Technologies, Inc. and/or its subsidiaries. | 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/llm.cpp | 561 | output->vocab_size = n_vocab; | 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/plugins/llama_cpp/src/params.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/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 |
| 270 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 | 43 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/CMakeLists.txt | 45 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/CMakeLists.txt | 129 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/CMakeLists.txt | 131 | # =============================================================================== | COMMENT |
| MEDIUM | sdk/plugins/qairt/src/vlm.cpp | 72 | // ── LLM config ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/plugins/qairt/src/vlm.cpp | 119 | // ── Vision encoder config ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/plugins/qairt/src/vlm.cpp | 131 | // ── 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 | 48 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 50 | # --------------------------------------------------------------------------- | 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 | 88 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 90 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 112 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 114 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 133 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 135 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 214 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 216 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 282 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 284 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 323 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | bindings/python/geniex/_ffi/_types.py | 325 | # --------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/conftest.py | 53 | def pytest_collection_modifyitems(config, items): | CODE |
| LOW | tests/test_qairt.py | 81 | def test_llm_greedy_is_deterministic(cached, model, device_map): | CODE |
| LOW | tests/test_qairt.py | 169 | def test_llm_quality_keywords(cached, model, device_map, prompt, expected): | CODE |
| LOW | tests/test_qairt.py | 201 | def test_llm_logits_self_consistency(qairt_llm_paths, device_map): | CODE |
| LOW | tests/test_qairt.py | 221 | def test_vlm_quality_keywords(cached, model, quality_image, device_map): | CODE |
| LOW | tests/test_qairt.py | 246 | def test_chat_template_roles_and_sentinels(qairt_llm_paths, device_map): | CODE |
| LOW | tests/test_qairt.py | 267 | def test_chat_template_enable_thinking(qairt_llm_paths, device_map): | CODE |
| LOW | tests/test_qairt.py | 284 | def test_chat_template_tools_list_and_json_string_equivalent(qairt_llm_paths, device_map): | CODE |
| LOW⚡ | tests/test_api.py | 16 | def test_llama_cpp_plugin_version_nonempty(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 21 | def test_qairt_plugin_version_nonempty(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 28 | def test_runtime_list_is_non_empty_string_list(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 35 | def test_runtime_list_contains_llama_cpp(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 39 | def test_compute_unit_list_shape_for_each_runtime(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 50 | def test_init_deinit_is_idempotent_within_session(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 55 | def test_set_log_level_accepts_known_levels(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 60 | def test_public_surface_exports(): | CODE |
| LOW⚡ | tests/test_api.py | 89 | def test_resolve_auto_returns_known_runtime(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 96 | def test_resolve_cpu_alias_zeroes_gpu_layers(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 102 | def test_resolve_hybrid_alias_offloads_all_layers(geniex_session): | CODE |
| LOW⚡ | tests/test_api.py | 110 | def test_resolve_llama_cpp_auto_defaults_to_npu(geniex_session): | CODE |
| LOW | tests/test_api.py | 124 | def test_resolve_qairt_npu_alias_resolves_to_qairt(geniex_session): | CODE |
| LOW | tests/test_llama_cpp.py | 50 | def test_model_manager_pull_mtp(llama_cpp_mtp_paths): | CODE |
| LOW | tests/test_llama_cpp.py | 94 | def test_llm_greedy_is_deterministic(cached, model, device_map): | CODE |
| LOW | tests/test_llama_cpp.py | 178 | def test_llm_quality_keywords(cached, model, device_map, prompt, expected): | CODE |
| LOW | tests/test_llama_cpp.py | 213 | def test_vlm_quality_keywords(cached, model, quality_image, device_map): | CODE |
| LOW | tests/test_llama_cpp.py | 285 | def test_chat_template_roles_and_sentinels(llama_cpp_llm_paths, device_map): | CODE |
| LOW | tests/test_llama_cpp.py | 307 | def test_chat_template_enable_thinking(llama_cpp_llm_paths, device_map): | CODE |
| LOW | tests/test_llama_cpp.py | 325 | def test_chat_template_tools_list_and_json_string_equivalent(llama_cpp_llm_paths, device_map): | CODE |
| LOW | tests/test_llama_cpp.py | 352 | def test_chat_template_content_load_override(llama_cpp_llm_paths, device_map): | CODE |
| LOW | tests/test_llama_cpp.py | 376 | def test_context_shift_fires_on_decode_overflow(llama_cpp_llm_paths, device_map): | CODE |
| LOW | tests/test_llama_cpp.py | 399 | def test_context_shift_not_triggered_when_nctx_is_ample(llama_cpp_llm_paths, device_map): | CODE |
| LOW | tests/test_llama_cpp.py | 415 | def test_mtmd_marker_prepended_per_image(llama_cpp_vlm_paths, test_image, quality_image, device_map, n_images): | CODE |
| LOW | tests/test_llama_cpp.py | 438 | def test_mtmd_marker_absent_on_text_only_message(llama_cpp_vlm_paths, device_map): | CODE |
| LOW | tests/test_llama_cpp.py | 455 | def test_mtmd_generate_rejects_missing_image_path(llama_cpp_vlm_paths, test_image, device_map): | CODE |
| LOW | tests/qdc/android/conftest.py | 31 | def _prepare_device_for_appium() -> None: | 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_seeds_initial_from_downloaded(): | CODE |
| LOW | bindings/python/tests/test_progress.py | 76 | def test_tqdm_progress_updates_existing_bar(): | CODE |
| LOW | bindings/python/tests/test_progress.py | 86 | def test_tqdm_progress_handles_unknown_total(): | CODE |
| LOW | bindings/python/tests/test_progress.py | 98 | 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 |
| 56 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/conftest.py | 6 | CODE | |
| LOW | tests/_quality_data.py | 35 | CODE | |
| LOW | tests/test_qairt.py | 6 | CODE | |
| LOW | tests/_models.py | 6 | CODE | |
| LOW | tests/test_api.py | 6 | CODE | |
| LOW | tests/test_llama_cpp.py | 6 | CODE | |
| LOW | tests/qdc/run_qdc_pytest.py | 17 | CODE | |
| LOW | tests/qdc/android/conftest.py | 11 | CODE | |
| LOW | tests/qdc/android/android_deploy.py | 6 | CODE | |
| LOW | tests/qdc/android/test_run_device.py | 6 | 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 | 6 | 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_ensure_cached.py | 10 | CODE | |
| LOW | bindings/python/tests/unit/test_sdk_variant.py | 6 | CODE | |
| LOW | bindings/python/tests/unit/test_cli_load_banner.py | 7 | 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_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 | |
| LOW | bindings/python/geniex/__init__.py | 16 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 17 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 17 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 17 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 18 | CODE | |
| LOW | bindings/python/geniex/__init__.py | 18 | CODE | |
| LOW | bindings/python/geniex/model_manager.py | 6 | CODE | |
| LOW | bindings/python/geniex/tokenizer.py | 4 | CODE | |
| LOW | bindings/python/geniex/tokenizer.py | 11 | CODE | |
| 49 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | sdk/benchmark/qdc/run_qdc_jobs.py | 270 | # 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 |
| MEDIUM | .github/workflows/_qdc-test.yml | 51 | # QDC harness bundles the full tests/ tree onto the device, so any | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tests/qdc/android/android_deploy.py | 123 | adb_shell(f'cd {dest} && tar -xzf tree.tar.gz && rm tree.tar.gz') | CODE |
| HIGH | tests/qdc/android/android_deploy.py | 143 | adb_shell(f'chmod -R +x {DEV_PY}/bin {DEV_PY}/libexec 2>/dev/null; true') | CODE |
| HIGH | tests/qdc/android/android_deploy.py | 151 | f'cd {DEV_SDK}/lib && for f in qairt/htp-files/*.so qairt/htp-files/*.cat llama_cpp/*.so; do ' | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sdk/benchmark/qdc/run_qdc_jobs.py | 682 | except Exception as e: | CODE |
| LOW | sdk/benchmark/qdc/_qdc.py | 83 | except Exception as exc: | CODE |
| LOW | sdk/benchmark/qdc/_qdc.py | 147 | except Exception as exc: | CODE |
| LOW | bindings/python/geniex/model_manager.py | 281 | except Exception: | CODE |
| MEDIUM | bindings/python/geniex/model_manager.py | 270 | 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 | 370 | except Exception: | CODE |
| LOW | bindings/python/geniex/modeling.py | 628 | except Exception: | CODE |
| MEDIUM | bindings/python/geniex/modeling.py | 367 | def __del__(self) -> None: | CODE |
| MEDIUM | bindings/python/geniex/modeling.py | 625 | def __del__(self) -> None: | CODE |
| LOW | bindings/python/geniex/auto.py | 315 | except Exception: # noqa: BLE001 — uncached / unknown → treat as LLM | CODE |
| LOW | bindings/python/geniex/_ffi/_api.py | 74 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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/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/conftest.py | 53 | CODE | |
| LOW | tests/qdc/run_qdc_pytest.py | 125 | CODE | |
| LOW | tests/qdc/run_qdc_pytest.py | 161 | CODE | |
| LOW | tests/qdc/run_qdc_pytest.py | 206 | CODE | |
| LOW | tests/qdc/android/android_deploy.py | 78 | CODE | |
| LOW | tests/qdc/android/android_deploy.py | 107 | CODE | |
| LOW | sdk/benchmark/qdc/run_qdc_jobs.py | 559 | CODE | |
| LOW | sdk/benchmark/qdc/_qdc.py | 210 | CODE | |
| LOW | bindings/python/geniex/modeling.py | 388 | CODE | |
| LOW | bindings/python/geniex/auto.py | 215 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bindings/python/geniex/__init__.py | 20 | __all__ = [ | CODE |
| LOW | bindings/python/geniex/model_manager.py | 32 | __all__ = [ | CODE |
| LOW | bindings/python/geniex/model_manager.py | 456 | 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 | 86 | 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/_unit-test.yml | 161 | # ---------------- 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 | bindings/python/geniex/model_manager.py | 227 | CODE | |
| LOW | bindings/python/geniex/modeling.py | 185 | CODE | |
| LOW | bindings/python/geniex/modeling.py | 483 | CODE | |
| LOW | bindings/python/geniex/auto.py | 351 | CODE | |
| LOW | bindings/python/geniex/auto.py | 442 | 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 |