Council
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill mandates the execution of shell commands (
curl) targetinglocalhost:8888for status notifications. These commands utilize placeholders such asWORKFLOWNAMEandACTION. If the agent populates these placeholders with unsanitized strings derived from user input, it could potentially lead to command injection within the shell environment. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. User-supplied topics or questions are interpolated directly into the system prompts for sub-agents (Architect, Designer, Engineer, Researcher) without the use of boundary markers or protective instructions.
- Ingestion points: User input for the debate topic is ingested in
Workflows/Debate.mdandWorkflows/Quick.md. - Boundary markers: Absent. The untrusted topic is placed directly after the 'Topic:' label in the prompt template.
- Capability inventory: The skill uses
Taskcalls to spawn specialized sub-agents and executescurlvia the system shell. - Sanitization: None. There is no evidence of escaping, validation, or filtering of the user-provided topic before it is passed to sub-agents.
Audit Metadata