github.com / im-syn
im-syn/ SafeVision
Python·28 files·commit fc630b1·scanned 3d ago·cached ✓
34/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
threat-state: suspiciouslive
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.safeVisionCLI.py
print(color("Command:", "cyan"), " ".join(str(part) for part in command))
return subprocess.call(command, cwd=str(cwd))
+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.video.py
# Test if ffmpeg is available
test_result = subprocess.run('ffmpeg -version', shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
ff...+4warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.SafeVisionGUI.py+3
warningHigh-entropy string literalsFound 12 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.live.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.marker_export.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.
14 files scanned @ fc630b1 | 8/21/2026 | heuristic scan — always review manually
risk by category
code execution10
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 14/28rules hit 6engine v5commit fc630b1
github
im-syn/SafeVision
SafeVision is a professional Python script designed to detect and blur nudity in both videos and images.
75
9
824d
28 files
14 scanned(50%)
fc630b1
architecture░▒▓
entry (1) flagged (6) pkg (50)
62 nodes · 126 edgesscroll to zoom · click node to jump to finding