← Back to scan
File as GitHub Issue repo: pola-rs/r-polars

Push this scan report to pola-rs/r-polars

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

Ruby Eval Call

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
CRIT MINED025 [MINED025] Php Eval: eval() executes arbitrary PHP. Code injection. R/autocompletion.R:86
CRIT MINED025 [MINED025] Php Eval: eval() executes arbitrary PHP. Code injection. R/as_polars_df.R:182
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. R/autocompletion.R:86
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. R/as_polars_df.R:182
CRIT MINED015 [MINED015] Ruby Eval Call: eval() executes arbitrary code. Code injection. R/infer_polars_dtype.R:122
CRIT MINED015 [MINED015] Ruby Eval Call: eval() executes arbitrary code. Code injection. R/autocompletion.R:86
CRIT MINED015 [MINED015] Ruby Eval Call: eval() executes arbitrary code. Code injection. R/as_polars_df.R:182
CRIT MINED022 [MINED022] C Strcpy: strcpy/strcat dont bounds-check; use strncpy or snprintf. R/as_polars_dtype_expr.R:7
CRIT MINED022 [MINED022] C Strcpy: strcpy/strcat dont bounds-check; use strncpy or snprintf. R/as_polars_df.R:91
CRIT MINED022 [MINED022] C Strcpy: strcpy/strcat dont bounds-check; use strncpy or snprintf. R/000-utils-s7.R:19
CRIT MINED116 Workflow uses `secrets.PAT` on a `pull_request` trigger .github/workflows/lint-mega-linter.yaml:63
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … src/rust/src/conversion/clock.rs:27
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … src/rust/src/conversion/chunked_array.rs:10
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … src/rust/src/conversion/categorical.rs:28
HIGH MINED029 [MINED029] Kotlin Null Bang: x!! throws NullPointerException if x is null. Bypasses Kotli… R/as_polars_df.R:182
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/release-lib.yml:222
HIGH MINED115 Action `r-lib/actions/setup-r-dependencies` pinned to mutable ref `@v2` .github/workflows/release-lib.yml:193
HIGH MINED115 Action `r-lib/actions/setup-r` pinned to mutable ref `@v2` .github/workflows/release-lib.yml:187
HIGH MINED115 Action `r-lib/actions/setup-pandoc` pinned to mutable ref `@v2` .github/workflows/release-lib.yml:185
HIGH MINED115 Action `actions/download-artifact` pinned to mutable ref `@v8` .github/workflows/release-lib.yml:173
HIGH MINED115 Action `rui314/setup-mold` pinned to mutable ref `@v1` .github/workflows/release-lib.yml:156
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/release-lib.yml:155
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v7` .github/workflows/release-lib.yml:119
HIGH MINED115 Action `r-lib/actions/setup-r-dependencies` pinned to mutable ref `@v2` .github/workflows/release-lib.yml:95
HIGH MINED115 Action `r-lib/actions/setup-r` pinned to mutable ref `@v2` .github/workflows/release-lib.yml:91
HIGH MINED115 Action `Swatinem/rust-cache` pinned to mutable ref `@v2` .github/workflows/release-lib.yml:63
HIGH MINED115 Action `rui314/setup-mold` pinned to mutable ref `@v1` .github/workflows/release-lib.yml:61
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/release-lib.yml:51
HIGH MINED115 Action `actions/deploy-pages` pinned to mutable ref `@v5` .github/workflows/build-docs.yml:170
HIGH MINED115 Action `actions/upload-pages-artifact` pinned to mutable ref `@v5` .github/workflows/build-docs.yml:153
HIGH MINED115 Action `Swatinem/rust-cache` pinned to mutable ref `@v2` .github/workflows/build-docs.yml:117
HIGH MINED115 Action `rui314/setup-mold` pinned to mutable ref `@v1` .github/workflows/build-docs.yml:115
HIGH MINED115 Action `actions/configure-pages` pinned to mutable ref `@v6` .github/workflows/build-docs.yml:108
HIGH MINED115 Action `arduino/setup-task` pinned to mutable ref `@v2` .github/workflows/build-docs.yml:98
HIGH MINED115 Action `r-lib/actions/setup-r-dependencies` pinned to mutable ref `@v2` .github/workflows/build-docs.yml:91
HIGH MINED115 Action `quarto-dev/quarto-actions/setup` pinned to mutable ref `@v2` .github/workflows/build-docs.yml:89
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v6` .github/workflows/build-docs.yml:85
HIGH MINED115 Action `r-lib/actions/setup-r` pinned to mutable ref `@v2` .github/workflows/build-docs.yml:79
HIGH MINED115 Action `r-lib/actions/setup-pandoc` pinned to mutable ref `@v2` .github/workflows/build-docs.yml:77
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/build-docs.yml:60
HIGH RUSTSEC-2025-0141 bincode: RUSTSEC-2025-0141 src/rust/Cargo.lock
HIGH CORE_NO_TESTS No test files found
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … src/rust/src/r_udf.rs:55
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … R/autocompletion.R:86
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … R/as_polars_df.R:182
MED AGT015 Remote install command pipes network code directly to a shell .devcontainer/devcontainer.json:39
LOW WEB005 robots.txt does not advertise a sitemap .github/workflows/test-r.yml
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. src/rust/src/r_threads.rs:53
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. src/rust/src/lazyframe/mod.rs:30
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. src/rust/src/dataframe/mod.rs:26
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… src/rust/src/conversion/data_table.rs:22
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… src/rust/src/conversion/clock.rs:27
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… src/rust/src/conversion/chunked_array.rs:10
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. R/utils-parse-expr.R:39
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… R/import-standalone-lifecycle.R:209
INFO MINED046 [MINED046] Dart Print: print() in Flutter goes to console. Use debugPrint / logger. R/meta-versions.R:67
INFO MINED046 [MINED046] Dart Print: print() in Flutter goes to console. Use debugPrint / logger. R/lazyframe-utils.R:57
INFO MINED046 [MINED046] Dart Print: print() in Flutter goes to console. Use debugPrint / logger. R/dataframe-html.R:21
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … R/infer_polars_dtype.R:147
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … R/expr-s3-operators.R:127
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … R/as_polars_df.R:182
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/scripts/generate-lib-sums.mjs:29
Reset to top 5 62 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `pola-rs/r-polars`

