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

hzxie/GaussianCity

Python·63 files·commit d53802f·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

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.

34 files scanned @ d53802f | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 34/63rules hit 6engine v6commit d53802f

github

hzxie/GaussianCity

The official implementation of "GaussianCity: Generative Gaussian Splatting for Unbounded 3D City Generation". (CVPR 2025)

Python
340
19
851d
63 files
34 scanned(54%)
d53802f

architecture░▒▓

entry (1) flagged (3) pkg (69)
103 nodes · 167 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — hzxie/GaussianCity — ScanRepo