V3 Swarm Coordination
Audited by Socket on Mar 1, 2026
1 alert found:
SecurityThis skill is an orchestration/coordination module that automates multi-agent workflows, GitHub issue/milestone creation, and inter-agent messaging. I found no explicit malicious code patterns (no download-and-execute, no obfuscated payloads, no hardcoded attacker endpoints). The primary risks are operational and supply-chain: broad automated permissions (GitHub write actions, bus broadcasts), possible leakage if postAgentProgress or broadcast include sensitive data, and reliance on external components (QuicSwarmBus, other v3 skills) whose implementations could introduce further risks. Ensure the runtime uses least-privilege tokens, audit what agent state is posted, add per-action confirmations or scopes for destructive actions, and review implementations of external transport and integration libraries before granting production credentials.