post-build-flow
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external sources and workflow executions, which could contain malicious instructions intended to influence the agent's behavior.
- Ingestion points: Untrusted data enters the agent context through
executions(action="run"),verify-built-workflow, and reading outputs fromexecutions(action="get-node-output")as described inSKILL.md. - Boundary markers: The skill uses XML-style tags like
<workflow-test-request>,<workflow-setup-state>, and<workflow-verification-follow-up>to distinguish system states and user requests from the rest of the conversation. - Capability inventory: The agent can perform significant actions based on processed data, including executing workflows via
executions(action="run"), publishing workflows viaworkflows(action="publish"), and modifying data viadata-tables(action="insert-rows"). - Sanitization: The instructions recommend inspecting
resolvedParameterWarningsandskippedParameterChecksto identify when input data fails to resolve correctly, but it does not specify strict sanitization of the content itself. - [PROMPT_INJECTION]: The skill contains instructions that override the agent's default conversational behavior to streamline the specialized n8n Assistant interface.
- Evidence: Instructions in
SKILL.mdsuch as "verify immediately... do not acknowledge first", "end the turn", and "Do not tell the user to open the editor" explicitly direct the agent to skip standard response protocols and user guidance steps. - [COMMAND_EXECUTION]: The skill uses tools to trigger workflow executions and system configurations within the sandbox environment.
- Evidence: The skill utilizes
executions(action="run")andverify-built-workflowto run logic that can interact with external systems. These actions are governed by tool-level approval policies and user-visible HITL (Human-in-the-loop) cards.
Audit Metadata