Skip to main content

n8n-validation-expert

Guides users in interpreting and fixing n8n validation errors, enhancing workflow efficiency through iterative validation processes.

Install this skill

or
80/100

Security score

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

Categories Tested

Security Issues

medium line 493

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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