Skip to main content

lighthouse

Conducts Lighthouse audits to enhance website performance, accessibility, and SEO, implementing fixes for optimal user experience.

Install this skill

or
13/100

Security score

The lighthouse skill was audited on Feb 12, 2026 and we found 43 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41```bash
medium line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74```bash
medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193```bash
medium line 216

Template literal with variable interpolation in command context

SourceSKILL.md
216```bash
medium line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344```bash
medium line 462

Template literal with variable interpolation in command context

SourceSKILL.md
462```bash
medium line 581

Template literal with variable interpolation in command context

SourceSKILL.md
581<source srcSet={`${src}.webp`} type="image/webp" />
medium line 582

Template literal with variable interpolation in command context

SourceSKILL.md
582<source srcSet={`${src}.jpg`} type="image/jpeg" />
medium line 584

Template literal with variable interpolation in command context

SourceSKILL.md
584src={`${src}.jpg`}
medium line 902

Template literal with variable interpolation in command context

SourceSKILL.md
902```bash
medium line 1167

Template literal with variable interpolation in command context

SourceSKILL.md
1167```bash
low line 18

External URL reference

SourceSKILL.md
18**Arguments:** `$ARGUMENTS` - optional: URL to audit (defaults to http://localhost:3000) or mobile/desktop
low line 370

External URL reference

SourceSKILL.md
370TARGET_URL="${1:-http://localhost:3000}"
low line 389

External URL reference

SourceSKILL.md
389echo " /lighthouse https://your-production-site.com"
low line 532

External URL reference

SourceSKILL.md
532<link rel="preconnect" href="https://fonts.googleapis.com">
low line 533

External URL reference

SourceSKILL.md
533<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
low line 534

External URL reference

SourceSKILL.md
534<link rel="preconnect" href="https://www.google-analytics.com">
low line 535

External URL reference

SourceSKILL.md
535<link rel="preconnect" href="https://cdn.example.com">
low line 755

External URL reference

SourceSKILL.md
755<meta property="og:url" content="https://example.com/page">
low line 758

External URL reference

SourceSKILL.md
758<meta property="og:image" content="https://example.com/og-image.jpg">
low line 762

External URL reference

SourceSKILL.md
762<meta name="twitter:url" content="https://example.com/page">
low line 765

External URL reference

SourceSKILL.md
765<meta name="twitter:image" content="https://example.com/twitter-image.jpg">
low line 768

External URL reference

SourceSKILL.md
768<link rel="canonical" href="https://example.com/page">
low line 783

External URL reference

SourceSKILL.md
783"@context": "https://schema.org",
low line 786

External URL reference

SourceSKILL.md
786"url": "https://example.com",
low line 787

External URL reference

SourceSKILL.md
787"logo": "https://example.com/logo.png",
low line 794

External URL reference

SourceSKILL.md
794"https://facebook.com/yourcompany",
low line 795

External URL reference

SourceSKILL.md
795"https://twitter.com/yourcompany",
low line 796

External URL reference

SourceSKILL.md
796"https://linkedin.com/company/yourcompany"
low line 804

External URL reference

SourceSKILL.md
804"@context": "https://schema.org",
low line 807

External URL reference

SourceSKILL.md
807"image": "https://example.com/product.jpg",
low line 815

External URL reference

SourceSKILL.md
815"url": "https://example.com/product",
low line 818

External URL reference

SourceSKILL.md
818"availability": "https://schema.org/InStock"
low line 826

External URL reference

SourceSKILL.md
826"@context": "https://schema.org",
low line 829

External URL reference

SourceSKILL.md
829"image": "https://example.com/article-image.jpg",
low line 839

External URL reference

SourceSKILL.md
839"url": "https://example.com/logo.png"
low line 859

External URL reference

SourceSKILL.md
859<script src="https://cdn.example.com/library.js"></script>
low line 1099

External URL reference

SourceSKILL.md
1099https://staging.example.com
low line 1127

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
1130- [WCAG Guidelines](https://www.w3.org/WAI/WCAG21/quickref/)
low line 1131

External URL reference

SourceSKILL.md
1131- [Schema.org](https://schema.org/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →