soia-dev-agent-cli-dispatch

Warn

Audited by Socket on Jul 21, 2026

2 alerts found:

Securityx2
SecurityMEDIUM
SKILL.md

SUSPICIOUS. The skill's core behavior is aligned with its stated purpose as an external AI dispatcher, and it includes several safety-oriented instructions. However, it materially expands agent power by installing through a transitive skill mechanism, recommending wildcard permissions, routing code/context to third-party AI CLIs, and using approval/sandbox bypass flags. This looks coherent but high-risk, not overtly malicious.

Confidence: 86%Severity: 74%
SecurityMEDIUM
scripts/run_matrix.py

No clear embedded malware indicators are present in this fragment (no persistence, credential theft, network exfiltration, or obfuscated payloads). However, the module is a high-risk execution orchestrator: it directly executes case-provided cmd_template strings via subprocess.run(..., shell=True) without validation, which can become arbitrary command execution if cases.json (or any resumed/derived inputs) are not fully trusted. Additionally, it modifies sys.path to import local modules, increasing impact if the local filesystem/package layout is compromised. Treat this code as dangerous to run with untrusted case definitions or in an untrusted working directory.

Confidence: 72%Severity: 82%
Audit Metadata
Analyzed At
Jul 21, 2026, 05:48 AM
Package URL
pkg:socket/skills-sh/soia-team%2Fsoia-open-skills%2Fsoia-dev-agent-cli-dispatch%2F@803e93fe041012aafde71b931a13f52cb0ea1d8ab60d6a532e5d0bedfedd96ea
Security Audit — socket — soia-dev-agent-cli-dispatch