Skip to main content

Live Region Controller

Specializes in managing live regions and dynamic content announcements for improved accessibility in web applications.

Install this skill

or
80/100

Security score

The Live Region Controller skill was audited on May 14, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 179

Template literal with variable interpolation in command context

SourceSKILL.md
179statusEl.textContent = `${count} results`;
medium line 219

Template literal with variable interpolation in command context

SourceSKILL.md
219count === 0 ? 'No results found' : `${count} results`;
medium line 285

Template literal with variable interpolation in command context

SourceSKILL.md
285progressBar.textContent = `${percent}%`;
medium line 289

Template literal with variable interpolation in command context

SourceSKILL.md
289progressStatus.textContent = `${percent}% complete`;
Scanned on May 14, 2026
View Security Dashboard