live · scanning repos
Scanrepo
github.com
github.com / D-Ogi

D-Ogi/WatermarkRemover-AI

Python·112 files·commit 127108a·scanned 57m ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 1,977 stars — findings likely legitimate code patterns

verdict accurate?
43% file coverage
threat-state: lowlive

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
    :: Download Python using PowerShell (available on all modern Windows)
    powershell -Command "Invoke-WebRequest -Uri '!PYTHON_URL!' -OutFile '!PYTHON_ZIP!' -UseBasicParsing"
    if errorlevel...
+5
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.tests/test_setup_shell.py
    )
    result = subprocess.run(
        ["/bin/bash", str(project / "setup.sh")],
        input=("y" if mirror else "n") + "n",
+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
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.lama_inpaint/model_store.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.remwmgui.py+3
infoSuspicious file in repoExecutable file (run.bat) in repositoryrun.bat+2
infoSuspicious file in repoExecutable file (setup.bat) in repositorysetup.bat+2
infoSuspicious file in repoExecutable file (setup.ps1) in repositorysetup.ps1+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.

48 files scanned @ 127108a | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution11
network & exfiltration0
file system access0
obfuscation6
supply chain6
owasp / injection0
telemetry
files 48/112rules hit 8engine v6commit 127108a

github

D-Ogi/WatermarkRemover-AI

AI-Powered Watermark Remover using Florence-2 and LaMA: Remove watermarks from images and videos, including AI-generated content from Sora, Runway, and others. Features a modern PyWebview GUI.

Python
1977
386
766d
112 files
48 scanned(43%)
127108a

architecture░▒▓

entry (0) flagged (3) pkg (51)
82 nodes · 142 edgesscroll to zoom · click node to jump to finding