soia-dev-agent-cli-dispatch

Warn

Audited by Socket on Aug 28, 2026

1 alert found:

Security
SecurityMEDIUM
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
Analyzed At
Aug 28, 2026, 04:01 AM
Package URL
pkg:socket/skills-sh/soia-team%2Fsoia-open-dev-skills%2Fsoia-dev-agent-cli-dispatch%2F@6b5e970ded10d03be1462196382fbb0687bd6ab049c9a36f7de9f00e201768c1
Security Audit — socket — soia-dev-agent-cli-dispatch