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

jjo/drm-colortemp

Rust·67 files·commit 9166d48·scanned 16m 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.applet/src/main.rs
                return cosmic::task::future(async move {
                    let out = tokio::process::Command::new("sudo")
                        .args(["-n", helper_path(), mode.arg()])
           ...
+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/daemon.rs
    );
    unsafe {
        signal::sigaction(Signal::SIGHUP, &hup).map_err(DaemonError::Signal)?;
        signal::sigaction(Signal::SIGTERM, &term).map_err(DaemonError::Signal)?;
+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/device.rs
        if self.fd >= 0 {
            unsafe {
                libc::close(self.fd);
            }
+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/drm.rs
    let mut res = DrmModeCardRes::default();
    unsafe {
        drm_mode_getresources(fd, &mut res).map_err(|e| DrmIoctlError::Ioctl("GETRESOURCES", e))?;
    }
+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
infoAuthor has no other public repositoriesGitHub user "coderabbitai[bot]" has no other public repositories, common for burner accounts used in scams.+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.

16 files scanned @ 9166d48 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution22
network & exfiltration0
file system access0
obfuscation0
supply chain2
owasp / injection0
telemetry
files 16/67rules hit 6engine v6commit 9166d48

github

jjo/drm-colortemp

DRM Color Temperature Control for COSMIC DE (workaround)

Rust
81
5
230d
67 files
16 scanned(24%)
9166d48

architecture░▒▓

entry (1) flagged (5) pkg (13)
22 nodes · 18 edgesscroll to zoom · click node to jump to finding