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

imeowforcash/fps-unlocker

Rust·12 files·commit fa40bb5·scanned 5d ago·cached ✓
40/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
Created 1 days ago
No stars or forks
Created in the last 7 days
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/src/main.rs
        let this = mtm.alloc().set_ivars(items);
        unsafe { msg_send![super(this), init] }
    }
}
+3
criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.src-tauri/src/main.rs
fn is_resigned() -> bool {
    let Ok(output) = Command::new("/usr/bin/codesign")
        .args([
            "-d",
+8
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/src/mem.rs
    fn drop(&mut self) {
        unsafe { mach_port_deallocate(mach_task_self(), self.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
warningSingle-commit repositoryThe repository has only one commit. This is common for generated or throwaway malware repos.+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.

5 files scanned @ fa40bb5 | 8/19/2026 | heuristic scan — always review manually

risk by category
code execution16
network & exfiltration0
file system access0
obfuscation0
supply chain3
owasp / injection0
telemetry
files 5/12rules hit 5engine v5commit fa40bb5

github

imeowforcash/fps-unlocker

Menu bar app for macOS that lets you unlock the FPS of Roblox.

Rust
0
0
6d
12 files
5 scanned(42%)
fa40bb5

architecture░▒▓

entry (0) flagged (2) pkg (6)
9 nodes · 6 edgesscroll to zoom · click node to jump to finding