fabric-fusion
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted user input from the
π.taskvariable and interpolates it directly into the prompts for both the panel models and the judge model without sanitization or effective boundary markers. - Ingestion points: The
π.taskvariable inSKILL.mdscript section. - Boundary markers: Absent; the user-provided task is directly appended after a simple 'Task:' header.
- Capability inventory: The skill grants sub-agents access to powerful tools including
bash,read,grep,find, andls. - Sanitization: None; the input is treated as raw text and interpolated into the instruction string.
- [COMMAND_EXECUTION]: The script explicitly configures sub-agents with a default toolset that includes
bash, which allows for arbitrary shell command execution. While the documentation suggests this is for web-capable research (e.g., usingcurl), it provides a high-capability execution environment that could be abused via prompt injection.
Audit Metadata