live · scanning repos
Scanrepo
github.com
github.com / deforum

deforum/deforum-stable-diffusion

Python·145 files·commit 03be26a·scanned 25m ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 2,287 stars — findings likely legitimate code patterns

verdict accurate?
threat-state: lowlive

FINDINGS ░▒▓

criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.src/taming/models/dummy_cond_stage.py

    def eval(self):
        return self
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.src/taming/models/dummy_cond_stage.py

    def eval(self):
        return self
+7
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.src/taming/modules/misc/coord.py

    def eval(self):
        return self
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.src/taming/modules/misc/coord.py

    def eval(self):
        return self
+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
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.helpers/prompt.py+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/k_diffusion/sampling.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.

121 files scanned @ 03be26a | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation6
supply chain0
owasp / injection0
telemetry
files 121/145rules hit 7engine v6commit 03be26a

github

deforum/deforum-stable-diffusion

Python
2287
411
1427d
145 files
121 scanned(83%)
03be26a

architecture░▒▓

entry (0) flagged (4) pkg (157)
278 nodes · 677 edgesscroll to zoom · click node to jump to finding
LOW (25/100) — deforum/deforum-stable-diffusion — ScanRepo