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

starpastoral/Dexter

Rust·43 files·commit 49649e4·scanned 59m 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.dexter_plugins/src/command_exec.rs

    let mut cmd = Command::new(&argv[0]);
    cmd.args(argv.iter().skip(1));
    let output = cmd.current_dir(cwd).output()?;
+8
criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.dexter_plugins/src/f2.rs
    async fn is_installed(&self) -> bool {
        Command::new("f2")
            .arg("--version")
            .status()
+8
criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.dexter_plugins/src/ffmpeg.rs
    async fn is_installed(&self) -> bool {
        Command::new("ffmpeg")
            .arg("-version")
            .status()
+8
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.

36 files scanned @ 49649e4 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 36/43rules hit 4engine v6commit 49649e4

github

starpastoral/Dexter

The Retro-Futurist AI Command Copilot

Rust
8
2
266d
43 files
36 scanned(84%)
49649e4

architecture░▒▓

entry (0) flagged (10) pkg (29)
62 nodes · 93 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — starpastoral/Dexter — ScanRepo