swarm-executor

PassAudited by VirusTotal on Apr 25, 2026.

Findings (1)

The swarm-executor bundle is a well-structured framework for multi-agent orchestration and task coordination. It implements a standardized communication protocol (SwarmCommand), state management, and token-budgeting logic using Redis or in-memory Pub/Sub. The SKILL.md instructions emphasize safety, explicitly directing the agent to seek human confirmation for destructive or costly actions, and the Python code (e.g., swarm_protocol.py, pubsub.py) contains no evidence of malicious execution, data exfiltration, or obfuscation.