← Back to scan
File as GitHub Issue repo: GyulyVGC/sniffnet

Push this scan report to GyulyVGC/sniffnet

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
CRIT MINED116 [MINED116] Workflow uses `secrets.CODECOV_TOKEN` on a `pull_request` trigger: This workfl… .github/workflows/rust.yml:85
CRIT MINED116 [MINED116] Workflow uses `secrets.NPCAP_OEM_URL` on a `pull_request` trigger: This workfl… .github/workflows/rust.yml:53
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/gui/types/message.rs:159
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/gui/components/ellipsized_text.rs:137
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … src/gui/styles/types/palette.rs:227
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … src/cli/mod.rs:43
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … build.rs:29
HIGH MINED126 [MINED126] Workflow container/services image `fedora:latest` unpinned: `container/service… .github/workflows/package.yml:230
HIGH MINED126 [MINED126] Workflow container/services image `debian:latest` unpinned: `container/service… .github/workflows/package.yml:171
HIGH MINED126 [MINED126] Workflow container/services image `debian:latest` unpinned: `container/service… .github/workflows/package.yml:119
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v8`: `uses: actions… .github/workflows/package.yml:299
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/package.yml:293
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/package.yml:290
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v7`: `uses: actions/u… .github/workflows/package.yml:270
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v8`: `uses: actions… .github/workflows/package.yml:255
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/package.yml:249
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/package.yml:243
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v7`: `uses: actions/u… .github/workflows/package.yml:221
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v8`: `uses: actions… .github/workflows/package.yml:195
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/package.yml:189
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v7`: `uses: actions/u… .github/workflows/package.yml:162
HIGH MINED115 [MINED115] Action `actions/download-artifact` pinned to mutable ref `@v8`: `uses: actions… .github/workflows/package.yml:148
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/package.yml:142
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/package.yml:136
HIGH MINED115 [MINED115] Action `actions/upload-artifact` pinned to mutable ref `@v7`: `uses: actions/u… .github/workflows/package.yml:108
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/package.yml:78
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/package.yml:47
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/rust.yml:39
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/rust.yml:38
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/docker.yml:15
HIGH MINED115 [MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`: `uses: dtolna… .github/workflows/crates.yml:13
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/crates.yml:12
HIGH MINED115 [MINED115] Action `github/codeql-action/analyze` pinned to mutable ref `@v4`: `uses: gith… .github/workflows/codeql.yml:42
HIGH MINED115 [MINED115] Action `github/codeql-action/init` pinned to mutable ref `@v4`: `uses: github/… .github/workflows/codeql.yml:35
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/codeql.yml:32
HIGH MINED118 [MINED118] Dockerfile FROM `debian:bookworm-slim` not pinned by digest: `FROM debian:book… Dockerfile:20
HIGH MINED118 [MINED118] Dockerfile FROM `rust:1.88-slim` not pinned by digest: `FROM rust:1.88-slim` r… Dockerfile:1
HIGH CORE_NO_TESTS No test files found
MED DKR017 Dockerfile installs dependencies after copying the full source tree Dockerfile:17
MED DKR001 Docker final stage has no non-root USER Dockerfile:20
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:15
LOW AIC003 Duplicated implementation block across source files src/gui/pages/connection_details_page.rs:133
LOW AIC003 Duplicated implementation block across source files src/chart/types/traffic_chart.rs:323
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:23
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:4
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… build.rs:77
INFO MINED047 [MINED047] Emoji In Source: Emoji ✅ ❌ 🚀 in code/comments — common AI output unless explic… src/translations/types/language.rs:158
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… src/utils/error_logger.rs:18
Reset to top 5 49 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `GyulyVGC/sniffnet`

**Score: 84/100 (B)**  ·  49 findings  ·  scanned 2026-06-05 04:11 UTC  ·  27,978 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 36 |
| MEDIUM | 3 |
| LOW | 5 |

📊 [Full filterable report](https://repobility.com/scan/2ac48eb7-0d67-44e9-ba77-d2575dbfed53/)  ·  ![scorecard](https://repobility.com/scan/2ac48eb7-0d67-44e9-ba77-d2575dbfed53/report.png?v=1780632662-s2)

### Top findings

1. **CRITICAL** `MINED116` — Workflow uses `secrets.CODECOV_TOKEN` on a `pull_request` trigger
   `.github/workflows/rust.yml:85` · ✓ Repobility
2. **CRITICAL** `MINED116` — Workflow uses `secrets.NPCAP_OEM_URL` on a `pull_request` trigger
   `.github/workflows/rust.yml:53` · ✓ Repobility
3. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/gui/types/message.rs:159` · A10:2021 SSRF
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/gui/components/ellipsized_text.rs:137`
5. **HIGH** `MINED003` — Rust Unwrap In Prod
   `src/gui/styles/types/palette.rs:227` · 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/2ac48eb7-0d67-44e9-ba77-d2575dbfed53/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Already filed
This repo publishes a SECURITY.md policy and the scan contains 2 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 'GyulyVGC/sniffnet' 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/55 findings (55%) 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.