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
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
Template literal with variable interpolation in command context
| 368 | .toFile(path.join(outputDir, \`\${filename}.webp\`)); |
Template literal with variable interpolation in command context
| 373 | .toFile(path.join(outputDir, \`\${filename}.avif\`)); |
Template literal with variable interpolation in command context
| 378 | .toFile(path.join(outputDir, \`\${filename}.jpg\`)); |
Template literal with variable interpolation in command context
| 384 | optimizeImage(\`./images/\${img}\`, './images/optimized'); |
External URL reference
| 317 | <script src="https://analytics.com/script.js"></script> |
External URL reference
| 323 | script.src = 'https://analytics.com/script.js'; |
External URL reference
| 524 | lighthouse https://yoursite.com --throttling.cpuSlowdownMultiplier=4 |
External URL reference
| 640 | - [Web.dev Performance](https://web.dev/performance/) |
External URL reference
| 641 | - [Core Web Vitals](https://web.dev/vitals/) |
External URL reference
| 642 | - [Lighthouse Documentation](https://developers.google.com/web/tools/lighthouse) |
External URL reference
| 644 | - [Next.js Performance](https://nextjs.org/docs/advanced-features/measuring-performance) |
External URL reference
| 645 | - [Image Optimization Guide](https://web.dev/fast/#optimize-your-images) |
External URL reference
| 657 | > **Adapted for [@techwavedev/agi-agent-kit](https://www.npmjs.com/package/@techwavedev/agi-agent-kit)** |