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.
112 of your 124 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 3.78s · analysis 7.51s · 16.8 MB · GitHub API rate-limit (preflight)

NVIDIA/cuda-python

https://github.com/NVIDIA/cuda-python.git · scanned 2026-06-09 04:34 UTC (18 hours, 37 minutes ago) · 10 languages

2736 raw signals (120 security + 2616 graph) 88th percentile · Python · medium (20-100K LoC) System graph score 93 (lower by 9)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 18 hours, 36 minutes ago · v12 · last Δ -0.1 (diff) · 164 actionable findings from 2 signal sources. 94 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 100.0 0.20 20.00
documentation_score 88.0 0.15 13.20
practices_score 97.0 0.15 14.55
code_quality 45.4 0.10 4.54
Overall 1.00 83.3
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Strongest dependencies (90), testing (85); weakest practices (62), documentation (65).

Showing 90 of 164 actionable findings. 258 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.

high Security checks quality Quality conf 1.00 ✓ Repobility Missing import: `platform` used but not imported
The file uses `platform.something(...)` but never imports `platform`. This raises NameError at runtime the first time the line executes.
cuda_pathfinder/cuda/pathfinder/_dynamic_libs/search_steps.py:75
high Security checks quality Quality conf 1.00 ✓ Repobility Missing import: `struct` used but not imported
The file uses `struct.something(...)` but never imports `struct`. This raises NameError at runtime the first time the line executes.
cuda_bindings/build_hooks.py:367
high Security checks quality Quality conf 1.00 ✓ Repobility 16 occurrences `self._name` used but never assigned in __init__
Method `__repr__` of class `FastEnum` reads `self._name`, 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.
3 files, 16 locations
cuda_core/setup.py:51, 56, 60, 61, 70, 71, 79, 80 (9 hits)
cuda_bindings/setup.py:45, 46, 47, 56, 57 (5 hits)
cuda_bindings/cuda/bindings/_internal/_fast_enum.py:67, 71 (2 hits)
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `nv-gha-runners/setup-proxy-cache` pinned to mutable ref `@main` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
6 files, 7 locations
.github/workflows/coverage.yml:86, 281 (2 hits)
.github/workflows/build-wheel.yml:70
.github/workflows/ci.yml:121
.github/workflows/test-sdist-linux.yml:72
.github/workflows/test-wheel-linux.yml:123
.github/workflows/test-wheel-windows.yml:104
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/github-script` pinned to mutable ref `@v9` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
3 files, 6 locations
.github/workflows/build-wheel.yml:60 (2 hits)
.github/workflows/cleanup-pr-previews.yml:31 (2 hits)
.github/workflows/test-sdist-linux.yml:65 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `ilammy/msvc-dev-cmd` pinned to mutable ref `@v1` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
lines 215
.github/workflows/coverage.yml:215 (2 hits)
CI/CD securitySupply chainGitHub Actions
high Security checks software dependencies conf 0.90 ✓ Repobility Workflow container/services image `ubuntu:22.04` unpinned
`container/services image: ubuntu:22.04` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines.
.github/workflows/coverage.yml:50
high System graph cicd CI/CD security conf 1.00 7 occurrences GitHub Action tracks a moving branch
nv-gha-runners/setup-proxy-cache@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
6 files, 7 locations
.github/workflows/coverage.yml:86, 281 (2 hits)
.github/workflows/build-wheel.yml:70
.github/workflows/ci.yml:121
.github/workflows/test-sdist-linux.yml:72
.github/workflows/test-wheel-linux.yml:123
.github/workflows/test-wheel-windows.yml:104
CI/CD securitySupply chainGithub actions
low Security checks quality Error handling conf 0.55 ✓ Repobility 7 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.
4 files, 7 locations
cuda_core/cuda/core/utils/_program_cache/_keys.py:460, 491, 545, 585 (4 hits)
ci/tools/merge_cuda_core_wheels.py:77
cuda_bindings/cuda/bindings/_test_helpers/mempool.py:50
toolshed/run_cuda_pathfinder.py:21
Error handlingquality
medium System graph cicd CI/CD security conf 1.00 8 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
8 files, 8 locations
.github/workflows/backport.yml
.github/workflows/ci.yml
.github/workflows/cleanup-pr-previews.yml
.github/workflows/coverage.yml
.github/workflows/release-cuda-pathfinder.yml
.github/workflows/release-upload.yml
.github/workflows/release.yml
.github/workflows/restricted-paths-guard.yml
CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — benchmarks/cuda_bindings/runner/cpp.py:164
`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 — ci/tools/fetch_ctk_redistrib.py:77
`urllib.request.urlopen(...)` 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 — ci/tools/merge_cuda_core_wheels.py:39
`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 — toolshed/check_spdx.py:68
`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 4 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.
4 files, 4 locations
cuda_core/build_hooks.py:17
cuda_core/cuda/core/_utils/runtime_cuda_error_explanations_frozen.py:249
cuda_pathfinder/cuda/pathfinder/_static_libs/find_static_lib.py:52
toolshed/_catalog_writer.py:82
duplicationquality
low System graph software Dead code candidate conf 1.00 File has no detected symbols: benchmarks/cuda_bindings/run_cpp.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: benchmarks/cuda_bindings/run_pyperf.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: benchmarks/cuda_core/run_pyperf.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: cuda_core/cuda/core/_utils/driver_cu_result_explanations_frozen.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: cuda_core/cuda/core/_utils/pycompat.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: cuda_core/cuda/core/_utils/runtime_cuda_error_explanations_frozen.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: cuda_core/cuda/core/system/exceptions.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: cuda_pathfinder/cuda/pathfinder/_binaries/supported_nvidia_binaries.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: cuda_pathfinder/cuda/pathfinder/_dynamic_libs/lib_descriptor.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: cuda_pathfinder/cuda/pathfinder/_headers/supported_nvidia_headers.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: cuda_pathfinder/docs/source/conf.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: cuda_python/docs/source/conf.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: cuda_python/setup.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
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: benchmarks/cuda_bindings/compare.py:load_benchmarks, benchmarks/cuda_core/compare.py:load_benchmarks 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'r…
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 6 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: cuda_pathfinder/cuda/pathfinder/_dynamic_libs/search_platform.py:lib_searched_for, cuda_pathfinder/cuda/pathfinder/_dynamic_libs/search_platform.py:lib_searched_for, cuda_pathfinder/cuda/pathfinder/_dynamic_libs/search_platform.py:lib_searched_for Th…
6 occurrences
repo-level (6 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_read_preferred_location_v2` in cuda_core/cuda/core/_memory/_managed_buffer.py:17
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 `_remap_old` in cuda_core/cuda/core/_memory/_virtual_memory_resource.py:400
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 `attr_value_list_v2` in cuda_bindings/tests/test_cuda.py:362
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 `cudaStreamLegacy` in cuda_core/cuda/core/_utils/driver_cu_result_explanations_frozen.py:316
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 `cudaStreamLegacy` in cuda_core/cuda/core/_utils/runtime_cuda_error_explanations_frozen.py:502
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 `cuDeviceGetUuid_v2` in cuda_core/tests/test_device.py:113
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 `device_get_attributes_v2` in cuda_bindings/tests/nvml/test_pynvml.py:50
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 `device_get_count_v2` in cuda_bindings/examples/4_CUDA_Libraries/nvidia_smi.py:114
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 `device_get_count_v2` in cuda_bindings/tests/nvml/test_cuda.py:18
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 `device_get_count_v2` in cuda_bindings/tests/nvml/test_gpu.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 `device_get_count_v2` in cuda_bindings/tests/nvml/test_init.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 `fake_old` in cuda_core/tests/test_program_cache.py:530
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 `global_to_shmem_async_copy` in cuda_bindings/examples/3_CUDA_Features/global_to_shmem_async_copy.py:60
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 `hash_legacy` in cuda_core/tests/test_stream.py:281
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 `init_v2` in cuda_bindings/cuda/bindings/_test_helpers/arch_check.py:21
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 `init_v2` in cuda_bindings/cuda/bindings/_test_helpers/mempool.py:27
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 `init_v2` in cuda_bindings/tests/nvml/conftest.py:17
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 `init_v2` in cuda_bindings/tests/nvml/test_device.py:17
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 `init_v2` in cuda_core/tests/conftest.py:51
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 `simple_zero_copy` in cuda_bindings/examples/0_Introduction/simple_zero_copy.py:33
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 `stream_legacy` in cuda_bindings/tests/test_cudart.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 `test_cache_hit_emits_ptx_loadability_warning_when_driver_too_old` in cuda_core/tests/test_program_compile_cache.py:147
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 `test_no_memory_node_id_in_v1` in cuda_core/tests/test_green_context.py:185
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 `tma_copy` in cuda_core/examples/tma_tensor_map.py:72
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: bench_ctx_get_current
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_ctx_device.py:22
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_ctx_get_device
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_ctx_device.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_ctx_set_current
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_ctx_device.py:31
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_device_get
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_ctx_device.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_device_get_attribute
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_ctx_device.py:59
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_device_primary_ctx_retain
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_ctx_device.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_func_get_attribute
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_module.py:49
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_16_args
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:257
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_2048b
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:395
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_256_args
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_512_args
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:298
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_512_args_pre_packed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:312
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_512_bools
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:325
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_512_bytes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:367
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_512_doubles
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:353
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_512_ints
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:339
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_512_longlongs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:381
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_launch_small_kernel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_launch.py:243
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_module_get_function
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_module.py:39
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_module_load_unload
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_module.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_nvrtc_compile_program
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_nvrtc.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_nvrtc_create_program
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_nvrtc.py:32
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_nvrtc_create_program_100_headers
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_nvrtc.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_pointer_get_attribute
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_pointer_attributes.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_pointer_get_attributes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_pointer_attributes.py:36
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_stream_create_destroy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_stream.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_stream_query
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_stream.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: bench_stream_synchronize
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/benchmarks/bench_stream.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: cleanup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/cuda_bindings/runner/runtime.py:98
low System graph software Dead code conf 1.00 Possibly dead Python function: rewrite_source
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cuda_bindings/docs/source/conf.py:132
low System graph quality Complexity conf 1.00 Very large file: cuda_bindings/tests/test_cuda.py (1351 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: cuda_bindings/tests/test_cudart.py (1979 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: cuda_bindings/tests/test_cufile.py (1981 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: cuda_core/tests/test_memory.py (1890 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: cuda_core/tests/test_program_cache.py (2346 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/9e258625-4ffa-414b-bb61-034ab4376b8d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9e258625-4ffa-414b-bb61-034ab4376b8d/

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.