← Back to scan
File as GitHub Issue repo: regolith-labs/ore

Push this scan report to regolith-labs/ore

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

Rust Unwrap In Prod

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… program/src/deploy.rs:10
HIGH SEC035 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursi… program/src/bury.rs:10
HIGH SEC035 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursi… program/src/automate.rs:8
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … api/src/state/round.rs:60
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … api/src/state/automation.rs:47
HIGH RUSTSEC-2026-0009 time: RUSTSEC-2026-0009 Cargo.lock
HIGH RUSTSEC-2026-0049 rustls-webpki: RUSTSEC-2026-0049 Cargo.lock
HIGH RUSTSEC-2026-0104 rustls-webpki: RUSTSEC-2026-0104 Cargo.lock
HIGH RUSTSEC-2026-0099 rustls-webpki: RUSTSEC-2026-0099 Cargo.lock
HIGH RUSTSEC-2026-0098 rustls-webpki: RUSTSEC-2026-0098 Cargo.lock
HIGH RUSTSEC-2025-0134 rustls-pemfile: RUSTSEC-2025-0134 Cargo.lock
HIGH RUSTSEC-2026-0001 rkyv: RUSTSEC-2026-0001 Cargo.lock
HIGH RUSTSEC-2026-0097 rand: RUSTSEC-2026-0097 Cargo.lock
HIGH RUSTSEC-2026-0037 quinn-proto: RUSTSEC-2026-0037 Cargo.lock
HIGH RUSTSEC-2024-0436 paste: RUSTSEC-2024-0436 Cargo.lock
HIGH GHSA-xp3w-r5p5-63rr openssl: GHSA-xp3w-r5p5-63rr Cargo.lock
HIGH GHSA-pqf5-4pqq-29f5 openssl: GHSA-pqf5-4pqq-29f5 Cargo.lock
HIGH GHSA-hppc-g8h3-xhp3 openssl: GHSA-hppc-g8h3-xhp3 Cargo.lock
HIGH GHSA-ghm9-cr32-g9qj openssl: GHSA-ghm9-cr32-g9qj Cargo.lock
HIGH GHSA-8c75-8mhr-p7r9 openssl: GHSA-8c75-8mhr-p7r9 Cargo.lock
HIGH RUSTSEC-2025-0022 openssl: RUSTSEC-2025-0022 Cargo.lock
HIGH RUSTSEC-2025-0119 number_prefix: RUSTSEC-2025-0119 Cargo.lock
HIGH RUSTSEC-2025-0161 libsecp256k1: RUSTSEC-2025-0161 Cargo.lock
HIGH RUSTSEC-2026-0012 keccak: RUSTSEC-2026-0012 Cargo.lock
HIGH RUSTSEC-2022-0093 ed25519-dalek: RUSTSEC-2022-0093 Cargo.lock
HIGH RUSTSEC-2024-0388 derivative: RUSTSEC-2024-0388 Cargo.lock
HIGH RUSTSEC-2024-0344 curve25519-dalek: RUSTSEC-2024-0344 Cargo.lock
HIGH RUSTSEC-2026-0007 bytes: RUSTSEC-2026-0007 Cargo.lock
HIGH RUSTSEC-2025-0141 bincode: RUSTSEC-2025-0141 Cargo.lock
HIGH CORE_NO_TESTS No test files found
MED GHSA-xv59-967r-8726 openssl: GHSA-xv59-967r-8726 Cargo.lock
MED GHSA-phqj-4mhp-q6mq openssl: GHSA-phqj-4mhp-q6mq Cargo.lock
MED GHSA-fjx5-qpf4-xjf2 borsh: GHSA-fjx5-qpf4-xjf2 Cargo.lock
MED CORE_NO_CI No CI/CD configuration found
LOW GHSA-xmgf-hq76-4vx2 openssl: GHSA-xmgf-hq76-4vx2 Cargo.lock
LOW AIC003 Duplicated implementation block across source files program/src/buyback.rs:106
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… api/src/state/miner.rs:97
Reset to top 5 38 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `regolith-labs/ore`

**Score: 78/100 (D+)**  ·  38 findings  ·  scanned 2026-06-05 14:55 UTC  ·  3,958 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 30 |
| MEDIUM | 4 |
| LOW | 3 |

📊 [Full filterable report](https://repobility.com/scan/067f3907-809f-477f-8d8b-53ea4603bba3/)  ·  ![scorecard](https://repobility.com/scan/067f3907-809f-477f-8d8b-53ea4603bba3/report.png?v=1780671316-s2)

### Top findings

1. **HIGH** `SEC035` — Unbounded Resource Allocation — DoS risk
   `program/src/deploy.rs:10` · CWE-770 · A04:2021 Insecure Design (DoS)
2. **HIGH** `SEC035` — Unbounded Resource Allocation — DoS risk
   `program/src/bury.rs:10` · CWE-770 · A04:2021 Insecure Design (DoS)
3. **HIGH** `SEC035` — Unbounded Resource Allocation — DoS risk
   `program/src/automate.rs:8` · CWE-770 · A04:2021 Insecure Design (DoS)
4. **HIGH** `MINED003` — Rust Unwrap In Prod
   `api/src/state/round.rs:60` · CWE-755 · ✓ Repobility
5. **HIGH** `MINED003` — Rust Unwrap In Prod
   `api/src/state/automation.rs:47` · CWE-755 · ✓ Repobility

---

**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/067f3907-809f-477f-8d8b-53ea4603bba3/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 3 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 'regolith-labs/ore' 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.

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.