Skip to main content

web-performance-optimization

Enhances website performance by optimizing loading speed, Core Web Vitals, and caching strategies for better user experience and SEO.

Install this skill

or
71/100

Security score

The web-performance-optimization skill was audited on May 12, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 368

Template literal with variable interpolation in command context

SourceSKILL.md
368.toFile(path.join(outputDir, \`\${filename}.webp\`));
medium line 373

Template literal with variable interpolation in command context

SourceSKILL.md
373.toFile(path.join(outputDir, \`\${filename}.avif\`));
medium line 378

Template literal with variable interpolation in command context

SourceSKILL.md
378.toFile(path.join(outputDir, \`\${filename}.jpg\`));
medium line 384

Template literal with variable interpolation in command context

SourceSKILL.md
384optimizeImage(\`./images/\${img}\`, './images/optimized');
low line 317

External URL reference

SourceSKILL.md
317<script src="https://analytics.com/script.js"></script>
low line 323

External URL reference

SourceSKILL.md
323script.src = 'https://analytics.com/script.js';
low line 524

External URL reference

SourceSKILL.md
524lighthouse https://yoursite.com --throttling.cpuSlowdownMultiplier=4
low line 640

External URL reference

SourceSKILL.md
640- [Web.dev Performance](https://web.dev/performance/)
low line 641

External URL reference

SourceSKILL.md
641- [Core Web Vitals](https://web.dev/vitals/)
low line 642

External URL reference

SourceSKILL.md
642- [Lighthouse Documentation](https://developers.google.com/web/tools/lighthouse)
low line 644

External URL reference

SourceSKILL.md
644- [Next.js Performance](https://nextjs.org/docs/advanced-features/measuring-performance)
low line 645

External URL reference

SourceSKILL.md
645- [Image Optimization Guide](https://web.dev/fast/#optimize-your-images)
low line 657

External URL reference

SourceSKILL.md
657> **Adapted for [@techwavedev/agi-agent-kit](https://www.npmjs.com/package/@techwavedev/agi-agent-kit)**
Scanned on May 12, 2026
View Security Dashboard
Installation guide →