github.com / bad-antics
bad-antics/ n01d-machine
Rust·34 files·commit 48f1a89·scanned 55m ago·cached ✓
40/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
Desktop app detected
threat-state: suspiciouslive
FINDINGS ░▒▓
criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.releases/n01d-cross-platform/src-tauri/src/main.rs
// Create disk using qemu-img
let output = Command::new("qemu-img")
.args(["create", "-f", "qcow2", disk_path.to_str().unwrap(), &format!("{}G", disk_size)])
.output()+8criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.releases/n01d-cross-platform/src-tauri/src/security.rs
pub fn check_tor_status() -> bool {
Command::new("pgrep")
.arg("tor")
.output()+8criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.src/gui/mod.rs
println!("\n{}", "Disk Space:".green().bold());
if let Ok(output) = std::process::Command::new("df")
.args(["-h", "/"])
.output()+8warningRust wallet/crypto code with network activityCode handling private keys or signing and also making network requests may be exfiltrating secrets or sending funds to an attacker.releases/n01d-cross-platform/src-tauri/src/security.rs
r#"[Interface] PrivateKey = <YOUR_PRIVATE_KEY> Address = 10.0.0.2/24 DNS = 1.1.1.1+5
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.
12 files scanned @ 48f1a89 | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution25
network & exfiltration5
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 12/34rules hit 5engine v6commit 48f1a89
github
bad-antics/n01d-machine
🔒 n01d Machine - Secure Cross-Platform Virtual Machine Manager with Sandboxing, Tor, VPN & Network Isolation
8
2
235d
34 files
12 scanned(35%)
48f1a89
architecture░▒▓
entry (1) flagged (5) pkg (8)
16 nodes · 12 edgesscroll to zoom · click node to jump to finding