multi-agent-patterns
Pass
Audited by Gen Agent Trust Hub on May 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Technical analysis of the instructions and coordination scripts confirms the skill is a legitimate developer tool. There are no indications of credential theft, data exfiltration, or unauthorized command execution.\n- [PROMPT_INJECTION]: The skill architecture creates a surface for indirect prompt injection as it involves passing data between multiple agent context windows. The skill author proactively identifies these risks and provides mitigation strategies in the documentation.\n
- Ingestion points:
scripts/coordination.pymanages inter-agent message passing, andreferences/frameworks.mddetails state management across nodes.\n - Boundary markers: Guidelines in
SKILL.mdrecommend validation checkpoints; however, the provided coordination code lacks explicit delimiters for sub-agent outputs.\n - Capability inventory: The skill facilitates task delegation and result synthesis across multiple agent instances.\n
- Sanitization: No automated output sanitization is implemented in the provided utilities, consistent with its role as a low-level coordination framework.
Audit Metadata