You built the workflow. Now you need to hand it off without a videocall, without re-linking nodes, and without accidentally shipping your own credentials inside the JSON. This reads the export file and tells you exactly what's left to do.
The JSON file is read and analyzed entirely client-side. No server receives your nodes, parameters, credentials, or any other part of the export. The only network request the tool ever makes is verifying a Pro license key with Gumroad — and that request contains the key alone, never your workflow data.
The file stays in your browser tab. Node names, webhook paths, hardcoded values, credential references — none of it is sent anywhere. Close the tab and nothing remains.
The tool never connects to your n8n instance or your client's. It reads a JSON file you already exported — no API key, no OAuth, no instance URL.
Every finding comes from pattern-matching rules (R1–R6), not a language model. The results are reproducible, auditable, and fast.
Export a workflow from n8n, load it into the scanner, and get a structured inventory of everything your client needs to set up — plus a scan for the things you forgot to remove.
It does not modify, clean, or rewrite your original workflow file. It reads the JSON you give it and produces a separate Markdown report.
This is a pre-delivery scanner, not a deployment tool. If you need the things on the right, use one of those instead.
You want to know what credentials, nodes, and variables a workflow needs before handing the JSON to a client.
You want to deploy a workflow directly into a client's n8n instance with credential mapping and execution.
You want a deterministic scan for hardcoded secrets and environment values before delivering the file.
You want a full security audit of a live n8n instance, including execution history and access control.
You deliver to clients who aren't technical enough to reverse-engineer the JSON themselves.
You want LLM-generated prose documentation of what the workflow does, not a structured handoff checklist.
You don't want to share your n8n instance URL or API key with any third-party tool.
You have n8n Business or Enterprise and want built-in promotion between your own staging and production instances.
Lite gives you the full dependency inventory and the two most critical risk rules on a single workflow — enough to see if it's useful before you pay anything.