Skip to main content

n8n-validation-expert

Provides expert guidance for interpreting and fixing validation errors in n8n workflows, enhancing efficiency and accuracy.

Install this skill

or
80/100

Security score

The n8n-validation-expert skill was audited on May 15, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 500

Template literal with variable interpolation in command context

SourceSKILL.md
500console.log(`Error in ${error.property}: ${error.message}`);
medium line 501

Template literal with variable interpolation in command context

SourceSKILL.md
501console.log(`Fix: ${error.fix}`);
medium line 508

Template literal with variable interpolation in command context

SourceSKILL.md
508console.log(`Warning: ${warning.message}`);
medium line 509

Template literal with variable interpolation in command context

SourceSKILL.md
509console.log(`Suggestion: ${warning.suggestion}`);
Scanned on May 15, 2026
View Security Dashboard
Installation guide →