workflows-modify
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes existing workflow source code (
workflow.ts) and metadata, creating a surface for indirect prompt injection. - Ingestion points: Workflow source files and metadata fetched via
get-workflow-versionandget-workflow-draftcommands. - Boundary markers: The instructions provide guidelines to "apply the requested change narrowly," but the skill lacks formal delimiters to isolate external code from the agent's instructional context.
- Capability inventory: The skill uses
zapier-sdkto list, fetch, create, update, publish, and run durable workflows, along withjqfor file processing. - Sanitization: There is no explicit sanitization or filtering of the fetched source code before it is presented to the agent for analysis and modification.
- [COMMAND_EXECUTION]: The skill heavily relies on executing shell commands via the
zapier-sdkCLI to interact with the Zapier platform. This includes fetching secrets (connection IDs), reading source code, and publishing executable workflows. - [COMMAND_EXECUTION]: The skill uses
jqto dynamically assemble JSON objects from local files for use in subsequent CLI commands. - [EXTERNAL_DOWNLOADS]: The skill mentions a compatibility gate that may require downloading tools from the
zapier/agent-skillsGitHub repository. These are official vendor resources and are used for environment validation.
Audit Metadata