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

Mas0nShi/tauri-dumper

Rust·32 files·commit ca887d2·scanned 1h 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.src/cli.rs
    if command.ad_hoc_sign && !command.dry_run && cfg!(target_os = "macos") {
        Command::new("codesign")
            .args(["--force", "--deep", "--sign", "-"])
            .arg(&command.output)
+8
criticalRust process Command usagestd::process::Command can execute arbitrary shell commands. Malware uses it to drop payloads, exfiltrate data, or establish persistence.xtask/src/main.rs
    if !archive.is_file() {
        run(Command::new("gh")
            .arg("release")
            .arg("download")
+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.

22 files scanned @ ca887d2 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution18
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 22/32rules hit 3engine v6commit ca887d2

github

Mas0nShi/tauri-dumper

🦀 A tool for dump Tauri assets

Rust
50
8
569d
32 files
22 scanned(69%)
ca887d2

architecture░▒▓

entry (2) flagged (2) pkg (19)
40 nodes · 29 edgesscroll to zoom · click node to jump to finding