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

y7nieSEl5/eqtune

Rust·25 files·commit 3e9bc46·scanned 2h 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 ░▒▓

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/daemon.rs
        // alive inside `DaemonLock` for as long as the daemon is serving.
        if unsafe { libc::flock(file.as_raw_fd(), libc::LOCK_EX | libc::LOCK_NB) } != 0 {
            let error = std::io::Er...
+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/launchd.rs
    // SAFETY: getuid() is always safe and cannot fail.
    unsafe { libc::getuid() }
}
+3
criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.src/launchd.rs
    for _ in 0..STARTUP_CHECKS {
        let status = Command::new("launchctl").args(&args).status()?;
        if status.success() {
            return Ok(());
+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/sys.rs
pub fn restore_default_sigpipe() {
    unsafe {
        libc::signal(libc::SIGPIPE, libc::SIG_DFL);
    }
+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.

11 files scanned @ 3e9bc46 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution19
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 11/25rules hit 5engine v6commit 3e9bc46

github

y7nieSEl5/eqtune

A lightweight, system-wide audio equalizer for macOS.

Rust
1
1
111d
25 files
11 scanned(44%)
3e9bc46

architecture░▒▓

entry (2) flagged (3) pkg (8)
19 nodes · 12 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — y7nieSEl5/eqtune — ScanRepo