Workflow QAScan free →
FREE TOOL · CLIENT-SIDE · N8N RELIABILITY

Scan an n8n workflow for reliability risk signals.

Drop in an exported workflow JSON and get an immediate heuristic pass for duplicate-action risk, retries, silent failure patterns, webhook handling, test endpoints, embedded secret signals and handoff clarity. The file stays in your browser.

The file is parsed locally in your browser. This scanner does not upload the workflow or credentials to a server.

No export handy? See the scanner catch deliberate reliability problems in one click.
AUTOMATION CAN FLAG PATTERNS. IT CANNOT UNDERSTAND YOUR FULL BUSINESS CONTRACT.

Use the scanner as a first pass, not a release certificate.

The most expensive failures often depend on business context: which writes are irreversible, what partial success means, whether an upstream system retries, and how the workflow should recover. That requires workflow-specific review, production monitoring or regression cases.

Run the free 27-point checklistGet 50 reusable test cases — $39Monitor silent failures — $49/moGet an independent QA pass — $250
WHAT THE SCANNER LOOKS FOR
Duplicate-action risk

Webhook-triggered workflows that appear to perform writes without an obvious dedupe/idempotency signal.

Retry & partial-success risk

Mutating HTTP calls without explicit retry handling and workflows that continue after failed writes.

Webhook review signals

Missing explicit webhook auth and immediate acknowledgement before downstream work finishes.

Operational visibility

External-call workflows without an obvious Error Trigger/errorWorkflow configuration.

Release configuration

HTTP nodes containing common sandbox, staging, localhost or test endpoint signals.

Secret & handoff signals

Credential-like literals in code nodes, disabled nodes and generic node names that weaken handoff clarity.