Agent Group

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill bundle is benign. The `SKILL.md` contains clear, non-malicious instructions for the AI agent, without any prompt injection attempts. The `scripts/handler.py` code manages group data in a JSON file within the designated OpenClaw workspace (`/root/.openclaw/workspace/memory/agent-groups.json`). It properly sanitizes input by whitelisting agent names against a predefined dictionary, preventing any form of injection. There are no network calls, shell commands, or attempts to access sensitive system files or credentials.