deep-agents-orchestration
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [Task Delegation and Orchestration]: The skill provides instructions for delegating tasks to subagents. While this involves processing natural language instructions which can be a vector for indirect prompt injection, the skill centers on orchestration logic within the author's established ecosystem.
- [Security Best Practice Integration]: It strongly advocates for and provides examples of Human-in-the-Loop (HITL) workflows. By configuring
interrupt_onfor sensitive tools likeexecute_sqlorwrite_file, the skill helps users implement a robust security boundary for autonomous operations. - [Data Ingestion and Handling]: Tools like
taskandwrite_todos(defined in SKILL.md) ingest external data into the agent context. While the skill does not detail automated sanitization, it emphasizes manual boundary markers via HITL interrupts. This ensures that capabilities such as SQL execution, file writes, or deployments are manually validated by a human, effectively mitigating potential risks from instructions embedded in processed data.
Audit Metadata