live · scanning repos
Scanrepo
github.com
github.com / Tianyu199509

Tianyu199509/DeskBox

C#·1511 files·commit 44e7a0d·scanned 2h ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 5,162 stars — findings likely legitimate code patterns

verdict accurate?
2% file coverage
threat-state: lowlive

FINDINGS ░▒▓

warningRust unsafe blockunsafe blocks bypass Rust's memory safety guarantees. Malware uses them for raw pointer manipulation, shellcode injection, or calling dangerous foreign functions.native/deskbox-audio-session-fixture/src/main.rs
        // SAFETY: This guard owns a handle returned by OpenProcess.
        let _ = unsafe { CloseHandle(self.0) };
    }
}
+3
warningRust unsafe blockunsafe blocks bypass Rust's memory safety guarantees. Malware uses them for raw pointer manipulation, shellcode injection, or calling dangerous foreign functions.native/deskbox-native/src/explorer_shell_launch.rs
            // SAFETY: Each active guard represents one successful CoInitializeEx call.
            unsafe { CoUninitialize() };
        }
    }
+3
warningRust unsafe blockunsafe blocks bypass Rust's memory safety guarantees. Malware uses them for raw pointer manipulation, shellcode injection, or calling dangerous foreign functions.native/deskbox-native/src/lib.rs
    let value_slice =
        unsafe { std::slice::from_raw_parts(value.data, value.length_chars as usize) };
    !value_slice.contains(&0)
}
+3
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
infoSuspicious file in repoExecutable file (Disable-DeskBoxLocalDumps.ps1) in repositoryscripts/Disable-DeskBoxLocalDumps.ps1+2
infoSuspicious file in repoExecutable file (Enable-DeskBoxLocalDumps.ps1) in repositoryscripts/Enable-DeskBoxLocalDumps.ps1+2
infoSuspicious file in repoExecutable file (New-DeskBoxReleaseEvidence.ps1) in repositoryscripts/New-DeskBoxReleaseEvidence.ps1+2

Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.

27 files scanned @ 44e7a0d | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation0
supply chain15
owasp / injection0
telemetry
files 27/1511rules hit 7engine v6commit 44e7a0d

github

Tianyu199509/DeskBox

A free, open-source Windows desktop organizer with native-feeling WinUI 3 widgets.

C#
5162
284
106d
1511 files
27 scanned(2%)
44e7a0d

architecture░▒▓

entry (0) flagged (8) pkg (1)
9 nodes · 5 edgesscroll to zoom · click node to jump to finding
LOW (25/100) — Tianyu199509/DeskBox — ScanRepo