← Back to scan
File as GitHub Issue repo: rapidsai/cudf

Push this scan report to rapidsai/cudf

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

JS: child_process.exec with non-literal

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH SEC035 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursi… cpp/benchmarks/transpose/transpose.cpp:42
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). cpp/benchmarks/hashing/hash.cpp:47
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… cpp/benchmarks/binaryop/binaryop.cpp:47
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… cpp/benchmarks/ast/transform.cpp:103
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… cpp/benchmarks/ast/polynomials.cpp:89
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… ci/utils/filter_package_versions.py:36
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/changed-files.yaml` pinned… .github/workflows/pr.yaml:87
HIGH MINED115 [MINED115] Action `rapidsai/shared-actions/check_nightly_success/dispatch` pinned to muta… .github/workflows/pr.yaml:75
HIGH MINED115 [MINED115] Action `rapidsai/shared-actions/telemetry-dispatch-stash-base-env-vars` pinned… .github/workflows/pr.yaml:62
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/pr-builder.yaml` pinned to… .github/workflows/pr.yaml:46
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/project-get-set-single-sel… .github/workflows/pr_issue_status_autom…:68
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/project-get-set-single-sel… .github/workflows/pr_issue_status_autom…:28
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/project-get-item-id.yaml` … .github/workflows/pr_issue_status_autom…:16
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/custom-job.yaml` pinned to… .github/workflows/pandas-tests.yaml:33
HIGH MINED126 [MINED126] Workflow container/services image `rapidsai/ci-conda:26.08-latest` unpinned: `… .github/workflows/compute-sanitizer-run…:52
HIGH MINED126 [MINED126] Workflow container/services image `rapidsai/ci-conda:26.08-latest` unpinned: `… .github/workflows/compute-sanitizer-run…:31
HIGH MINED126 [MINED126] Workflow container/services image `rapidsai/ci-spark-rapids-jni:rockylinux8-cu… .github/workflows/spark-rapids-jni.yaml:10
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml… .github/workflows/trigger-breaking-chan…:21
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/custom-job.yaml` pinned to… .github/workflows/test.yaml:278
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/wheels-test.yaml` pinned t… .github/workflows/test.yaml:263
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/wheels-test.yaml` pinned t… .github/workflows/test.yaml:247
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/custom-job.yaml` pinned to… .github/workflows/test.yaml:228
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/wheels-test.yaml` pinned t… .github/workflows/test.yaml:213
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/wheels-test.yaml` pinned t… .github/workflows/test.yaml:198
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/wheels-test.yaml` pinned t… .github/workflows/test.yaml:183
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/custom-job.yaml` pinned to… .github/workflows/test.yaml:165
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/custom-job.yaml` pinned to… .github/workflows/test.yaml:147
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml` p… .github/workflows/test.yaml:132
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml` p… .github/workflows/test.yaml:116
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/custom-job.yaml` pinned to… .github/workflows/test.yaml:100
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/custom-job.yaml` pinned to… .github/workflows/test.yaml:82
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/custom-job.yaml` pinned to… .github/workflows/test.yaml:64
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml` pinn… .github/workflows/test.yaml:49
HIGH MINED115 [MINED115] Action `rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-check… .github/workflows/test.yaml:35
HIGH CORE_NO_TESTS No test files found
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… ci/check_cudf_polars_ir.py:336
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … cpp/benchmarks/binaryop/binaryop.cpp:47
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … cpp/benchmarks/ast/transform.cpp:103
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … cpp/benchmarks/ast/polynomials.cpp:89
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… cpp/benchmarks/transform/transform.cpp:77
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… cpp/benchmarks/transform/polynomials.cpp:78
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… cpp/benchmarks/fixture/nvbench_fixture.…:65
LOW COMP001 [COMP001] High cognitive complexity: Function `get_library_specifier` has cognitive compl… ci/utils/filter_package_versions.py:13
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… ci/utils/filter_package_versions.py:37
Reset to top 5 45 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `rapidsai/cudf`

**Score: 80/100 (C+)**  ·  45 findings  ·  scanned 2026-06-05 17:17 UTC  ·  40,094 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 35 |
| MEDIUM | 5 |
| LOW | 4 |

📊 [Full filterable report](https://repobility.com/scan/ae190262-9453-4f3c-a0c0-22f435cf5726/)  ·  ![scorecard](https://repobility.com/scan/ae190262-9453-4f3c-a0c0-22f435cf5726/report.png?v=1780679831-s2)

### Top findings

1. **HIGH** `SEC035` — Unbounded Resource Allocation — DoS risk
   `cpp/benchmarks/transpose/transpose.cpp:42` · CWE-770 · A04:2021 Insecure Design (DoS)
2. **HIGH** `MINED004` — Weak Crypto
   `cpp/benchmarks/hashing/hash.cpp:47` · CWE-327 · ✓ Repobility
3. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `cpp/benchmarks/binaryop/binaryop.cpp:47`
4. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `cpp/benchmarks/ast/transform.cpp:103`
5. **HIGH** `SEC085` — JS: child_process.exec with non-literal
   `cpp/benchmarks/ast/polynomials.cpp:89`

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/ae190262-9453-4f3c-a0c0-22f435cf5726/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 4 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'rapidsai/cudf' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
29/47 findings (62%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.