live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / recode-project

recode-project/web_server

HTML·47 files·commit bddea42·scanned 4d ago·cached ✓
85/100
MALICIOUS
Matches known-malicious patterns. Do not clone or install.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
threat-state: maliciouslive

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.app_server.py
            cmd = f"timeout 5s du -h --max-depth=1 {path} 2>/dev/null | sort -hr | head -n 10"
            result = subprocess.check_output(cmd, shell=True).decode('utf-8')
            items = []
 ...
+4
criticalRemote script piped into a shellA shell script downloads remote content and executes it directly (e.g. `curl … | bash`). The payload is never stored or reviewable and can change server-side — a classic malware/backdoor install pattern.install.sh
    echo -e "${YELLOW}[WARNING] Docker belum terinstall. Memulai instalasi otomatis Docker...${NC}"
    curl -fsSL https://get.docker.com | sh
    if [ $? -ne 0 ]; then
        echo -e "${RED}[CRITICA...
+10
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
warningPython wallet operations with network activityCode that signs blockchain transactions and also makes network requests may be exfiltrating private keys or sending funds to an attacker.app_server.py
                for line in f:
                    if 'PrivateKey' in line:
                        server_private = line.split('=')[1].strip()
                        # Public key via nsenter
+5
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.static/files.js+3
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.static/script.js+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.

10 files scanned @ bddea42 | 8/20/2026 | heuristic scan — always review manually

risk by category
code execution16
network & exfiltration5
file system access0
obfuscation6
supply chain0
owasp / injection0
telemetry
files 10/47rules hit 6engine v5commit bddea42

github

recode-project/web_server

Web server project

HTML
20
9
234d
47 files
10 scanned(21%)
bddea42

architecture░▒▓

entry (0) flagged (3) pkg (29)
35 nodes · 30 edgesscroll to zoom · click node to jump to finding