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
| 493 | console.log(`Error in ${error.property}: ${error.message}`); |
medium line 494
Template literal with variable interpolation in command context
SourceSKILL.md
| 494 | console.log(`Fix: ${error.fix}`); |
medium line 501
Template literal with variable interpolation in command context
SourceSKILL.md
| 501 | console.log(`Warning: ${warning.message}`); |
medium line 502
Template literal with variable interpolation in command context
SourceSKILL.md
| 502 | console.log(`Suggestion: ${warning.suggestion}`); |
Scanned on Feb 28, 2026
View Security Dashboard