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

ai2764/Director-Studio

Python·448 files·commit aca4749·scanned 54m ago·cached ✓
55/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.backend/tests/test_harness_launcher.py
def run_ps(code):
    result = subprocess.run([POWERSHELL, "-NoProfile", "-Command", code], capture_output=True, text=True, encoding="utf-8", errors="replace", timeout=15)
    assert result.returncode...
+4
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.backend/tests/test_linux_portable_launcher.py
    environment["OPEN_CAPTURE"] = str(open_capture)
    launcher = subprocess.Popen(
        [str(package / "launch.sh")],
        cwd=tmp_path,
+4
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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.backend/workflows/DS_qwen_actor_casting_visual.json+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.backend/workflows/qwen_actor_asset_workbench.api.json+4
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.harness/src/server.ts+3
warningHigh-entropy string literalsFound 8 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.backend/app/agents/director/chat_orchestrator.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.backend/app/agents/director/chat_orchestrator.py+3
warningHigh-entropy string literalsFound 14 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.backend/app/agents/director/intent.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.backend/app/agents/director/intent.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.backend/app/agents/director/service.py+3
infoSuspicious file in repoExecutable file (Install-Tools.cmd) in repositoryInstall-Tools.cmd+2
infoSuspicious file in repoExecutable file (kill.ps1) in repositorykill.ps1+2
infoSuspicious file in repoExecutable file (build-windows-portable.ps1) in repositoryscripts/build-windows-portable.ps1+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.

365 files scanned @ aca4749 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation15
supply chain15
owasp / injection0
telemetry
files 365/448rules hit 14engine v6commit aca4749

github

ai2764/Director-Studio

Python
109
41
39d
448 files
365 scanned(81%)
aca4749

architecture░▒▓

entry (1) flagged (37) pkg (180)
520 nodes · 1907 edgesscroll to zoom · click node to jump to finding