lighthouse
Conducts Lighthouse audits to enhance website performance, accessibility, and SEO, implementing fixes for optimal user experience.
Install this skill
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
Template literal with variable interpolation in command context
| 41 | ```bash |
Template literal with variable interpolation in command context
| 74 | ```bash |
Template literal with variable interpolation in command context
| 193 | ```bash |
Template literal with variable interpolation in command context
| 216 | ```bash |
Template literal with variable interpolation in command context
| 344 | ```bash |
Template literal with variable interpolation in command context
| 462 | ```bash |
Template literal with variable interpolation in command context
| 581 | <source srcSet={`${src}.webp`} type="image/webp" /> |
Template literal with variable interpolation in command context
| 582 | <source srcSet={`${src}.jpg`} type="image/jpeg" /> |
Template literal with variable interpolation in command context
| 584 | src={`${src}.jpg`} |
Template literal with variable interpolation in command context
| 902 | ```bash |
Template literal with variable interpolation in command context
| 1167 | ```bash |
External URL reference
| 18 | **Arguments:** `$ARGUMENTS` - optional: URL to audit (defaults to http://localhost:3000) or mobile/desktop |
External URL reference
| 370 | TARGET_URL="${1:-http://localhost:3000}" |
External URL reference
| 389 | echo " /lighthouse https://your-production-site.com" |
External URL reference
| 532 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
External URL reference
| 533 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
External URL reference
| 534 | <link rel="preconnect" href="https://www.google-analytics.com"> |
External URL reference
| 535 | <link rel="preconnect" href="https://cdn.example.com"> |
External URL reference
| 755 | <meta property="og:url" content="https://example.com/page"> |
External URL reference
| 758 | <meta property="og:image" content="https://example.com/og-image.jpg"> |
External URL reference
| 762 | <meta name="twitter:url" content="https://example.com/page"> |
External URL reference
| 765 | <meta name="twitter:image" content="https://example.com/twitter-image.jpg"> |
External URL reference
| 768 | <link rel="canonical" href="https://example.com/page"> |
External URL reference
| 783 | "@context": "https://schema.org", |
External URL reference
| 786 | "url": "https://example.com", |
External URL reference
| 787 | "logo": "https://example.com/logo.png", |
External URL reference
| 794 | "https://facebook.com/yourcompany", |
External URL reference
| 795 | "https://twitter.com/yourcompany", |
External URL reference
| 796 | "https://linkedin.com/company/yourcompany" |
External URL reference
| 804 | "@context": "https://schema.org", |
External URL reference
| 807 | "image": "https://example.com/product.jpg", |
External URL reference
| 815 | "url": "https://example.com/product", |
External URL reference
| 818 | "availability": "https://schema.org/InStock" |
External URL reference
| 826 | "@context": "https://schema.org", |
External URL reference
| 829 | "image": "https://example.com/article-image.jpg", |
External URL reference
| 839 | "url": "https://example.com/logo.png" |
External URL reference
| 859 | <script src="https://cdn.example.com/library.js"></script> |
External URL reference
| 1099 | https://staging.example.com |
External URL reference
| 1127 | - [Web.dev Performance](https://web.dev/performance/) |
External URL reference
| 1128 | - [Lighthouse Documentation](https://developers.google.com/web/tools/lighthouse) |
External URL reference
| 1129 | - [Core Web Vitals](https://web.dev/vitals/) |
External URL reference
| 1130 | - [WCAG Guidelines](https://www.w3.org/WAI/WCAG21/quickref/) |
External URL reference
| 1131 | - [Schema.org](https://schema.org/) |