github.com / mutonby
mutonby/ openshorts
Python·254 files·commit d915222·scanned 17d ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
score capped at 25 — 3,507 stars — findings likely legitimate code patterns
verdict accurate?
threat-state: lowlive
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.cloud/metering.py
"""Return the media duration in minutes via ffprobe. Raises on failure."""
out = subprocess.check_output(
["ffprobe", "-v", "error", "-show_entries", "format=duration",
"-of",...+4warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.main.py
]
subprocess.run(cmd, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, timeout=1800)
print(f"✅ Clip saved to {final_output_video}")
return True+4warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.transcribe_backends.py
]
subprocess.run(cmd, check=True, stdout=subprocess.DEVNULL,
stderr=subprocess.PIPE, timeout=1800)
return wav_path+4criticalSuspicious code is reachable from an entry pointFlagged files are imported by the application's entry path: dashboard/seo/data.js, dashboard/seo/landing-fallback.js, dashboard/seo/legal.js. This means the suspicious code can execute when the app runs.+8
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.dashboard/src/Landing.jsx+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.dashboard/src/components/PricingPage.jsx+4
warningHigh-entropy string literalsFound 23 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.dashboard/src/App.jsx+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.dashboard/src/App.jsx+3
warningHigh-entropy string literalsFound 12 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.dashboard/src/Landing.jsx+3
warningHigh-entropy string literalsFound 22 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.dashboard/src/components/ClipEditor.jsx+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.dashboard/src/components/ClipEditor.jsx+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.dashboard/src/components/ReframeEditor.jsx+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.
190 files scanned @ d915222 | 8/26/2026 | heuristic scan — always review manually
risk by category
code execution25
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 190/254rules hit 14engine v5commit d915222
github
mutonby/openshorts
Open source AI clip generator: turns long videos into viral 9:16 shorts with AI moment detection, face tracking, subtitles and dubbing. Self-host free with Docker (MIT), or use the cloud with GPU speed from $12/mo. MCP server and API for AI agents.
3507
922
267d
254 files
190 scanned(75%)
d915222
architecture░▒▓
entry (2) flagged (33) pkg (128)
307 nodes · 711 edgesscroll to zoom · click node to jump to finding