Skip to main content

lighthouse-runner

Conducts Google Lighthouse audits for SEO, performance, accessibility, and best practices, providing actionable insights for web optimization.

Install this skill

or
60/100

Security score

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

Categories Tested

Security Issues

medium line 23

Template literal with variable interpolation in command context

SourceSKILL.md
23```bash
medium line 31

Template literal with variable interpolation in command context

SourceSKILL.md
31```bash
medium line 50

Template literal with variable interpolation in command context

SourceSKILL.md
50```bash
medium line 175

Template literal with variable interpolation in command context

SourceSKILL.md
175```bash
medium line 195

Template literal with variable interpolation in command context

SourceSKILL.md
195```bash
low line 33

External URL reference

SourceSKILL.md
33npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts https://example.com
low line 39

External URL reference

SourceSKILL.md
39npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts http://localhost:3000
low line 42

External URL reference

SourceSKILL.md
42npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts https://example.com --json
low line 45

External URL reference

SourceSKILL.md
45npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts https://example.com --categories=seo,accessibility
low line 52

External URL reference

SourceSKILL.md
52node ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/dist/index.js https://example.com
low line 77

External URL reference

SourceSKILL.md
77# Lighthouse Report: https://example.com
low line 108

External URL reference

SourceSKILL.md
108"url": "https://example.com",
low line 155

External URL reference

SourceSKILL.md
155npm run dev # Starts at http://localhost:3000
low line 158

External URL reference

SourceSKILL.md
158npx tsx src/index.ts http://localhost:3000
low line 162

External URL reference

SourceSKILL.md
162npx tsx src/index.ts http://localhost:3000
low line 180

External URL reference

SourceSKILL.md
180npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts http://localhost:3000
low line 205

External URL reference

SourceSKILL.md
205npx tsx src/index.ts https://slow-site.com --timeout=120
low line 220

External URL reference

SourceSKILL.md
220- [Web Vitals](https://web.dev/vitals/)
low line 221

External URL reference

SourceSKILL.md
221- [PageSpeed Insights](https://pagespeed.web.dev/)
low line 222

External URL reference

SourceSKILL.md
222- [Playwright Documentation](https://playwright.dev/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →