github.com / CGlide
CGlide/ ComfyUI-CGlide
JavaScript·27 files·commit dc08212·scanned 1h ago·cached ✓
30/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
threat-state: lowlive
FINDINGS ░▒▓
warningClipboard read accessnavigator.clipboard.readText() reads the user's clipboard. In a wallet/crypto context this is often used to steal copied seed phrases or private keys.web/csglide_vision.js
let txt = "";
try { txt = ((await navigator.clipboard.readText()) || "").trim(); } catch (e) {}
if (/^https?:\/\//i.test(txt)) { await loadFromUrl(txt); loaded = true; }
...+4warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.example_workflows/Minimax_h3_Studio_Lat_Uscl_CK_8.json+4
infoMinified code in source directoryMinified/obfuscated code in source directories (not dist/) makes code review impossible.example_workflows/Minimax_h3_Studio_Lat_Uscl_CK_8.json+3
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.example_workflows/Minimax_h3_Studio_Lat_Uscl_Res2s_SA.json+4
infoMinified code in source directoryMinified/obfuscated code in source directories (not dist/) makes code review impossible.example_workflows/Minimax_h3_Studio_Lat_Uscl_Res2s_SA.json+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.csglide_adopt.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.csglide_video_presets.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.csglide_vision.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.web/csglide_video.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.
17 files scanned @ dc08212 | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution2
network & exfiltration0
file system access4
obfuscation15
supply chain0
owasp / injection0
telemetry
files 17/27rules hit 10engine v6commit dc08212
github
CGlide/ComfyUI-CGlide
H3 Studio - Various nodes for ComfyUI
77
19
86d
27 files
17 scanned(63%)
dc08212
architecture░▒▓
entry (0) flagged (5) pkg (40)
55 nodes · 100 edgesscroll to zoom · click node to jump to finding