Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
174 of your 248 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 113.91s for a 205.9 MB repo slow.
  • Repobility's analysis ran in 64.89s after the clone landed.

opencv/opencv

https://github.com/opencv/opencv · scanned 2026-06-05 07:06 UTC (5 days, 23 hours ago) · 10 languages

675 raw signals (231 security + 444 graph) 11/13 scanners ran System graph score 83 (lower by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 23 hours ago · v2 · 272 actionable findings from 2 signal sources. 181 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 55.0 0.20 11.00
documentation_score 78.0 0.15 11.70
practices_score 79.0 0.15 11.85
code_quality 25.0 0.10 2.50
Overall 1.00 68.0
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (68/100). Dimensions: security 100, maintainability 40. 231 findings (29 security). 2,539,876 lines analyzed.

Showing 195 of 272 actionable findings. 453 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks quality Quality conf 1.00 ✓ Repobility [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk.
Review and fix per the pattern semantics. See CWE-95 / for context.
doc/js_tutorials/js_assets/webnn-electron/utils_webnn_electron.js:63
critical Security checks quality Quality conf 1.00 ✓ Repobility [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk.
Review and fix per the pattern semantics. See CWE-95 / for context.
doc/js_tutorials/js_assets/utils.js:74
high Security checks quality Quality conf 1.00 ✓ Repobility 11 occurrences [MINED107] Missing import: `csv` used but not imported: The file uses `csv.something(...)` but never imports `csv`. This raises NameError at runtime the first time the line executes.
Add `import csv` at the top of the file.
11 files, 11 locations
modules/gapi/scripts/measure_privacy_masking.py:83
modules/ts/misc/concatlogs.py:45
platforms/android/ndk-25.config.py:2
platforms/winpack_dldt/2021.2/build.config.py:1
platforms/winpack_dldt/2021.3/build.config.py:1
platforms/winpack_dldt/2021.4.1/build.config.py:1
platforms/winpack_dldt/2021.4.2/build.config.py:1
platforms/winpack_dldt/2021.4/build.config.py:1
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED017] C System Call: system() invokes shell. command injection if any arg is dynamic.
Review and fix per the pattern semantics. See CWE-78 / for context.
3rdparty/zlib/inflate.h:24
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED017] C System Call: system() invokes shell. command injection if any arg is dynamic.
Review and fix per the pattern semantics. See CWE-78 / for context.
3rdparty/zlib-ng/inflate.h:33
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED036] Python Os System Call: os.system() invokes shell with no escaping.
Review and fix per the pattern semantics. See CWE-78 / for context.
modules/dnn/src/vkcom/shader/spirv_generator.py:60
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences [MINED108] `self.checkCMakeVersion` used but never assigned in __init__: Method `_build` of class `Builder` reads `self.checkCMakeVersion`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
Initialize `self.checkCMakeVersion = <default>` in __init__, or add a class-level default.
2 files, 25 locations
platforms/ios/build_framework.py:97, 120, 150, 155, 159, 162, 168, 174, +16 more (24 hits)
platforms/osx/build_framework.py:38
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED118] Dockerfile FROM `almalinux:9` not pinned by digest: `FROM almalinux:9` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM almalinux:9@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
3rdparty/zlib-ng/arch/s390/self-hosted-builder/actions-runner.Dockerfile:2
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED118] Dockerfile FROM `ubuntu:18.04` not pinned by digest: `FROM ubuntu:18.04` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM ubuntu:18.04@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
modules/videoio/misc/plugin_gstreamer/Dockerfile:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `platforms/android/aar-template/gradle/wrapper/gradle-wrapper.jar` committed in source repo: `platforms/android/aar-template/gradle/wrapper/gradle-wrapper.jar` is a .jar binary (59,203 bytes) committed to a repo that otherwise has 4868 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
platforms/android/aar-template/gradle/wrapper/gradle-wrapper.jar:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `platforms/android/gradle-wrapper/gradle/wrapper/gradle-wrapper.jar` committed in source repo: `platforms/android/gradle-wrapper/gradle/wrapper/gradle-wrapper.jar` is a .jar binary (54,334 bytes) committed to a repo that otherwise has 4868 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
platforms/android/gradle-wrapper/gradle/wrapper/gradle-wrapper.jar:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `samples/java/sbt/sbt/sbt-launch.jar` committed in source repo: `samples/java/sbt/sbt/sbt-launch.jar` is a .jar binary (1,103,618 bytes) committed to a repo that otherwise has 4868 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
samples/java/sbt/sbt/sbt-launch.jar:1
low Security checks security Injection conf 0.80 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
modules/dnn/src/vkcom/shader/spirv_generator.py:95
high Security checks security path traversal conf 0.80 3 occurrences [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
3 files, 3 locations
apps/interactive-calibration/calibPipeline.cpp:40
apps/interactive-calibration/parametersController.cpp:32
modules/core/src/opencl/runtime/generator/common.py:262
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility 16 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `opencv/ci-gha-workflow/.github/workflows/OCV-CodeQL.yaml` pinned to mutable ref `@main`: `uses: opencv/ci-gha-workflow/.github/workflows/OCV-CodeQL.yaml@main` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-f…
2 files, 16 locations
.github/workflows/PR-4.x.yaml:11, 16, 19, 24, 27, 30, 34, 37, +7 more (15 hits)
.github/workflows/4.x.yml:10
CI/CD securitySupply chainGitHub Actions
high System graph cicd CI/CD security conf 1.00 16 occurrences GitHub Action tracks a moving branch
opencv/ci-gha-workflow/.github/workflows/OCV-CodeQL.yaml@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 16 locations
.github/workflows/PR-4.x.yaml:11, 16, 19, 24, 27, 30, 34, 37, +7 more (15 hits)
.github/workflows/4.x.yml:10
CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in apps/pattern-tools/svgfig.py:706
Found a known-risky pattern (eval_used). Review and replace if possible.
apps/pattern-tools/svgfig.py:706 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in doc/js_tutorials/js_assets/utils.js:74
Found a known-risky pattern (eval_used). Review and replace if possible.
doc/js_tutorials/js_assets/utils.js:74 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in doc/js_tutorials/js_assets/webnn-electron/utils_webnn_electron.js:63
Found a known-risky pattern (eval_used). Review and replace if possible.
doc/js_tutorials/js_assets/webnn-electron/utils_webnn_electron.js:63 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in modules/js/perf/perf_helpfunc.js:261
Found a known-risky pattern (eval_used). Review and replace if possible.
modules/js/perf/perf_helpfunc.js:261 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in modules/python/src2/hdr_parser.py:146
Found a known-risky pattern (eval_used). Review and replace if possible.
modules/python/src2/hdr_parser.py:146 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in modules/js/generator/embindgen.py:1064
Found a known-risky pattern (exec_used). Review and replace if possible.
modules/js/generator/embindgen.py:1064 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in modules/python/package/cv2/load_config_py3.py:9
Found a known-risky pattern (exec_used). Review and replace if possible.
modules/python/package/cv2/load_config_py3.py:9 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in platforms/android/build_sdk.py:505
Found a known-risky pattern (exec_used). Review and replace if possible.
platforms/android/build_sdk.py:505 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in platforms/winpack_dldt/build_package.py:258
Found a known-risky pattern (exec_used). Review and replace if possible.
platforms/winpack_dldt/build_package.py:258 Exec used
medium Security checks quality Quality conf 1.00 ✓ Repobility 10 occurrences [MINED109] Mutable default argument in `__init__` (dict): `def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
Use None as the default and create the collection inside the function: `def __init__(x=None): x = x or []`
2 files, 10 locations
apps/pattern-tools/svgfig.py:2638, 3115, 3178, 3273, 3328, 3381, 3456, 3508, +1 more (9 hits)
modules/ts/misc/run_android.py:109
medium Security checks quality Quality conf 1.00 ✓ Repobility 14 occurrences [MINED109] Mutable default argument in `__init__` (list): `def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
Use None as the default and create the collection inside the function: `def __init__(x=None): x = x or []`
5 files, 14 locations
apps/pattern-tools/svgfig.py:1180, 1897, 2141, 3618, 3668 (5 hits)
modules/objc/generator/gen_objc.py:210, 273, 473 (3 hits)
modules/ts/misc/run_android.py:34, 129 (2 hits)
modules/ts/misc/run_suite.py:114, 173 (2 hits)
platforms/ios/build_framework.py:292, 330 (2 hits)
medium Security checks quality Quality Average file size is 524 lines (recommend <300)
Refactor large files by extracting related functions into separate modules. Target files with 300+ lines first. Use the Single Responsibility Principle — each module should have one clear purpose.
low Security checks quality Error handling conf 0.55 ✓ Repobility 21 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
12 files, 16 locations
modules/python/package/cv2/__init__.py:128, 140, 168 (3 hits)
modules/python/src2/hdr_parser.py:889, 904 (2 hits)
samples/python/camshift.py:108, 126 (2 hits)
apps/pattern-tools/svgfig.py:52
modules/core/src/opencl/runtime/generator/common.py:87
modules/core/src/opencl/runtime/generator/parser_cl.py:23
modules/core/src/opencl/runtime/generator/parser_clblas.py:14
modules/core/src/opencl/runtime/generator/parser_clfft.py:15
Error handlingquality
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 Docker final stage has no non-root USER
Add a non-root USER in the final runtime stage after files and permissions are prepared.
modules/videoio/misc/plugin_gstreamer/Dockerfile:1 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.86 Dockerfile separates apt update from install
Combine update and install in the same RUN instruction and clean package indexes in that layer.
modules/videoio/misc/plugin_gstreamer/Dockerfile:3 CI/CD securitycontainers
medium Security checks quality Quality conf 0.82 Parallel implementation file sits beside a canonical file
Merge the intended change into the canonical file, update tests/imports, and delete the parallel implementation if it is not the active entry point.
modules/imgproc/src/emd_new.cpp:1
medium Security checks quality Quality conf 0.82 Parallel implementation file sits beside a canonical file
Merge the intended change into the canonical file, update tests/imports, and delete the parallel implementation if it is not the active entry point.
modules/imgproc/src/contours_new.cpp:1
medium Security checks quality Quality conf 0.78 Suspicious implementation file appears unreferenced
Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes.
3rdparty/libjasper/jpc_fix.h:1
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — doc/js_tutorials/js_assets/js_dnn_example_helper.js:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph hardware Security conf 1.00 Dockerfile runs as root: modules/videoio/misc/plugin_gstreamer/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — modules/gapi/scripts/measure_privacy_masking.py:73
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — platforms/android/build_java_shared_aar.py:134
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — platforms/android/build_static_aar.py:157
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 18 locations
3rdparty/libjpeg-turbo/simd/powerpc/jsimd.c:11, 84, 629 (3 hits)
3rdparty/libjasper/jpc_t2enc.c:285, 438 (2 hits)
3rdparty/libjpeg-turbo/simd/mips64/jidctint-mmi.c:13, 162 (2 hits)
3rdparty/libjpeg-turbo/simd/mips64/jsimd.c:11, 228 (2 hits)
3rdparty/libjpeg-turbo/simd/x86_64/jsimd.c:14, 70 (2 hits)
3rdparty/libjasper/jpc_t1enc.c:688
3rdparty/libjpeg-turbo/simd/arm/aarch64/jsimd.c:22
3rdparty/libjpeg-turbo/simd/arm/jdmrgext-neon.c:17
duplicationquality
high Security checks quality Quality conf 0.62 3 occurrences Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
3 files, 3 locations
3rdparty/libjasper/jasper/jas_fix.h:1
3rdparty/libjasper/jpc_fix.h:1
modules/dnn/src/cuda4dnn/kernels/fill_copy.hpp:1
low System graph quality Maintenance conf 1.00 129 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:18.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
modules/videoio/misc/plugin_gstreamer/Dockerfile:1 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: doc/js_tutorials/js_assets/js_dnn_example_helper.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: doc/js_tutorials/js_assets/webnn-electron/node_setup.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: doc/mymath.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: doc/tools/add_signatures.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/core/src/opencl/runtime/generator/parser_cl.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/core/src/opencl/runtime/generator/parser_clblas.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/core/src/opencl/runtime/generator/parser_clfft.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/dnn/src/vkcom/shader/spirv_generator.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/dnn/test/imagenet_cls_test_googlenet.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/generator/templates.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/test/init_cv.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/test/test_core.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/test/test_imgproc.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/test/test_mat.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/test/test_objdetect.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/test/test_photo.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/test/test_utils.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/test/test_video.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/js/test/tests.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/python/src2/typing_stubs_generation/predefined_types.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/ts/misc/concatlogs.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/ts/misc/perf_tests_timing.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: modules/ts/misc/report.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/default.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/fastcv.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/ndk-10.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/ndk-16.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/ndk-17.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/ndk-18-api-level-21.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/ndk-18-api-level-24.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/ndk-18.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/ndk-22.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/android/ndk-25.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/js/opencv_js.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2020.1/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2020.2/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2020.3.0/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2020.4/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.1/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.2/build.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.2/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.3/build.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.3/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.4.1/build.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.4.1/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.4.2/build.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.4.2/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.4/build.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/2021.4/patch.config.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: platforms/winpack_dldt/package-tests/test_dnn_backends.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph security security conf 1.00 Insecure pattern 'debug_true' in platforms/android/build_sdk.py:160
Found a known-risky pattern (debug_true). Review and replace if possible.
platforms/android/build_sdk.py:160 Debug true
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: platforms/winpack_dldt/2021.2/sysroot.config.py:copy_bin, platforms/winpack_dldt/2021.4.1/sysroot.config.py:copy_bin, platforms/winpack_dldt/2021.1/sysroot.config.py:copy_bin, platforms/winpack_dldt/2020.4/sysroot.config.py:copy_bin This is *the* AI-…
duplicatesduplication
low System graph quality Integrity conf 1.00 14 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: platforms/android/build_sdk.py:rm_one, platforms/js/build_js.py:rm_one This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 24 places
Functions with the same first-5-line body hash: apps/pattern-tools/svgfig.py:SVG, apps/pattern-tools/svgfig.py:SVG, apps/pattern-tools/svgfig.py:SVG, apps/pattern-tools/svgfig.py:SVG This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). …
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: platforms/winpack_dldt/2020.2/sysroot.config.py:copy_dll, platforms/winpack_dldt/2020.3.0/sysroot.config.py:copy_dll, platforms/winpack_dldt/2020.1/sysroot.config.py:copy_dll This is *the* AI-coder failure mode (4× more duplication in vibe-coded repo…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: platforms/winpack_dldt/2021.2/sysroot.config.py:copy_dll, platforms/winpack_dldt/2021.4.1/sysroot.config.py:copy_dll, platforms/winpack_dldt/2021.1/sysroot.config.py:copy_dll, platforms/winpack_dldt/2020.4/sysroot.config.py:copy_dll This is *the* AI-…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_opencv_onRuntimeInitialized_backup` in modules/js/src/helpers.js:419
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `colorization_deploy_v2` in samples/dnn/colorization.py:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `convert_variables_to_constants_v2` in samples/dnn/dnn_model_runner/dnn_conversion/tf/classification/py_to_py_mobilenet.py:7
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `convert_variables_to_constants_v2` in samples/dnn/dnn_model_runner/dnn_conversion/tf/tf_model.py:3
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cv2_unused` in samples/python/_coverage.py:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `force_copy` in platforms/android/build_sdk.py:358
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `good_old` in samples/python/tutorial_code/video/optical_flow/optical_flow.py:49
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `image_copy` in samples/python/aruco_detect_board_charuco.py:91
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inception_resnet_v2` in samples/dnn/dnn_model_runner/dnn_conversion/tf/classification/py_to_py_cls.py:13
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inference_engine_legacy` in platforms/winpack_dldt/2020.2/sysroot.config.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inference_engine_legacy` in platforms/winpack_dldt/2020.3.0/sysroot.config.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inference_engine_legacy` in platforms/winpack_dldt/2020.4/sysroot.config.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inference_engine_legacy` in platforms/winpack_dldt/2021.1/sysroot.config.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inference_engine_legacy` in platforms/winpack_dldt/2021.2/sysroot.config.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inference_engine_legacy` in platforms/winpack_dldt/2021.3/sysroot.config.py:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inference_engine_legacy` in platforms/winpack_dldt/2021.4.1/sysroot.config.py:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inference_engine_legacy` in platforms/winpack_dldt/2021.4.2/sysroot.config.py:26
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inference_engine_legacy` in platforms/winpack_dldt/2021.4/sysroot.config.py:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `Markers_v2` in samples/python/tutorial_code/ImgTrans/distance_transformation/imageSegmentation.py:118
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `myHarris_copy` in samples/python/tutorial_code/TrackingMotion/generic_corner_detector/cornerDetector_Demo.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `nanotrack_backbone_sim_v2` in modules/video/misc/python/test/test_tracking.py:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `squeezenet_v1` in modules/dnn/misc/python/test/test_dnn.py:254
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `src_copy` in modules/python/test/test_misc.py:892
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: add_enumeration
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/python/src2/typing_stubs_generation/nodes/class_node.py:143
low System graph software Dead code conf 1.00 Possibly dead Python function: add_extra_pack
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
platforms/android/build_sdk.py:213
low System graph software Dead code conf 1.00 Possibly dead Python function: breadth_first
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:282
low System graph software Dead code conf 1.00 Possibly dead Python function: canvas_outline
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:577
low System graph software Dead code conf 1.00 Possibly dead Python function: characters
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:639
low System graph software Dead code conf 1.00 Possibly dead Python function: endElement
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:648
low System graph software Dead code conf 1.00 Possibly dead Python function: funcRtoC
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:1592
low System graph software Dead code conf 1.00 Possibly dead Python function: funcRtoR
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:1632
low System graph software Dead code conf 1.00 Possibly dead Python function: kernel_with_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/gapi/misc/python/package/gapi/__init__.py:314
low System graph software Dead code conf 1.00 Possibly dead Python function: make_acircles_pattern
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/generate_pattern.py:60
low System graph software Dead code conf 1.00 Possibly dead Python function: make_checkerboard_pattern
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/generate_pattern.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: make_circles_pattern
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/generate_pattern.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: make_optional_none_return
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/python/src2/typing_stubs_generation/api_refinement.py:57
low System graph software Dead code conf 1.00 Possibly dead Python function: make_radon_checkerboard_pattern
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/generate_pattern.py:123
low System graph software Dead code conf 1.00 Possibly dead Python function: modules_filter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/python/package/cv2/__init__.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: node_type_name
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/python/src2/typing_stubs_generation/nodes/node.py:102
low System graph software Dead code conf 1.00 Possibly dead Python function: op_with_params
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/gapi/misc/python/package/gapi/__init__.py:245
low System graph software Dead code conf 1.00 Possibly dead Python function: parameterized
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/gapi/misc/python/package/gapi/__init__.py:8
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_symbol_name
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/python/src2/gen2.py:23
low System graph software Dead code conf 1.00 Possibly dead Python function: pathtoPath
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:1123
low System graph software Dead code conf 1.00 Possibly dead Python function: rgb
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:63
low System graph software Dead code conf 1.00 Possibly dead Python function: startElement
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:631
low System graph software Dead code conf 1.00 Possibly dead Python function: unumber
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/pattern-tools/svgfig.py:2522
low System graph software Dead code conf 1.00 Possibly dead Python function: update_full_export_name
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/python/src2/typing_stubs_generation/ast_utils.py:402
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — doc/js_tutorials/js_assets/utils.js:13
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — doc/js_tutorials/js_assets/webnn-electron/utils_webnn_electron.js:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_64bits.js:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_helpfunc.js:126
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_blur.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_cvtcolor.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_dilate.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_erode.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_filter2D.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_gaussianBlur.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_medianBlur.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_pyrDown.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_remap.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_resize.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_scharr.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_sobel.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_threshold.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_warpAffine.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/perf/perf_imgproc/perf_warpPerspective.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/src/loader.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/test/run_puppeteer.js:47
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — modules/js/test/tests.js:60
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `_configure_acc_eval` (body is just `pass`/`return`) — samples/dnn/dnn_model_runner/dnn_conversion/common/test/model_test_pipeline.py:117
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `add_base` (body is just `pass`/`return`) — modules/python/src2/typing_stubs_generator.py:89
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `dprint` (body is just `pass`/`return`) — modules/ts/misc/trace_profiler.py:53
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `get_prepared_models` (body is just `pass`/`return`) — samples/dnn/dnn_model_runner/dnn_conversion/common/abstract_model.py:7
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `getToolchain` (body is just `pass`/`return`) — platforms/ios/build_framework.py:204
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `getToolchain` (body is just `pass`/`return`) — platforms/ios/run_tests.py:46
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `getToolchain` (body is just `pass`/`return`) — platforms/osx/build_framework.py:29
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `getToolchain` (body is just `pass`/`return`) — platforms/osx/run_tests.py:17
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `next` (body is just `pass`/`return`) — modules/dnn/test/pascal_semsegm_test_fcn.py:81
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `nothing` (body is just `pass`/`return`) — samples/python/coherence.py:58
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `nothing` (body is just `pass`/`return`) — samples/python/common.py:139
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `nothing` (body is just `pass`/`return`) — samples/python/edge.py:32
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `preprocess` (body is just `pass`/`return`) — modules/dnn/test/imagenet_cls_test_alexnet.py:33
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `preprocess` (body is just `pass`/`return`) — samples/dnn/dnn_model_runner/dnn_conversion/common/evaluation/classification/cls_data_fetcher.py:19
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `render` (body is just `pass`/`return`) — samples/python/video.py:62
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: apps/pattern-tools/svgfig.py (3691 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/core/misc/java/src/java/core+Mat.java (1876 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/core/misc/java/test/CoreTest.java (2081 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/imgproc/misc/java/test/ImgprocTest.java (2075 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/java/generator/gen_java.py (1568 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/objc/generator/gen_objc.py (1777 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/python/src2/gen2.py (1556 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/python/src2/hdr_parser.py (1253 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/python/test/test_misc.py (996 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/04c0c8c0-8494-49f2-b895-7c8cfcec7eae/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/04c0c8c0-8494-49f2-b895-7c8cfcec7eae/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.