Feedback request: browser-only checker for exported n8n workflow JSON

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:

  1. Does your exported workflow parse successfully?
  2. Are any findings clearly wrong or too noisy?
  3. Is there anything risky in your workflow that the report misses?
  4. 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.