← Back to scan
File as GitHub Issue repo: Szybet/InkWatchy

Push this scan report to Szybet/InkWatchy

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 MINED022 [MINED022] C Strcpy: strcpy/strcat dont bounds-check; use strncpy or snprintf. src/ui/watchface/watchfaces/slate_Suddo…:314
CRIT MINED022 [MINED022] C Strcpy: strcpy/strcat dont bounds-check; use strncpy or snprintf. src/hardware/ble/bleMain.cpp:116
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. resources/tools/other/setup/installRust…:10
HIGH MINED034 [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command inje… resources/tools/other/depracated/genera…:20
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … components/rusty/crates/set_date/build.…:9
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … components/rusty/crates/general_page/sr…:32
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … components/rusty/crates/general_page/bu…:9
HIGH RUSTSEC-2024-0436 paste: RUSTSEC-2024-0436 components/rusty/inkrusty/Cargo.lock
HIGH RUSTSEC-2025-0141 bincode: RUSTSEC-2025-0141 components/rusty/inkrusty/Cargo.lock
HIGH RUSTSEC-2024-0436 paste: RUSTSEC-2024-0436 components/rusty/crates/set_time/Cargo.…
HIGH RUSTSEC-2025-0141 bincode: RUSTSEC-2025-0141 components/rusty/crates/set_time/Cargo.…
HIGH RUSTSEC-2024-0436 paste: RUSTSEC-2024-0436 components/rusty/crates/set_date/Cargo.…
HIGH RUSTSEC-2025-0141 bincode: RUSTSEC-2025-0141 components/rusty/crates/set_date/Cargo.…
HIGH RUSTSEC-2026-0068 tar: RUSTSEC-2026-0068 components/rusty/crates/general_page/Ca…
HIGH RUSTSEC-2026-0067 tar: RUSTSEC-2026-0067 components/rusty/crates/general_page/Ca…
HIGH RUSTSEC-2026-0097 rand: RUSTSEC-2026-0097 components/rusty/crates/general_page/Ca…
HIGH RUSTSEC-2024-0436 paste: RUSTSEC-2024-0436 components/rusty/crates/general_page/Ca…
HIGH RUSTSEC-2026-0002 lru: RUSTSEC-2026-0002 components/rusty/crates/general_page/Ca…
HIGH RUSTSEC-2026-0007 bytes: RUSTSEC-2026-0007 components/rusty/crates/general_page/Ca…
HIGH RUSTSEC-2025-0141 bincode: RUSTSEC-2025-0141 components/rusty/crates/general_page/Ca…
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… resources/tools/fs/compressFile.c:29
HIGH CORE_NO_TESTS No test files found
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… components/rusty/crates/general_page/sr…:98
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED GHSA-3pv8-6f4r-ffg2 tar: GHSA-3pv8-6f4r-ffg2 components/rusty/crates/general_page/Ca…
MED DKR001 Docker final stage has no non-root USER resources/tools/other/compile/Dockerfile:1
MED AGT015 Remote install command pipes network code directly to a shell resources/tools/other/setup/installRust…:10
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. resources/tools/other/depracated/genera…:20
MED CORE_NO_CI No CI/CD configuration found
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… src/ui/places/setClockGuis/setTimezoneW…:16
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… src/hardware/fs/imgFs.cpp:70
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… src/hardware/fs/fontFs.cpp:102
LOW SEC124 [SEC124] TOCTOU file access (os.access then open): Check-then-use file pattern (access/ex… resources/tools/buildTime/preBuild.py:33
LOW AIC003 Duplicated implementation block across source files src/ui/watchface/watchfaces/taychron_ta…:66
LOW AIC003 Duplicated implementation block across source files src/ui/watchface/watchfaces/taychron_ta…:5
LOW AIC003 Duplicated implementation block across source files src/ui/watchface/watchfaces/taychron_ta…:2
LOW AIC003 Duplicated implementation block across source files src/ui/watchface/watchfaces/station_Szy…:23
LOW AIC003 Duplicated implementation block across source files src/ui/watchface/watchfaces/inkField_Sz…:15
LOW AIC003 Duplicated implementation block across source files src/ui/watchface/watchfaces/inkField_Sz…:25
LOW AIC003 Duplicated implementation block across source files src/ui/places/weather/weatherSwitches.c…:80
LOW AIC003 Duplicated implementation block across source files src/ui/places/weather/weatherSwitches.c…:59
LOW AIC003 Duplicated implementation block across source files src/ui/places/weather/weatherQuality.cpp:78
LOW AIC003 Duplicated implementation block across source files src/hardware/acc/lib/bma4/bma456.h:85
LOW AIC003 Duplicated implementation block across source files components/rusty/inkrusty/src/apps/snak…:20
LOW AIC003 Duplicated implementation block across source files components/rusty/inkrusty/src/apps/set_…:16
LOW DKR010 Dockerfile leaves apt package indexes in the image layer resources/tools/other/compile/Dockerfile:79
LOW DKR010 Dockerfile leaves apt package indexes in the image layer resources/tools/other/compile/Dockerfile:4
LOW DKR011 Dockerfile installs recommended OS packages resources/tools/other/compile/Dockerfile:79
LOW DKR011 Dockerfile installs recommended OS packages resources/tools/other/compile/Dockerfile:58
LOW DKR011 Dockerfile installs recommended OS packages resources/tools/other/compile/Dockerfile:46
LOW DKR011 Dockerfile installs recommended OS packages resources/tools/other/compile/Dockerfile:28
LOW DKR011 Dockerfile installs recommended OS packages resources/tools/other/compile/Dockerfile:4
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… src/ui/watchface/watchfaces/gsr/starfie…:7
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… src/ui/places/setClockGuis/setTimezoneW…:159
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… src/ui/places/baiky/baiky.cpp:106
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… src/hardware/ble/bleMain.cpp:33
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… components/rusty/inkrusty/src/drawing.rs:8
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… components/rusty/inkrusty/src/apps/snak…:14
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… components/rusty/inkrusty/src/apps/gene…:70
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. components/rusty/inkrusty/src/logs.rs:14
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. components/rusty/inkrusty/src/lib.rs:39
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. components/rusty/inkrusty/build.rs:10
Reset to top 5 62 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Szybet/InkWatchy`

**Score: 63/100 (D)**  ·  62 findings  ·  scanned 2026-06-05 22:54 UTC  ·  74,444 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 20 |
| MEDIUM | 7 |
| LOW | 23 |

📊 [Full filterable report](https://repobility.com/scan/ff8d3a4c-99fa-496d-8554-9fc731687680/)  ·  ![scorecard](https://repobility.com/scan/ff8d3a4c-99fa-496d-8554-9fc731687680/report.png?v=1780700079-s2)

### Top findings

1. **CRITICAL** `MINED022` — C Strcpy
   `src/ui/watchface/watchfaces/slate_Suddoku/slate.cpp:314` · CWE-120 · ✓ Repobility
2. **CRITICAL** `MINED022` — C Strcpy
   `src/hardware/ble/bleMain.cpp:116` · CWE-120 · ✓ Repobility
3. **HIGH** `MINED012` — Curl Pipe Bash
   `resources/tools/other/setup/installRust.sh:10` · CWE-494 · ✓ Repobility
4. **HIGH** `MINED034` — Python Subprocess Shell True
   `resources/tools/other/depracated/generatePartTable.py:20` · CWE-78 · ✓ Repobility
5. **HIGH** `MINED003` — Rust Unwrap In Prod
   `components/rusty/crates/set_date/build.rs:9` · CWE-755 · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/ff8d3a4c-99fa-496d-8554-9fc731687680/_
Megaproject â high spam risk
Could not determine 'Szybet/InkWatchy' 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.