https://github.com/NVIDIA/cuda-python.git
· scanned 2026-05-17 02:50 UTC (14 hours, 33 minutes ago)
· 10 languages
289 findings (6 legacy + 283 scanner) 87th percentile · Python · medium (20-100K LoC) Scanner says 93 (lower by 12)
Last scanned 14 hours, 33 minutes ago · v2 · 147 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.
All 3401 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
_cuda_headers_available |
software | healthy | conftest.py:13 |
pytest_collection_modifyitems |
software | healthy | conftest.py:27 |
_import_get_cuda_path_or_home |
software | healthy | cuda_bindings/build_hooks.py:37 |
_get_cuda_path |
software | healthy | cuda_bindings/build_hooks.py:68 |
__init__ |
software | healthy | cuda_bindings/build_hooks.py:108 |
discoverMembers |
software | healthy | cuda_bindings/build_hooks.py:120 |
__repr__ |
software | healthy | cuda_bindings/build_hooks.py:142 |
_fetch_header_paths |
software | healthy | cuda_bindings/build_hooks.py:146 |
_parse_headers |
software | healthy | cuda_bindings/build_hooks.py:171 |
_fetch_input_files |
software | healthy | cuda_bindings/build_hooks.py:239 |
_generate_output |
software | healthy | cuda_bindings/build_hooks.py:243 |
_rename_architecture_specific_files |
software | healthy | cuda_bindings/build_hooks.py:266 |
_prep_extensions |
software | healthy | cuda_bindings/build_hooks.py:285 |
_build_cuda_bindings |
software | healthy | cuda_bindings/build_hooks.py:312 |
_cleanup_dst_files |
software | healthy | cuda_bindings/build_hooks.py:410 |
build_wheel |
software | healthy | cuda_bindings/build_hooks.py:460 |
build_editable |
software | healthy | cuda_bindings/build_hooks.py:466 |
_is_clang |
software | healthy | cuda_bindings/setup.py:27 |
_check |
software | healthy | cuda_bindings/setup.py:29 |
build_extensions |
software | healthy | cuda_bindings/setup.py:43 |
finalize_options |
software | healthy | cuda_bindings/setup.py:53 |
compile_or_verify |
software | healthy | cuda_bindings/tests/test_nvvm.py:17 |
match_exact |
software | healthy | cuda_bindings/tests/test_nvvm.py:21 |
nvvm_program |
software | healthy | cuda_bindings/tests/test_nvvm.py:26 |
get_program_log |
software | healthy | cuda_bindings/tests/test_nvvm.py:34 |
test_get_error_string |
software | healthy | cuda_bindings/tests/test_nvvm.py:40 |
test_nvvm_version |
software | healthy | cuda_bindings/tests/test_nvvm.py:54 |
test_nvvm_ir_version |
software | healthy | cuda_bindings/tests/test_nvvm.py:60 |
test_nvvm_llvm_version |
software | healthy | cuda_bindings/tests/test_nvvm.py:66 |
test_create_and_destroy |
software | healthy | cuda_bindings/tests/test_nvvm.py:75 |
test_add_module_to_program_fail |
software | healthy | cuda_bindings/tests/test_nvvm.py:82 |
test_c_or_v_program_fail_no_module |
software | healthy | cuda_bindings/tests/test_nvvm.py:90 |
test_c_or_v_program_fail_invalid_ir |
software | healthy | cuda_bindings/tests/test_nvvm.py:95 |
test_c_or_v_program_fail_bad_option |
software | healthy | cuda_bindings/tests/test_nvvm.py:105 |
test_get_buffer_empty |
software | healthy | cuda_bindings/tests/test_nvvm.py:120 |
test_compile_program_with_minimal_nvvm_ir |
software | healthy | cuda_bindings/tests/test_nvvm.py:130 |
test_verify_program_with_minimal_nvvm_ir |
software | healthy | cuda_bindings/tests/test_nvvm.py:150 |
cuda_driver |
software | healthy | cuda_bindings/tests/conftest.py:29 |
device |
software | healthy | cuda_bindings/tests/conftest.py:35 |
ctx |
software | healthy | cuda_bindings/tests/conftest.py:42 |
get_version |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:72 |
arch |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:77 |
ptx_version |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:82 |
PTX |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:87 |
nvcc_smoke |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:92 |
CUBIN |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:125 |
CHECK_NVRTC |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:149 |
LTOIR |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:146 |
OBJECT |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:169 |
TILEIR |
software | healthy | cuda_bindings/tests/test_nvfatbin.py:202 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
conftest.py |
software | healthy | conftest.py |
greptile.json |
software | healthy | greptile.json |
README.md |
software | healthy | README.md |
context7.json |
software | healthy | context7.json |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
.pre-commit-config.yaml |
software | healthy | .pre-commit-config.yaml |
LICENSE.md |
software | healthy | LICENSE.md |
SECURITY.md |
software | healthy | SECURITY.md |
AGENTS.md |
software | healthy | AGENTS.md |
pixi.toml |
software | healthy | pixi.toml |
ruff.toml |
software | healthy | ruff.toml |
README.md |
software | healthy | cuda_bindings/README.md |
build_hooks.py |
software | healthy | cuda_bindings/build_hooks.py |
setup.py |
software | healthy | cuda_bindings/setup.py |
pyproject.toml |
software | healthy | cuda_bindings/pyproject.toml |
AGENTS.md |
software | healthy | cuda_bindings/AGENTS.md |
pixi.toml |
software | healthy | cuda_bindings/pixi.toml |
test_nvvm.py |
software | healthy | cuda_bindings/tests/test_nvvm.py |
conftest.py |
software | healthy | cuda_bindings/tests/conftest.py |
cufile.json |
software | healthy | cuda_bindings/tests/cufile.json |
test_nvfatbin.py |
software | healthy | cuda_bindings/tests/test_nvfatbin.py |
test_interoperability.py |
software | healthy | cuda_bindings/tests/test_interoperability.py |
test_nvjitlink.py |
software | healthy | cuda_bindings/tests/test_nvjitlink.py |
test_utils.py |
software | healthy | cuda_bindings/tests/test_utils.py |
test_cuda.py |
software | healthy | cuda_bindings/tests/test_cuda.py |
test_graphics_apis.py |
software | healthy | cuda_bindings/tests/test_graphics_apis.py |
test_basics.py |
software | healthy | cuda_bindings/tests/test_basics.py |
test_examples.py |
software | healthy | cuda_bindings/tests/test_examples.py |
test_cudart.py |
software | healthy | cuda_bindings/tests/test_cudart.py |
test_version_check.py |
software | healthy | cuda_bindings/tests/test_version_check.py |
test_nvrtc.py |
software | healthy | cuda_bindings/tests/test_nvrtc.py |
test_cufile.py |
software | healthy | cuda_bindings/tests/test_cufile.py |
test_kernelParams.py |
software | healthy | cuda_bindings/tests/test_kernelParams.py |
util.py |
software | healthy | cuda_bindings/tests/nvml/util.py |
__init__.py |
software | healthy | cuda_bindings/tests/nvml/__init__.py |
conftest.py |
software | healthy | cuda_bindings/tests/nvml/conftest.py |
test_device.py |
software | healthy | cuda_bindings/tests/nvml/test_device.py |
test_init.py |
software | healthy | cuda_bindings/tests/nvml/test_init.py |
README.md |
software | healthy | cuda_bindings/tests/nvml/README.md |
test_page_retirement.py |
software | healthy | cuda_bindings/tests/nvml/test_page_retirement.py |
test_pci.py |
software | healthy | cuda_bindings/tests/nvml/test_pci.py |
test_cuda.py |
software | healthy | cuda_bindings/tests/nvml/test_cuda.py |
test_nvlink.py |
software | healthy | cuda_bindings/tests/nvml/test_nvlink.py |
test_pynvml.py |
software | healthy | cuda_bindings/tests/nvml/test_pynvml.py |
test_compute_mode.py |
software | healthy | cuda_bindings/tests/nvml/test_compute_mode.py |
test_gpu.py |
software | healthy | cuda_bindings/tests/nvml/test_gpu.py |
check_cyclical_import.py |
software | healthy | cuda_bindings/tests/utils/check_cyclical_import.py |
build_tests.py |
software | healthy | cuda_bindings/tests/cython/build_tests.py |
build_tests.sh |
software | healthy | cuda_bindings/tests/cython/build_tests.sh |
test_cython.py |
software | healthy | cuda_bindings/tests/cython/test_cython.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
_Struct |
software | healthy | cuda_bindings/build_hooks.py:107 |
build_ext |
software | healthy | cuda_bindings/setup.py:42 |
build_py |
software | healthy | cuda_bindings/setup.py:52 |
MyFastEnum |
software | healthy | cuda_bindings/tests/test_basics.py:15 |
MyIntEnum |
software | healthy | cuda_bindings/tests/test_basics.py:21 |
MyFastEnumDoc |
software | healthy | cuda_bindings/tests/test_basics.py:83 |
testStruct |
software | healthy | cuda_bindings/tests/test_cudart.py:1310 |
TestVersionCompatibilityCheck |
software | healthy | cuda_bindings/tests/test_version_check.py:14 |
testStruct |
software | healthy | cuda_bindings/tests/test_kernelParams.py:635 |
numpy_address_wrapper |
software | healthy | cuda_bindings/tests/test_kernelParams.py:789 |
NVMLInitializer |
software | healthy | cuda_bindings/tests/nvml/conftest.py:12 |
TestEnums |
software | healthy | cuda_bindings/tests/cudla/test_cudla_bindings.py:14 |
TestPodTypes |
software | healthy | cuda_bindings/tests/cudla/test_cudla_bindings.py:83 |
TestErrorType |
software | healthy | cuda_bindings/tests/cudla/test_cudla_bindings.py:191 |
TestApiSurface |
software | healthy | cuda_bindings/tests/cudla/test_cudla_bindings.py:209 |
FastEnumMetaclass |
software | healthy | cuda_bindings/cuda/bindings/_internal/_fast_enum.py:21 |
FastEnum |
software | healthy | cuda_bindings/cuda/bindings/_internal/_fast_enum.py:60 |
KernelHelper |
software | healthy | cuda_bindings/cuda/bindings/_example_helpers/common.py:38 |
TableFormatter |
software | healthy | cuda_bindings/examples/4_CUDA_Libraries/nvidia_smi.py:36 |
Params |
software | healthy | cuda_bindings/examples/extra/iso_fd_modelling.py:190 |
CudaKernels |
software | healthy | cuda_bindings/examples/extra/iso_fd_modelling.py:222 |
Propagator |
software | healthy | cuda_bindings/examples/extra/iso_fd_modelling.py:246 |
Kernels |
software | healthy | cuda_bindings/examples/3_CUDA_Features/global_to_shmem_asyn… |
EnumDocumenter |
software | healthy | cuda_python/docs/exts/enum_documenter.py:12 |
TocTreeSorted |
software | healthy | cuda_python/docs/exts/release_toc.py:19 |
FakeRunner |
software | healthy | benchmarks/cuda_bindings/tests/test_runner.py:29 |
FakeCUresult |
software | healthy | benchmarks/cuda_bindings/tests/test_runner.py:64 |
FakeCUstreamFlags |
software | healthy | benchmarks/cuda_bindings/tests/test_runner.py:67 |
_Struct2048B |
software | healthy | benchmarks/cuda_bindings/benchmarks/bench_launch.py:167 |
_FakeCuDriverGetVersion |
software | healthy | cuda_pathfinder/tests/test_utils_driver_info.py:19 |
_FakeDriverLib |
software | healthy | cuda_pathfinder/tests/test_utils_driver_info.py:31 |
TestSearchContext |
software | healthy | cuda_pathfinder/tests/test_search_steps.py:60 |
TestFindInSitePackages |
software | healthy | cuda_pathfinder/tests/test_search_steps.py:91 |
TestFindInConda |
software | healthy | cuda_pathfinder/tests/test_search_steps.py:214 |
TestFindInCudaHome |
software | healthy | cuda_pathfinder/tests/test_search_steps.py:303 |
TestRunFindSteps |
software | healthy | cuda_pathfinder/tests/test_search_steps.py:340 |
TestStepTuples |
software | healthy | cuda_pathfinder/tests/test_search_steps.py:371 |
TestAnchorRelDirs |
software | healthy | cuda_pathfinder/tests/test_search_steps.py:388 |
BitcodeLibNotFoundError |
software | healthy | cuda_pathfinder/cuda/pathfinder/_static_libs/find_bitcode_l… |
LocatedBitcodeLib |
software | healthy | cuda_pathfinder/cuda/pathfinder/_static_libs/find_bitcode_l… |
_BitcodeLibInfo |
software | healthy | cuda_pathfinder/cuda/pathfinder/_static_libs/find_bitcode_l… |
_FindBitcodeLib |
software | healthy | cuda_pathfinder/cuda/pathfinder/_static_libs/find_bitcode_l… |
StaticLibNotFoundError |
software | healthy | cuda_pathfinder/cuda/pathfinder/_static_libs/find_static_li… |
LocatedStaticLib |
software | healthy | cuda_pathfinder/cuda/pathfinder/_static_libs/find_static_li… |
_StaticLibInfo |
software | healthy | cuda_pathfinder/cuda/pathfinder/_static_libs/find_static_li… |
_FindStaticLib |
software | healthy | cuda_pathfinder/cuda/pathfinder/_static_libs/find_static_li… |
SearchPlatform |
software | healthy | cuda_pathfinder/cuda/pathfinder/_dynamic_libs/search_platfo… |
LinuxSearchPlatform |
software | healthy | cuda_pathfinder/cuda/pathfinder/_dynamic_libs/search_platfo… |
WindowsSearchPlatform |
software | healthy | cuda_pathfinder/cuda/pathfinder/_dynamic_libs/search_platfo… |
DescriptorSpec |
software | healthy | cuda_pathfinder/cuda/pathfinder/_dynamic_libs/descriptor_ca… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
cuda_bindings |
software | healthy | cuda_bindings |
tests |
software | healthy | cuda_bindings/tests |
nvml |
software | healthy | cuda_bindings/tests/nvml |
utils |
software | healthy | cuda_bindings/tests/utils |
cython |
software | healthy | cuda_bindings/tests/cython |
cudla |
software | healthy | cuda_bindings/tests/cudla |
docs |
software | healthy | cuda_bindings/docs |
source |
software | healthy | cuda_bindings/docs/source |
_templates |
software | healthy | cuda_bindings/docs/source/_templates |
cuda |
software | healthy | cuda_bindings/cuda |
bindings |
software | healthy | cuda_bindings/cuda/bindings |
_internal |
software | healthy | cuda_bindings/cuda/bindings/_internal |
_example_helpers |
software | healthy | cuda_bindings/cuda/bindings/_example_helpers |
utils |
software | healthy | cuda_bindings/cuda/bindings/utils |
_bindings |
software | healthy | cuda_bindings/cuda/bindings/_bindings |
_test_helpers |
software | healthy | cuda_bindings/cuda/bindings/_test_helpers |
_lib |
software | healthy | cuda_bindings/cuda/bindings/_lib |
examples |
software | healthy | cuda_bindings/examples |
4_CUDA_Libraries |
software | healthy | cuda_bindings/examples/4_CUDA_Libraries |
2_Concepts_and_Techniques |
software | healthy | cuda_bindings/examples/2_Concepts_and_Techniques |
extra |
software | healthy | cuda_bindings/examples/extra |
0_Introduction |
software | healthy | cuda_bindings/examples/0_Introduction |
3_CUDA_Features |
software | healthy | cuda_bindings/examples/3_CUDA_Features |
cuda_python |
software | healthy | cuda_python |
docs |
software | healthy | cuda_python/docs |
exts |
software | healthy | cuda_python/docs/exts |
source |
software | healthy | cuda_python/docs/source |
_templates |
software | healthy | cuda_python/docs/source/_templates |
benchmarks |
software | healthy | benchmarks |
cuda_bindings |
software | healthy | benchmarks/cuda_bindings |
runner |
software | healthy | benchmarks/cuda_bindings/runner |
tests |
software | healthy | benchmarks/cuda_bindings/tests |
benchmarks |
software | healthy | benchmarks/cuda_bindings/benchmarks |
cpp |
software | healthy | benchmarks/cuda_bindings/benchmarks/cpp |
cuda_core |
software | healthy | benchmarks/cuda_core |
benchmarks |
software | healthy | benchmarks/cuda_core/benchmarks |
scripts |
software | healthy | scripts |
cuda_pathfinder |
software | healthy | cuda_pathfinder |
tests |
software | healthy | cuda_pathfinder/tests |
docs |
software | healthy | cuda_pathfinder/docs |
source |
software | healthy | cuda_pathfinder/docs/source |
_templates |
software | healthy | cuda_pathfinder/docs/source/_templates |
cuda |
software | healthy | cuda_pathfinder/cuda |
pathfinder |
software | healthy | cuda_pathfinder/cuda/pathfinder |
_static_libs |
software | healthy | cuda_pathfinder/cuda/pathfinder/_static_libs |
_dynamic_libs |
software | healthy | cuda_pathfinder/cuda/pathfinder/_dynamic_libs |
_headers |
software | healthy | cuda_pathfinder/cuda/pathfinder/_headers |
_utils |
software | healthy | cuda_pathfinder/cuda/pathfinder/_utils |
_binaries |
software | healthy | cuda_pathfinder/cuda/pathfinder/_binaries |
cuda_core |
software | healthy | cuda_core |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
upload |
cicd | healthy | .github/workflows/release-upload.yml |
build |
cicd | healthy | .github/workflows/build-docs.yml |
analyze |
cicd | healthy | .github/workflows/codeql.yml |
coverage-vars |
cicd | healthy | .github/workflows/coverage.yml |
coverage-linux |
cicd | healthy | .github/workflows/coverage.yml |
build-wheel-windows |
cicd | healthy | .github/workflows/coverage.yml |
coverage-windows |
cicd | healthy | .github/workflows/coverage.yml |
combine-and-deploy |
cicd | healthy | .github/workflows/coverage.yml |
restricted-paths-guard |
cicd | healthy | .github/workflows/restricted-paths-guard.yml |
test-sdist |
cicd | healthy | .github/workflows/test-sdist-windows.yml |
auto-label |
cicd | healthy | .github/workflows/pr-auto-label.yml |
compute-matrix |
cicd | healthy | .github/workflows/test-wheel-windows.yml |
test |
cicd | healthy | .github/workflows/test-wheel-windows.yml |
ci-vars |
cicd | healthy | .github/workflows/ci.yml |
should-skip |
cicd | healthy | .github/workflows/ci.yml |
detect-changes |
cicd | healthy | .github/workflows/ci.yml |
build-linux-64 |
cicd | healthy | .github/workflows/ci.yml |
build-linux-aarch64 |
cicd | healthy | .github/workflows/ci.yml |
build-windows |
cicd | healthy | .github/workflows/ci.yml |
test-sdist-linux |
cicd | healthy | .github/workflows/ci.yml |
test-sdist-windows |
cicd | healthy | .github/workflows/ci.yml |
test-linux-64 |
cicd | healthy | .github/workflows/ci.yml |
test-linux-aarch64 |
cicd | healthy | .github/workflows/ci.yml |
test-windows |
cicd | healthy | .github/workflows/ci.yml |
doc |
cicd | healthy | .github/workflows/ci.yml |
checks |
cicd | healthy | .github/workflows/ci.yml |
analyze |
cicd | healthy | .github/workflows/bandit.yml |
prepare |
cicd | healthy | .github/workflows/release-cuda-pathfinder.yml |
docs |
cicd | healthy | .github/workflows/release-cuda-pathfinder.yml |
upload-assets |
cicd | healthy | .github/workflows/release-cuda-pathfinder.yml |
publish-testpypi |
cicd | healthy | .github/workflows/release-cuda-pathfinder.yml |
verify-testpypi |
cicd | healthy | .github/workflows/release-cuda-pathfinder.yml |
publish-pypi |
cicd | healthy | .github/workflows/release-cuda-pathfinder.yml |
verify-pypi |
cicd | healthy | .github/workflows/release-cuda-pathfinder.yml |
finalize |
cicd | healthy | .github/workflows/release-cuda-pathfinder.yml |
determine-run-id |
cicd | healthy | .github/workflows/release.yml |
check-tag |
cicd | healthy | .github/workflows/release.yml |
check-release-notes |
cicd | healthy | .github/workflows/release.yml |
doc |
cicd | healthy | .github/workflows/release.yml |
upload-archive |
cicd | healthy | .github/workflows/release.yml |
publish-testpypi |
cicd | healthy | .github/workflows/release.yml |
publish-pypi |
cicd | healthy | .github/workflows/release.yml |
cleanup |
cicd | healthy | .github/workflows/cleanup-pr-previews.yml |
backport-from-pr |
cicd | healthy | .github/workflows/backport.yml |
backport-to-branch |
cicd | healthy | .github/workflows/backport.yml |
build |
cicd | healthy | .github/workflows/build-wheel.yml |
test-sdist |
cicd | healthy | .github/workflows/test-sdist-linux.yml |
triage |
cicd | healthy | .github/workflows/triagelabel.yml |
check-metadata |
cicd | healthy | .github/workflows/pr-metadata-check.yml |
compute-matrix |
cicd | healthy | .github/workflows/test-wheel-linux.yml |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
SETUP_SANITIZER |
cicd | healthy | — |
CUDA_CORE_ARTIFACT_NAME |
cicd | healthy | — |
CUDA_VER |
cicd | healthy | — |
CUDA_CORE_CYTHON_TESTS_DIR |
cicd | healthy | — |
HOST_PLATFORM |
cicd | healthy | — |
BUILD_CTK_VER |
cicd | healthy | — |
BUILD_CUDA_MAJOR |
cicd | healthy | — |
PY_EXT_SUFFIX |
cicd | healthy | — |
LATEST_CUDA_VERSION |
cicd | healthy | — |
CIBW_BUILD |
cicd | healthy | — |
BACKPORT_BRANCH |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
ACTIONS_RESULTS_URL |
cicd | healthy | — |
SKIP_CYTHON_TEST |
cicd | healthy | — |
LOCAL_CTK |
cicd | healthy | — |
COMMIT_HASH |
cicd | healthy | — |
CUDA_PYTHON_PARALLEL_LEVEL |
cicd | healthy | — |
CUDA_BINDINGS_CYTHON_TESTS_DIR |
cicd | healthy | — |
CUDA_PATH |
cicd | healthy | — |
PY_VER |
cicd | healthy | — |
BINDINGS_SOURCE |
cicd | healthy | — |
NVIDIA_VISIBLE_DEVICES |
cicd | healthy | — |
SCCACHE_DIR |
cicd | healthy | — |
INSTALL_ROOT |
cicd | healthy | — |
SCCACHE_CACHE_SIZE |
cicd | healthy | — |
ACTIONS_CACHE_SERVICE_V2 |
cicd | healthy | — |
SCCACHE_GHA_USE_PREPROCESSOR_CACHE_MODE |
cicd | healthy | — |
ACTIONS_RUNTIME_URL |
cicd | healthy | — |
SCCACHE_PATH |
cicd | healthy | — |
CUDA_CORE_ARTIFACTS_DIR |
cicd | healthy | — |
BUILD_PREV_CUDA_MAJOR |
cicd | healthy | — |
CUDA_BINDINGS_ARTIFACTS_DIR |
cicd | healthy | — |
ACTIONS_CACHE_URL |
cicd | healthy | — |
OLD_BRANCH |
cicd | healthy | — |
ACTIONS_RUNTIME_TOKEN |
cicd | healthy | — |
CUDA_BINDINGS_ARTIFACT_NAME |
cicd | healthy | — |
ARCHIVE_NAME |
cicd | healthy | — |
PR_NUMBER |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::release-upload |
cicd | healthy | .github/workflows/release-upload.yml |
gha::build-docs |
cicd | healthy | .github/workflows/build-docs.yml |
gha::codeql |
cicd | healthy | .github/workflows/codeql.yml |
gha::coverage |
cicd | healthy | .github/workflows/coverage.yml |
gha::restricted-paths-guard |
cicd | healthy | .github/workflows/restricted-paths-guard.yml |
gha::test-sdist-windows |
cicd | healthy | .github/workflows/test-sdist-windows.yml |
gha::pr-auto-label |
cicd | healthy | .github/workflows/pr-auto-label.yml |
gha::test-wheel-windows |
cicd | healthy | .github/workflows/test-wheel-windows.yml |
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::bandit |
cicd | healthy | .github/workflows/bandit.yml |
gha::release-cuda-pathfinder |
cicd | healthy | .github/workflows/release-cuda-pathfinder.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
gha::cleanup-pr-previews |
cicd | healthy | .github/workflows/cleanup-pr-previews.yml |
gha::backport |
cicd | healthy | .github/workflows/backport.yml |
gha::build-wheel |
cicd | healthy | .github/workflows/build-wheel.yml |
gha::test-sdist-linux |
cicd | healthy | .github/workflows/test-sdist-linux.yml |
gha::triagelabel |
cicd | healthy | .github/workflows/triagelabel.yml |
gha::pr-metadata-check |
cicd | healthy | .github/workflows/pr-metadata-check.yml |
gha::test-wheel-linux |
cicd | healthy | .github/workflows/test-wheel-linux.yml |
gha::ci-nightly |
cicd | healthy | .github/workflows/ci-nightly.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:09 |
network | healthy | .github/dependabot.yml |
port:41 |
network | healthy | .github/ISSUE_TEMPLATE/bug_report.yml |
port:12 |
network | healthy | .github/workflows/coverage.yml |
port:256 |
network | healthy | .github/workflows/build-wheel.yml |
port:47594 |
network | healthy | .github/workflows/build-wheel.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
1.8.3.0 |
network | healthy | cuda_core/tests/test_program_cache.py |
2.0.3.0 |
network | healthy | cuda_core/tests/test_program_cache.py |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-6hspokac |
software | healthy | /tmp/repobility-clone-6hspokac |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | conftest.py |
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.