n8n-error-handling-official
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an authoritative documentation and implementation guide for error handling best practices in n8n workflows. It emphasizes loud failures, structured error responses, and self-healing mechanisms for transient network issues.
- [COMMAND_EXECUTION]: The skill mentions the use of
update_workflowfor configuring workflow settings, such as designating error workflows. This is a standard administrative operation within the n8n ecosystem and is used here to promote reliability. - [REMOTE_CODE_EXECUTION]: While the skill includes TypeScript code snippets (
references/examples/validation-subworkflow-usage.tsandvalidation-subworkflow.ts), these are static templates intended for internal logic within the n8n platform. They do not download or execute external code from untrusted sources. - [DATA_EXFILTRATION]: The skill explicitly warns against leaking sensitive internal data (stack traces, connection strings, SQL queries) in API error responses. It recommends sanitizing error messages and logging detailed telemetry privately, aligning with security best practices.
- [PROMPT_INJECTION]: The instructions do not contain any patterns designed to bypass agent safety filters or override system prompts. The 'Non-negotiables' and 'Strong defaults' sections provide legitimate engineering constraints for building production-grade integrations.
Audit Metadata