Description
n8n-nodes-nocrash
Grade your entire n8n in 30 seconds. Free.
This is an n8n community node. Drop it into a workflow, point it at your own n8n, and get an instant X-ray of how well every workflow is built — a design grade out of 100, a per-workflow scorecard, and the one issue holding each one back. No account required to try it.
The grade tells you how solid your workflows are. It doesn’t tell you when one quietly stops running. For that, connect your instance to NoCrash — and we’ll watch every workflow around the clock and tell you, in plain language, the moment something breaks. Before your customers do.
—
Sample audit output
Instance grade: 72 / 100 · Needs a look · 18 workflows graded ┌─────────────────────────────────┬───────┬─────────┬──────────────────────────────┐
│ Workflow │ Score │ Band │ Top issue │
├─────────────────────────────────┼───────┼─────────┼──────────────────────────────┤
│ Sync orders to Sheets │ 88 │ green │ No error handling on HTTP │
│ Lead enrichment │ 56 │ yellow │ No retry on failed requests │
│ Nightly DB backup │ 34 │ red │ Silent fail: no alert path │
└─────────────────────────────────┴───────┴─────────┴──────────────────────────────┘
Connect to NoCrash and we watch every workflow 24/7: a runtime Reliability
Score, AI root-cause + fix, a daily plain-language brief, and a 3am alert
(Telegram, email, Discord, or Slack) the moment one silently breaks.
→ Start free: https://nocrash.io/?utmsource=n8n-node&utmmedium=community&utm_campaign=node-launch-2026
—
Your data stays yours
> The grading runs inside your own n8n with your own API key. Every credential and secret is stripped out on your machine before anything leaves it. We never store your workflow definitions.
The node lists your workflows and reads how they’re built, using your own n8n API key. Before any workflow is sent to the NoCrash Grader, every credential reference and secret-bearing field is removed locally (see stripCredentials). The free grade looks at design only — it never reads what your workflows actually ran or any of your data.
—
Free vs Connected
| | Free (this node) | Connected to NoCrash |
|—|—|—|
| Static workflow Grade (how well it’s built) | ✅ | ✅ |
| Design-issue detection | ✅ | ✅ |
| Instance scorecard | ✅ | ✅ |
| Runtime Reliability Score (how it’s actually behaving) | — | ✅ |
| AI root-cause + fix | — | ✅ |
| 24/7 watch — we notice when a workflow goes quiet | — | ✅ |
| 3am alerts — Telegram, email, Discord, and Slack | — | ✅ |
| Daily plain-language brief | — | ✅ |
The free grade is a one-time, design-only check — it tells you how well your workflows are built. It does not watch them or know when something breaks. Connecting to NoCrash adds the runtime side: continuous watching, plain-language alerts, and a daily brief.
—
Operations
Audit my n8n (default)
Grades every workflow in your instance and returns one item: the instance grade, a per-workflow scorecard, and a link to start watching them for real.
- Credential: NoCrash — Your n8n API (your own n8n instance URL + API key)
- Scope: All workflows / Active only
- Max Workflows: up to 50 per audit
- Credential: NoCrash API (your
nc_key) - Monitor ID (required), optional Execution ID / Duration / Metadata
- Credential: NoCrash API (your
nc_key) - Monitor ID + Error Message (required), optional Failed Node / Execution ID
Heartbeat
Confirms a workflow ran by sending a ping to a NoCrash watch.
Report Failure
Records that a workflow failed, with error details.
—
Install
In n8n: Settings → Community Nodes → Install, then enter:
n8n-nodes-nocrash
Or via npm in a self-hosted instance:
npm install n8n-nodes-nocrash
—
Credentials
nc_), created in the NoCrash dashboard under Settings → API keys. Used for Heartbeat and Report Failure.> One third-party service. This package integrates a single third-party service — NoCrash. The NoCrash — Your n8n API credential is your own n8n instance’s API key, used only by the Audit operation to read your workflow design locally (credentials are stripped before anything is sent). It is not a second third-party integration.
—
Templates
Five ready-to-import starter workflows live in templates/ — a daily self-grade to Slack or Telegram, a dead-man’s-switch heartbeat, an auto-report-on-error workflow, and a weekly reliability scorecard. Each one is a well-built n8n workflow you can adapt to your own steps. See templates/README.md.
—
Links
—