live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / XxAlexplosivoxX

XxAlexplosivoxX/ReAmped-Project

Rust·94 files·commit c2b881f·scanned 8m ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
threat-state: dangerouslive

FINDINGS ░▒▓

criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.desktop/src/utils/app_action.rs
fn kill(pid: i32, sig: Option<i32>) -> i32 {
    let mut cmd = std::process::Command::new("kill");
    match sig {
        Some(sig) => cmd.arg(format!("-{sig}")),
+8
criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.desktop/src/utils/misc.rs
    //    Output format: "Monitor eDP-1 (2560x1600): /path/to/wallpaper.jpg"
    if let Ok(out) = std::process::Command::new("swww").args(["query"]).output()
        && out.status.success()
    {
+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.player-core/src/ffi/api.rs
    if !ptr.is_null() {
        unsafe { drop(Box::from_raw(ptr)); }
    }
}
+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.player-core/src/ffi/callbacks.rs
    }
    let player = unsafe { &(*ptr).inner };
    let cb = cb.clone();
    let player_clone = player.clone();
+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

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.

65 files scanned @ c2b881f | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution24
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 65/94rules hit 5engine v6commit c2b881f

github

XxAlexplosivoxX/ReAmped-Project

A high-performance audio player written completely in Rust with real-time DSP

Rust
5
0
150d
94 files
65 scanned(69%)
c2b881f

architecture░▒▓

entry (0) flagged (4) pkg (39)
102 nodes · 75 edgesscroll to zoom · click node to jump to finding