ClawSwarm
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The ClawSwarm skill bundle is a legitimate multi-agent prediction and consensus framework. The core logic in `swarm_runner.py` orchestrates LLM API calls to established providers (Groq, OpenAI, Ollama) using standard environment variables for authentication, while `consensus.py` implements robust statistical aggregation techniques like Median Absolute Deviation (MAD) filtering. No evidence of data exfiltration, malicious command execution, or prompt injection was found; the code is well-structured, follows its stated purpose, and uses standard dependencies like `numpy` and `requests` appropriately.
