I built a small public beta for checking exported n8n workflow JSON before sharing it or using it in production.
It runs locally in the browser:
- no login
- no n8n API connection
- no workflow upload
- no analytics
It checks exported workflow JSON for things like:
- real credential IDs in exports
- pinned data
- webhook auth / validation gaps
- HTTP timeout, retry, and error handling issues
- duplicate write path risks
Beta link:
What I am looking for:
- Does your exported workflow parse successfully?
- Are any findings clearly wrong or too noisy?
- Is there anything risky in your workflow that the report misses?
- Would you actually fix anything based on the report?
Please do not share raw workflow JSON publicly.
The exported markdown report, a screenshot, or a redacted workflow shape is enough.
Even “this is too noisy / not useful” feedback would help.