agent-workflow-designer
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions in
SKILL.mddirect the agent to run a local script atscripts/workflow_scaffolder.py. This script is used to generate workflow skeletons but is not included in the provided file set. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection and command argument injection.
- Ingestion points: User-provided workflow goals, names, and requirements provided in the conversation context.
- Boundary markers: None identified; the skill does not instruct the agent to use delimiters or ignore instructions embedded within the user input.
- Capability inventory: The skill performs shell command execution via
python3and file writing via the--outputflag as described in theQuick Startsection ofSKILL.md. - Sanitization: None identified; there are no instructions to validate or escape user input before it is used as a command-line argument (e.g., the
--nameparameter).
Audit Metadata