live · scanning repos
Scanrepo
github.com
github.com / FujiwaraChoki

FujiwaraChoki/MoneyPrinterV2

Python·44 files·commit a734fa9·scanned 2h ago·cached ✓
10/100
SAFE
No malicious patterns found. Repo signals are consistent with a legitimate project.
verdict accurate?
31,980 stars
Research / educational context
threat-state: safelive

FINDINGS ░▒▓

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.src/classes/Outreach.py
        # Check if go is installed
        self.go_installed = os.system("go version") == 0

        # Set niche
+4
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.src/utils.py
        if platform.system() == "Windows":
            os.system("taskkill /f /im firefox.exe")
        else:
            os.system("pkill firefox")
+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

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.

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

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 25/44rules hit 3engine v6commit a734fa9

github

FujiwaraChoki/MoneyPrinterV2

Automate the process of making money online.

Python
31980
3445
956d
44 files
25 scanned(57%)
a734fa9

architecture░▒▓

entry (1) flagged (2) pkg (58)
80 nodes · 149 edgesscroll to zoom · click node to jump to finding