debate-protocol
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input in the form of
review_scopeandcontext_summarywhich are interpolated directly into task prompts for expert sub-agents in Phase 1. This creates a potential surface where malicious instructions embedded in the material being reviewed could attempt to influence the sub-agents' logic. - Ingestion points:
debate_inputfieldsreview_scopeandcontext_summaryinSKILL.md. - Boundary markers: Absent; inputs are directly interpolated into the template strings.
- Capability inventory: The skill utilizes
Read,Write,Task, and restrictedBash(mkdir *)tools. - Sanitization: No specific sanitization or escaping of the user-provided scope is performed before prompt construction.
Audit Metadata