**Score: 84/100 (C+)**  ·  62 findings  ·  scanned 2026-06-05 15:04 UTC  ·  15,261 LOC

| Severity | Count |
|---|---|
| CRITICAL | 11 |
| HIGH | 31 |
| MEDIUM | 4 |
| LOW | 1 |

📊 [Full filterable report](https://repobility.com/scan/795fcf73-d2bf-4a9c-aefa-5b3041d0caa2/)  ·  ![scorecard](https://repobility.com/scan/795fcf73-d2bf-4a9c-aefa-5b3041d0caa2/report.png?v=1780671866-s2)

### Top findings

1. **CRITICAL** `MINED025` — Php Eval
   `R/autocompletion.R:86` · CWE-95 · ✓ Repobility
2. **CRITICAL** `MINED025` — Php Eval
   `R/as_polars_df.R:182` · CWE-95 · ✓ Repobility
3. **CRITICAL** `MINED024` — Js Eval Usage
   `R/autocompletion.R:86` · CWE-95 · ✓ Repobility
4. **CRITICAL** `MINED024` — Js Eval Usage
   `R/as_polars_df.R:182` · CWE-95 · ✓ Repobility
5. **CRITICAL** `MINED015` — Ruby Eval Call
   `R/infer_polars_dtype.R:122` · CWE-95 · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/795fcf73-d2bf-4a9c-aefa-5b3041d0caa2/_
Megaproject â high spam risk
Could not determine 'pola-rs/r-polars' 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
28/69 findings (41%) 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.