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

hzxie/CityDreamer

Python·102 files·commit b3acc0a·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?
threat-state: dangerouslive

FINDINGS ░▒▓

criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.utils/io.py
            header_size = int.from_bytes(buf_bytes[8:10], byteorder="little")
            header = eval(buf_bytes[10 : header_size + 10])
            dtype = np.dtype(header["descr"])
            retu...
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.utils/io.py
            header_size = int.from_bytes(buf_bytes[8:10], byteorder="little")
            header = eval(buf_bytes[10 : header_size + 10])
            dtype = np.dtype(header["descr"])
            retu...
+7
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.utils/transforms.py
        for tr in transforms:
            transformer = eval(tr["callback"])
            parameters = tr["parameters"] if "parameters" in tr else None
            self.transformers.append(
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.utils/transforms.py
        for tr in transforms:
            transformer = eval(tr["callback"])
            parameters = tr["parameters"] if "parameters" in tr else None
            self.transformers.append(
+7
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.run.py
    # Read the experimental config
    exec(compile(open(args.cfg_file, "rb").read(), args.cfg_file, "exec"))
    cfg = locals()["__C"]
+7
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
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.demo/static/js/jquery-3.7.0.min.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.

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

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation3
supply chain0
owasp / injection0
telemetry
files 53/102rules hit 7engine v6commit b3acc0a

github

hzxie/CityDreamer

The official implementation of "CityDreamer: Compositional Generative Model of Unbounded 3D Cities". (CVPR 2024)

Python
700
58
1137d
102 files
53 scanned(52%)
b3acc0a

architecture░▒▓

entry (1) flagged (4) pkg (79)
132 nodes · 266 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — hzxie/CityDreamer — ScanRepo