live · scanning repos
Scanrepo
github.com
github.com / NATH-DEVcode

NATH-DEVcode/ULTRON-PANEL-V2

Python·86 files·commit 48424f5·scanned 9d ago·cached ✓
34/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
Created 10 days ago
No stars or forks
Created 10 days ago
No community activity
threat-state: suspiciouslive

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.core/startup.py

    os.system(
        "clear"
    )
+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.core/ui.py

    os.system("clear")

+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.gui/ultron.py
    try:
        return subprocess.check_output(
            cmd, shell=True, text=True, stderr=subprocess.DEVNULL
        ).strip()
+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 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.gui/ultron.py+3
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.gui/ultron_gui.py+3

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.

71 files scanned @ 48424f5 | 8/26/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation6
supply chain0
owasp / injection0
telemetry
files 71/86rules hit 6engine v5commit 48424f5

github

NATH-DEVcode/ULTRON-PANEL-V2

Python
0
0
19d
86 files
71 scanned(83%)
48424f5

architecture░▒▓

entry (1) flagged (10) pkg (65)
109 nodes · 133 edgesscroll to zoom · click node to jump to finding