fan-out-work
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes external item lists (files, modules) to be fanned out to agents, which represents an indirect prompt injection surface.
- Ingestion points: Untrusted data enters via the
$workargument and discovery commands (likegit difforgrep) in Phase 0. - Boundary markers: The instructions do not define explicit markers or warnings to delimit untrusted data during processing.
- Capability inventory: The skill orchestrates tasks using the
Workflow,Agent, andBashtools. - Sanitization: The skill does not specify any sanitization or filtering of item content before it is passed to agents.
- [COMMAND_EXECUTION]: The skill provides logic templates in
references/fanout-patterns.mdfor theWorkflowtool to orchestrate concurrent agent actions. - Evidence: Orchestration logic includes the use of
pipeline()andparallel()functions. - Analysis: These templates guide the agent in generating and executing local coordination scripts for task management.
Audit Metadata