VOOZH about

URL: https://apify.com/spqr79/automation-workflow-audit-tool

⇱ Automation Workflow Audit Tool β€” n8n & Make Β· Apify


πŸ‘ Automation Workflow Audit Tool β€” n8n & Make avatar

Automation Workflow Audit Tool β€” n8n & Make

Under maintenance

Pricing

from $0.45 / audit report

Go to Apify Store

Automation Workflow Audit Tool β€” n8n & Make

Under maintenance

Paste any n8n workflow export or Make blueprint and get a structured AI-powered audit: risks, quality score, error-handling gaps, improvement recommendations, and an optional test plan β€” in DE, EN, FR, or ES.

Pricing

from $0.45 / audit report

Rating

0.0

(0)

Developer

πŸ‘ Spqr79

Spqr79

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 months ago

Last modified

Share

Paste any n8n workflow export or Make (Integromat) blueprint and receive a structured, AI-powered audit report in seconds.

What you get

  • Executive summary β€” what the workflow does and its overall risk level
  • Step-by-step flow analysis β€” each node explained in plain language
  • Risk analysis β€” missing error handlers, fragile triggers, external dependency risks
  • Concrete issues β€” specific weaknesses and ambiguities flagged directly
  • Improvement recommendations β€” architecture, stability, monitoring
  • Quality score β€” 1–10 with explanation
  • Operations & maintenance advice
  • Optional test plan β€” happy path, failure, duplicate trigger, credential issues

Output is Markdown, pushed to the Actor dataset and ready to copy into Notion, Confluence, or any docs tool.


Input

FieldRequiredDescription
platformβœ…n8n or make
workflowJsonβœ…Exported JSON from n8n or Make
modelβ€”claude-sonnet-4-5 (default, recommended) or claude-haiku-4-5 (faster, cheaper)
includeTestPlanβ€”true (default) β€” append a test checklist to the report
languageβ€”de, en, fr, es β€” auto-detected from workflow content if not set

Quickstart

1. Export your workflow

n8n: Open your workflow β†’ β‹― menu β†’ Download β†’ saves as .json

Make: Open your scenario β†’ β‹― menu β†’ Export Blueprint β†’ saves as .json

2. Run the Actor

Paste the JSON into the Workflow JSON field in the Apify UI, select your platform, and hit Start.

3. Retrieve the report

The audit report is saved in two places after each run:

After each run, three files are available under Storage β†’ Key-Value Store:

FileFormatBest for
report.pdfPDFSending to clients, attaching to tickets
report.docxWordEditing, adding company branding
report.mdMarkdownPasting into Notion, Confluence, GitHub

Go to the run page β†’ Storage β†’ Key-Value Store β†’ click the file β†’ Download.

The full audit is also available as a JSON record in Storage β†’ Dataset (documentation field) for programmatic access.


Example input (UI / JSON mode)

{
"platform":"n8n",
"workflowJson":"{\"name\":\"Invoice β†’ Slack Notification\",\"nodes\":[{\"name\":\"Webhook\",\"type\":\"n8n-nodes-base.webhook\"},{\"name\":\"Parse Invoice\",\"type\":\"n8n-nodes-base.function\"},{\"name\":\"Send to Slack\",\"type\":\"n8n-nodes-base.slack\"}],\"connections\":{}}",
"model":"claude-sonnet-4-5",
"includeTestPlan":true,
"language":"en"
}

Example output (excerpt)

# Workflow Audit: Invoice β†’ Slack Notification
## Executive Summary
This workflow receives invoice data via a webhook, processes it in a
function node, and sends a Slack notification. Overall risk level: **medium**.
No error handler is present β€” a failed Slack call will silently drop the event.
## Quality Score
**4 / 10** β€” The core logic is sound but the workflow lacks error handling,
retry logic, and any form of logging. Not production-ready as-is.
...

Environment variables

Set in Actor β†’ Settings β†’ Environment variables:

VariableRequiredDescription
ANTHROPIC_API_KEYβœ…Your Anthropic API key β€” get one at console.anthropic.com

Limits

  • Maximum workflow JSON size: 500 KB
  • Supported platforms: n8n, Make (Integromat)
  • Supported output languages: DE, EN, FR, ES (auto-detected or manual)

Local development

# Install dependencies
npminstall
# Type-check only
npm run type-check
# Run with tsx (no build step)
ANTHROPIC_API_KEY=sk-... npm run dev
# Build TypeScript β†’ dist/
npm run build
# Run compiled output
npm start

Deploy to Apify

npminstall-g apify-cli
apify login
apify push --force

You might also like

n8n Workflow Automation Templates Scraper

scraped/n8n-workflow-automation-templates-scraper

A tool that automatically scrapes and collects n8n workflow automation templates from the n8n for easy access and use.

n8n Templates Scraper - Cheap πŸš€πŸ”Žβš‘

scrapestorm/n8n-templates-scraper---cheap

🟠 Easily collect Workflow Templates from n8n Provide one or multiple n8n workflow search URLs and extract template data including πŸ†” Workflow ID🏷️ Title πŸ‘€ Creator πŸ’° Price 🌐 Source search URL πŸ“Š and more… Perfect for automation workflow research and integration ecosystem analysis πŸš€πŸ€–πŸ“Š

2

5.0

n8n & Make Workflow Documentation Generator

spqr79/automation-documentation-generator

Generate professional Markdown, DOCX & PDF documentation from n8n workflows and Make blueprints. Powered by Claude Sonnet AI. Supports DE, EN, FR, ES.

n8n-mcp

nourishing_courier/web-data-for-ai

n8n-mcp

πŸ‘ User avatar

Ani BjΓΆrkstrΓΆm

4

n8n Workflow Template Scraper

muhammetakkurtt/n8n-scraper

Automate n8n.io workflow template collection with this Apify actor. Scrape by category (AI, Marketing, DevOps), sort (relevancy, popularity), & get detailed structured data. Fetch importable JSONs for direct n8n use. Ideal for developers, automation experts & businesses.

πŸ‘ User avatar

Muhammet Akkurt

347

5.0

n8n Community Creators Scraper

lexis-solutions/n8n-community-creators-pr-1275

Scrape top n8n community creators by engagement: capture profiles, reputation metrics, locations, bios, plus linked n8n creator pages with workflow counts and verification for expert discovery and lead generation.

πŸ‘ User avatar

Lexis Solutions

2

N8n Template Scraper

futurizerush/n8n-template-scraper

Collects workflow templates from n8n.io with complete workflow

n8n Workflows Scraper

dadhalfdev/n8n-workflows-scraper

This scraper extracts pre-built, free workflow templates directly from the n8n template library. Pick a category and sort order, and the scraper will navigate n8n's library to extract not only the metadata of each workflow but the full, raw JSON configuration. Get up to 150 workflows per run.

πŸ‘ User avatar

Marco Rodrigues

2

n8n Workflow Scraper

kreaxlab/n8n-template-scraper-x

Your ✨ automated gateway to n8n 6,600+ workflow templates. Scrapes template data including nodes (copy-paste to workflow), categories, creators. Ideal for template researchers, no-code enthusiasts, and AI agents

n8n Documentation MCP Server

agentify/n8n-mcp-server

n8n MCP Server provides AI assistants with structured access to n8n node documentation, properties, and validation tools for building and verifying workflows efficiently.

Related articles

How to publish your Apify Actor as an n8n node
Read more