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

Setiawan007/Shopee-Flashsale-BOT

Python·21 files·commit aae9227·scanned 6d ago·cached ✓
12/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
threat-state: lowlive

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.lib/definitions.py
        command = 'cls'
    os.system(command)

def readDir(path):
+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.lib/moduleChecker.py
        command = 'cls'
    os.system(command)

def readFileJson(file):
+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 (chromedriver.exe) in repositorywebdriver/chromedriver.exe+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 @ aae9227 | 8/19/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation0
supply chain2
owasp / injection0
telemetry
files 6/21rules hit 4engine v5commit aae9227

github

Setiawan007/Shopee-Flashsale-BOT

Python
68
17
1440d
21 files
6 scanned(29%)
aae9227

architecture░▒▓

entry (1) flagged (2) pkg (17)
21 nodes · 22 edgesscroll to zoom · click node to jump to finding
LOW (12/100) — Setiawan007/Shopee-Flashsale-BOT — ScanRepo