orchestration
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill documentation and command surface (specifically the
--injectflags forsuperagent orchestration checkandsuperagent orchestration dispatch) explicitly facilitate "agent prompt injection." This creates a significant surface for indirect prompt injection attacks where untrusted content from one agent or an external message can influence or override the instructions of a recipient agent.\n - Ingestion points: Untrusted data enters the agent context via
superagent orchestration checkandsuperagent orchestration dispatch(SKILL.md).\n - Boundary markers: The skill lacks security boundaries to isolate injected content; banners like
[HIGH]or[URGENT]are used for priority signaling rather than instruction delimitation.\n - Capability inventory: The agents have full shell access and terminal management capabilities through
superagent terminalcommands.\n - Sanitization: No evidence of content sanitization or validation is present in the orchestration workflow.\n- [COMMAND_EXECUTION]: The skill provides powerful terminal management tools, such as
superagent terminal create(which executes arbitrary commands via the--commandflag) andsuperagent terminal send. These tools allow an agent to execute code across multiple environments, which could be abused if an agent is compromised by malicious input.\n- [DATA_EXFILTRATION]: The inter-agent messaging system and the ability to read terminal output (superagent terminal read) provide potential pathways for data exfiltration or unauthorized data movement between worktrees if a coordinator or worker agent is misled by injected instructions.\n- [PROMPT_INJECTION]: Thesuperagent orchestration sendcommand features a--fromparameter that allows for terminal impersonation. This enables an agent to forge messages as if they originated from a different terminal, potentially bypassing trust expectations in automated workflows.
Audit Metadata