DANGER
malware detected
github.com / moooossee
moooossee/ moose
Rust·67 files·commit 712920a·scanned 5m 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/ollama/service.rs
if pid <= i32::MAX as u32 {
unsafe {
libc::kill(-(pid as i32), libc::SIGTERM);
}+3criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.src/ollama/service.rs
let stdout = log.try_clone()?;
let mut command = Command::new(&self.config.binary_path);
command
.arg("serve")+8Scores 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.
44 files scanned @ 712920a | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution13
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 44/67rules hit 3engine v6commit 712920a
github
moooossee/moose
Chat with local AI
7
0
136d
67 files
44 scanned(66%)
712920a
architecture░▒▓
entry (2) flagged (1) pkg (23)
65 nodes · 60 edgesscroll to zoom · click node to jump to finding