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

WickedSoftworks/azure

Rust·159 files·commit f8340bf·scanned 1h ago·cached ✓
43/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
Created 7 days ago
No stars or forks
Created 7 days ago
No community activity
Desktop app detected
threat-state: suspiciouslive

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.src-tauri/crates/azure-display/src/win/autostart.rs
    // how the value's existence is tested without allocating for it.
    let status = unsafe {
        RegGetValueW(
            HKEY_CURRENT_USER,
+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.src-tauri/crates/azure-display/src/win/displays.rs
        // requires and lives for the whole call.
        let ok = unsafe { EnumDisplayDevicesW(PCWSTR::null(), index, &mut adapter, 0) };
        if !ok.as_bool() {
            break;
+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.src-tauri/crates/azure-display/src/win/elevate.rs
    // SAFETY: opens this process's own token for one query and closes it.
    if unsafe { OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY, &mut token) }.is_err() {
        return false;
    }
+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
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/App.tsx+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/App.tsx+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/components/EventLog.tsx+3
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/components/ui/button.tsx+3

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.

116 files scanned @ f8340bf | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation12
supply chain0
owasp / injection0
telemetry
files 116/159rules hit 8engine v6commit f8340bf

github

WickedSoftworks/azure

A FOSS version of Scarlet for managing color presets no matter the GPU vendor or game

Rust
0
0
7d
159 files
116 scanned(73%)
f8340bf

architecture░▒▓

entry (0) flagged (12) pkg (75)
183 nodes · 234 edgesscroll to zoom · click node to jump to finding
SUSPICIOUS (43/100) — WickedSoftworks/azure — ScanRepo