soia-dev-agent-cli-dispatch

Warn

Audited by Socket on Jul 22, 2026

2 alerts found:

Securityx2
SecurityMEDIUM
SKILL.md

SUSPICIOUS: the stated purpose matches an AI CLI dispatcher, but the footprint is broad and high-trust. The main concerns are transitive skill installation, wildcard agent permissions, approval-bypass execution modes, and sending potentially sensitive repo/context data into multiple external AI CLIs capable of writing code or taking actions.

Confidence: 84%Severity: 81%
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 22, 2026, 01:42 PM
Package URL
pkg:socket/skills-sh/soia-team%2Fsoia-open-dev-coding-skills%2Fsoia-dev-agent-cli-dispatch%2F@3f6dd16fbcf1f8199020eb796b6337b1383702d5342910bf4a9350c0db74ffe6
Security Audit — socket — soia-dev-agent-cli-dispatch