deep-agents-orchestration
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [Agent Orchestration Surface]: The skill documents how to delegate tasks to subagents using instructions that are dynamically passed into the
tasktool. This creates a surface area where instructions from one agent layer could influence another. However, this is inherent to the orchestration framework's design. - Ingestion points: The
instructionparameter within thetasktool inSKILL.mdallows for passing natural language to subagents. - Boundary markers: The provided examples do not explicitly define boundary markers for input sanitization between agent tiers.
- Capability inventory: The documentation references high-privilege tools such as
write_file,execute_sql, anddeploy_to_prodas examples of what agents might orchestrate. - Sanitization: No specific sanitization or escaping logic is included in the documentation snippets, as they focus on high-level orchestration patterns.
- [Human-In-The-Loop Security Control]: A significant portion of the skill is dedicated to configuring
HumanInTheLoopMiddleware. This provides a security boundary by requiring manual approval or allowing for manual edits before the agent executes high-risk tools like database writes or deployments, which serves as a primary mitigation for potential orchestration risks.
Audit Metadata