Skip to main content

optimizing-images

Optimizes images and generates responsive markup for web applications, enhancing performance and user experience.

Install this skill

or
74/100

Security score

The optimizing-images 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

medium line 92

Template literal with variable interpolation in command context

SourceSKILL.md
92.toFile(path.join(dir, `${name}-${width}.webp`));
medium line 97

Template literal with variable interpolation in command context

SourceSKILL.md
97.toFile(path.join(dir, `${name}-${width}.avif`));
medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100console.log(`Optimized: ${inputPath}`);
medium line 376

Template literal with variable interpolation in command context

SourceSKILL.md
376```yaml
low line 422

External URL reference

SourceSKILL.md
422npx @unlighthouse/cli --site http://localhost:3000
low line 425

External URL reference

SourceSKILL.md
425npx lighthouse http://localhost:3000 --only-categories=performance
low line 437

External URL reference

SourceSKILL.md
437- [Squoosh](https://squoosh.app/) - Browser-based comparison
low line 438

External URL reference

SourceSKILL.md
438- [Sharp Documentation](https://sharp.pixelplumbing.com/)
low line 439

External URL reference

SourceSKILL.md
439- [Next.js Image Optimization](https://nextjs.org/docs/app/building-your-application/optimizing/images)
low line 440

External URL reference

SourceSKILL.md
440- [web.dev Image Optimization](https://web.dev/learn/images/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →