Skip to main content

eds-performance-debugging

Guides developers in debugging and optimizing performance for EDS blocks, focusing on error handling and Core Web Vitals.

Install this skill

or
52/100

Security score

The eds-performance-debugging skill was audited on Feb 19, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69throw new Error(`HTTP ${response.status}: ${response.statusText}`);
medium line 102

Template literal with variable interpolation in command context

SourceSKILL.md
102block.innerHTML = `
medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203console.warn(`Block took ${duration.toFixed(2)}ms (target: <100ms)`);
medium line 205

Template literal with variable interpolation in command context

SourceSKILL.md
205console.log(`Block loaded in ${duration.toFixed(2)}ms`);
medium line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344block.style.minHeight = `${height}px`;
medium line 763

Template literal with variable interpolation in command context

SourceSKILL.md
763console.log(`Block took ${measures[0].duration.toFixed(2)}ms`);
medium line 802

Template literal with variable interpolation in command context

SourceSKILL.md
802console.log(`Load time: ${duration.toFixed(2)}ms`);
medium line 874

Template literal with variable interpolation in command context

SourceSKILL.md
874console.error(`Block ${block.className} failed:`, error);
medium line 877

Template literal with variable interpolation in command context

SourceSKILL.md
877block.innerHTML = `
low line 65

Fetch to external URL

SourceSKILL.md
65const response = await fetch('/api/data');
low line 681

Fetch to external URL

SourceSKILL.md
681fetch('/api/data')
low line 691

Fetch to external URL

SourceSKILL.md
691const response = await fetch('/api/data');
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →