workflows.fit
Back to n8n workflows
n8n templateFreeBy Patrick Siewert

Benchmark content safety guardrails with automated test suite & reports

๐Ÿ›ก๏ธ Evaluate Guardrails Node Accuracy with Automated Test Suite This workflow benchmarks the n8n Guardrails node across multiple safety categories -including PII, NSFW, jailbreak attempts, secret keys, and unsafe URLs...

CommunicationHITLDevelopmentCore NodesAILangchainManual TriggerSplit In Batches
Loading interactive preview...

Template notes

๐Ÿ›ก๏ธ Evaluate Guardrails Node Accuracy with Automated Test Suite

This workflow benchmarks the n8n Guardrails node across multiple safety categories -including PII, NSFW, jailbreak attempts, secret keys, and unsafe URLs. It runs 36 structured test cases, classifies each as PASS or VIOLATION, calculates accuracy metrics, and emails a detailed HTML report.

๐Ÿ”„ How it works 1. The workflow loops through 36 predefined test prompts. 2. Each prompt is checked by the Guardrails node for violations. 3. Results are recorded as PASS or VIOLATION. 4. The system calculates metrics (accuracy, precision, recall, F1). 5. A formatted Markdown โ†’ HTML report is generated and sent via Gmail.

โš™๏ธ Set up steps 1. Add your OpenAI and Gmail credentials in n8n. 2. Replace YOURMAILHERE in the Gmail node with your own address. 3. (Optional) Change the model in the OpenAI Chat Model node. - Default: gpt-4o-mini - You can switch to gpt-5 or another available model if needed. 4. Click Execute Workflow: test cases will run automatically. 5. Check your inbox for the results.

๐Ÿง  Who itโ€™s for - AI safety testers and workflow developers - n8n users experimenting with the Guardrails node - Teams validating LLM moderation, filtering, or compliance setups

๐Ÿงฉ Requirements - n8n v1.119+ - Guardrails node enabled - OpenAI credentials (optional but recommended) - Email integration (Gmail or SendGrid)

๐Ÿ’ก Why itโ€™s useful Use this test suite to understand how accurately the Guardrails node identifies unsafe content across different categories. The generated metrics help you fine-tune thresholds, compare models, and strengthen AI moderation workflows.

Example result ![image.png](fileId:3279) ![image.png](fileId:3280)