agent-workflow-designer
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides templates for multi-agent orchestration that are susceptible to indirect prompt injection due to the lack of input sanitization and explicit boundary markers in the demonstrated prompt constructions.
- Ingestion points: Untrusted data enters the workflow via
initial_inputin theSequentialPipeline.runmethod,user_requestin theHierarchicalOrchestrator.runmethod, andcompetitorslist inparallel_research. - Boundary markers: The code snippets interpolate data directly into prompts (e.g.,
messages=[{"role": "user", "content": stage_input}]) without using delimiters or instructions to ignore embedded commands. - Capability inventory: The skill's primary capability involves network operations using the
anthropicPython library to interact with external LLM APIs. - Sanitization: There is no evidence of sanitization or validation for external content. The
HierarchicalOrchestratorclass is specifically vulnerable to schema confusion, as it usesjson.loadsto parse and act upon a task plan generated by an LLM without verifying the structure or content of the resulting JSON object.
Audit Metadata