← Back to scan
File as GitHub Issue repo: uutils/grep

Push this scan report to uutils/grep

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

Action `actions/upload-artifact` pinned to mutable ref `@v4`

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 MINED116 Workflow uses `secrets.CODECOV_TOKEN` on a `pull_request` trigger .github/workflows/ci.yml:87
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … fuzz/uufuzz/examples/integration_testin…:38
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … fuzz/fuzz_targets/fuzz_grep.rs:43
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … benches/grep_bench.rs:48
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v4` .github/workflows/fuzzing.yml:156
HIGH MINED115 Action `taiki-e/install-action` pinned to mutable ref `@v2` .github/workflows/fuzzing.yml:98
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable` .github/workflows/fuzzing.yml:96
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/fuzzing.yml:92
HIGH MINED115 Action `taiki-e/install-action` pinned to mutable ref `@v2` .github/workflows/fuzzing.yml:65
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable` .github/workflows/fuzzing.yml:63
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/fuzzing.yml:59
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable` .github/workflows/fuzzing.yml:32
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/fuzzing.yml:28
HIGH MINED115 Action `CodSpeedHQ/action` pinned to mutable ref `@v4` .github/workflows/codspeed.yml:34
HIGH MINED115 Action `moonrepo/setup-rust` pinned to mutable ref `@v0` .github/workflows/codspeed.yml:24
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/codspeed.yml:21
HIGH MINED115 Action `mozilla-actions/sccache-action` pinned to mutable ref `@v0.0.10` .github/workflows/code-quality.yml:54
HIGH MINED115 Action `Swatinem/rust-cache` pinned to mutable ref `@v2` .github/workflows/code-quality.yml:52
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@master` .github/workflows/code-quality.yml:48
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/code-quality.yml:47
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable` .github/workflows/code-quality.yml:29
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/code-quality.yml:28
HIGH MINED115 Action `codecov/codecov-action` pinned to mutable ref `@v4` .github/workflows/ci.yml:85
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@nightly` .github/workflows/ci.yml:50
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/ci.yml:37
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable` .github/workflows/ci.yml:21
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/ci.yml:18
HIGH MINED115 Action `actions/github-script` pinned to mutable ref `@v7` .github/workflows/GnuComment.yml:55
HIGH MINED115 Action `actions/github-script` pinned to mutable ref `@v7` .github/workflows/GnuComment.yml:24
HIGH MINED131 pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v… .pre-commit-config.yaml:5
MED MINED111 Bare except continues silently util/compare_test_results.py:62
MED MINED111 Bare except continues silently util/compare_test_results.py:54
MED COMP001 [COMP001] High cognitive complexity: Function `compare_results` has cognitive complexity … util/compare_test_results.py:44
Reset to top 5 33 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `uutils/grep`

**Score: 92/100 (A-)**  ·  33 findings  ·  scanned 2026-06-05 15:05 UTC  ·  6,075 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 29 |
| MEDIUM | 3 |
| LOW | 0 |

📊 [Full filterable report](https://repobility.com/scan/e5afb698-1874-49c3-8865-f214ac864a78/)  ·  ![scorecard](https://repobility.com/scan/e5afb698-1874-49c3-8865-f214ac864a78/report.png?v=1780671924-s2)

### Top findings

1. **CRITICAL** `MINED116` — Workflow uses `secrets.CODECOV_TOKEN` on a `pull_request` trigger
   `.github/workflows/ci.yml:87` · ✓ Repobility
2. **HIGH** `MINED003` — Rust Unwrap In Prod
   `fuzz/uufuzz/examples/integration_testing.rs:38` · CWE-755 · ✓ Repobility
3. **HIGH** `MINED003` — Rust Unwrap In Prod
   `fuzz/fuzz_targets/fuzz_grep.rs:43` · CWE-755 · ✓ Repobility
4. **HIGH** `MINED003` — Rust Unwrap In Prod
   `benches/grep_bench.rs:48` · CWE-755 · ✓ Repobility
5. **HIGH** `MINED115` — Action `actions/upload-artifact` pinned to mutable ref `@v4`
   `.github/workflows/fuzzing.yml:156` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/e5afb698-1874-49c3-8865-f214ac864a78/_
Megaproject â high spam risk
Could not determine 'uutils/grep' 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
30/34 findings (88%) 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.