multi-agent-communication
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill enables inter-agent communication through
sessions_spawnandsessions_send, which creates an inherent attack surface for indirect prompt injection. In this model, instructions or data passed between agents could potentially be used to manipulate the receiving agent's behavior. - Ingestion points: Identified in
SKILL.md; thetaskparameter insessions_spawnand themessageparameter insessions_sendare used to pass data to other agents. - Boundary markers: The documentation does not specify the use of delimiters or "ignore" instructions to separate untrusted inter-agent data from system prompts.
- Capability inventory: Agents have the capability to launch new execution instances and perform multi-round negotiations.
- Sanitization: The framework documentation does not detail specific input validation or sanitization for messages exchanged between agents.
- [COMMAND_EXECUTION]: The
sessions_spawntool provides a mechanism for agents to launch new execution environments. The documentation notes that inrunmode, these processes are invisible to the user. While this is a functional requirement for background tasks, it represents a high-capability feature that relies on the system's built-in depth limits and whitelists for safety.
Audit Metadata