soia-dev-agent-cli-dispatch
Warn
Audited by Socket on Aug 28, 2026
1 alert found:
SecuritySecurityscripts/run_matrix.py
MEDIUMSecurityMEDIUM
scripts/run_matrix.py
No explicit steganography/obfuscation or direct exfiltration is evident in this snippet. However, the code contains a critical command-execution sink: it runs shell commands from case['cmd_template'] via subprocess.run(..., shell=True) without validation. If cases.json is attacker-controlled or tampered with, this provides arbitrary shell execution. Additionally, imports rely on local modules loaded via sys.path modification, which increases impact if the package distribution is compromised. Malware confidence is low-to-medium (no overt stealing/backdoor code shown), but security risk is high due to the execution primitive.
Confidence: 74%Severity: 78%
Audit Metadata