council
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill orchestrates a multi-round deliberation that ingests untrusted user input and sub-agent results, creating a surface for indirect prompt injection.\n- Ingestion points: User-provided problem statements via the
$ARGUMENTSvariable inSKILL.mdand the{peer_outputs}variable inreferences/protocol.md(which contains output from previous AI rounds).\n- Boundary markers: The suggested prompt templates inSKILL.mdand the protocol description inreferences/protocol.mddo not utilize explicit delimiters (such as XML tags or triple backticks) to isolate the untrusted problem content from the orchestration instructions.\n- Capability inventory: The skill leverages orchestration capabilities likespawn_agent,send_input,wait_agent, and forked agent contexts to process and relay information between council members.\n- Sanitization: There is no evidence of input validation or content sanitization for the data passed between the deliberation rounds.
Audit Metadata