Skip to main content

input-sanitization

Expert in input validation and sanitization to prevent XSS attacks and ensure secure application data handling.

Install this skill

or
90/100

Security score

The input-sanitization skill was audited on Feb 12, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 169

Unicode escape sequences

SourceSKILL.md
169.replace(/</g, '\\u003c')
low line 170

Unicode escape sequences

SourceSKILL.md
170.replace(/>/g, '\\u003e');
low line 175

Unicode escape sequences

SourceSKILL.md
175.replace(/</g, '\\u003c')
low line 176

Unicode escape sequences

SourceSKILL.md
176.replace(/>/g, '\\u003e')
low line 177

Unicode escape sequences

SourceSKILL.md
177.replace(/&/g, '\\u0026');
low line 372

External URL reference

SourceSKILL.md
372"script-src 'self' https://trusted-cdn.com",
low line 373

External URL reference

SourceSKILL.md
373"style-src 'self' 'unsafe-inline' https://fonts.googleapis.com",
low line 375

External URL reference

SourceSKILL.md
375"font-src 'self' https://fonts.gstatic.com",
low line 376

External URL reference

SourceSKILL.md
376"connect-src 'self' https://api.example.com",
low line 412

External URL reference

SourceSKILL.md
412scriptSrc: ["'self'", "https://trusted-cdn.com"],
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →