lint_workflow
Lint n8n workflows to identify best-practice violations like orphaned nodes, missing error handling, generic names, hardcoded secrets, and unbounded loops. Get a score and list of issues.
Instructions
Lint workflow for best practices. Checks: orphaned nodes, missing error handling, generic node names, hardcoded secrets, and loops without limits. Returns score (0-100) and list of issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | Workflow object to lint |