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

xmrius/dubstage

Python·20 files·commit b183084·scanned 3d 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?
Created 11 days ago
Created 11 days ago
threat-state: dangerouslive

FINDINGS ░▒▓

warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).Setup.bat
  if not exist tools mkdir tools
  powershell -NoProfile -ExecutionPolicy Bypass -Command ^
    "$ErrorActionPreference='Stop';" ^
    "$urls=@('https://github.com/BtbN/FFmpeg-Builds/releases/download...
+5
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.updater.py
                with io.open(p, "r", encoding="utf-8") as fh:
                    compile(fh.read(), rel, "exec")
            except SyntaxError as e:
                raise UpdateError("%s im Archiv i...
+7
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.updater.py
    flags = 0x08000000 | 0x00000200      # CREATE_NO_WINDOW | NEW_PROCESS_GROUP
    subprocess.Popen([os.environ.get("COMSPEC", "cmd.exe"), "/c", bat],
                     cwd=tmp, close_fds=True, cr...
+4
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
infoSuspicious file in repoExecutable file (Setup.bat) in repositorySetup.bat+2
infoSuspicious file in repoExecutable file (Start DubForge.bat) in repositoryStart DubForge.bat+2
infoSuspicious file in repoExecutable file (Start DubStage.bat) in repositoryStart DubStage.bat+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.

6 files scanned @ b183084 | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution18
network & exfiltration0
file system access0
obfuscation0
supply chain6
owasp / injection0
telemetry
files 6/20rules hit 7engine v5commit b183084

github

xmrius/dubstage

Dub scenes from video yourself. DubForge cuts a video into speakable clips, DubStage records your voice line by line and plays the whole scene back with it. Two Windows desktop tools, Python and ffmpeg, no accounts and no cloud.

Python
10
4
14d
20 files
6 scanned(30%)
b183084

architecture░▒▓

entry (0) flagged (1) pkg (18)
21 nodes · 28 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — xmrius/dubstage — ScanRepo