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

whyred2/wayground-pro-automator

Python·25 files·commit 8730370·scanned 2h 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?
Research / educational context
threat-state: dangerouslive

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/ui.py
    """Clear the terminal screen."""
    os.system('cls' if os.name == 'nt' else 'clear')

+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
criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.src/browser.py
        (os.path.expandvars(r"%ProgramFiles%\Microsoft\Edge\Application\msedge.exe"), "Edge"),
        (os.path.expandvars(r"%LocalAppData%\Microsoft\Edge\Application\msedge.exe"), "Edge"),
        # ...
+10
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.cloudflare-worker/worker.js+3
warningHigh-entropy string literalsFound 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/ai_solver.py+3
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/api.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/api.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/automation.py+3
infoSuspicious file in repoExecutable file (build.bat) in repositorybuild.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.

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

risk by category
code execution6
network & exfiltration0
file system access10
obfuscation15
supply chain2
owasp / injection0
telemetry
files 12/25rules hit 9engine v6commit 8730370

github

whyred2/wayground-pro-automator

Automate Wayground test-solving with human-like accuracy. Packed with intelligent tab selection, Edge/Chrome debugging, and dynamic mistake generators.

Python
7
1
173d
25 files
12 scanned(48%)
8730370

architecture░▒▓

entry (1) flagged (9) pkg (22)
33 nodes · 53 edgesscroll to zoom · click node to jump to finding