agent-workflow-designer
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/workflow_scaffolder.pydesigned to generate JSON configuration files locally. The script uses standard Python libraries (argparse, json, pathlib) and does not perform any unauthorized or suspicious command execution. - [SAFE]: The documentation within
SKILL.mdandreferences/workflow-patterns.mdpromotes security best practices, such as implementing safety gates, validation loops, and explicit handoff contracts to manage data flow between agents. - [SAFE]: The file write operations in the scaffolding script are restricted to the output path specified by the user via command-line arguments, which is standard behavior for a configuration generation tool.
Audit Metadata