Skip to main content

es5-compliance

Ensures compliance with ES5 syntax for ServiceNow server-side JavaScript, preventing SyntaxErrors and promoting compatibility.

Install this skill

or
80/100

Security score

The es5-compliance skill was audited on Mar 1, 2026 and we found 2 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26| `` `Hello ${name}` `` | `'Hello ' + name` |
medium line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74var message = `Incident ${number} assigned to ${user}`
Scanned on Mar 1, 2026
View Security Dashboard