lighthouse-runner
Conducts Google Lighthouse audits for SEO, performance, accessibility, and best practices, providing actionable insights for web optimization.
Install this skill
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
Template literal with variable interpolation in command context
| 23 | ```bash |
Template literal with variable interpolation in command context
| 31 | ```bash |
Template literal with variable interpolation in command context
| 50 | ```bash |
Template literal with variable interpolation in command context
| 175 | ```bash |
Template literal with variable interpolation in command context
| 195 | ```bash |
External URL reference
| 33 | npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts https://example.com |
External URL reference
| 39 | npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts http://localhost:3000 |
External URL reference
| 42 | npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts https://example.com --json |
External URL reference
| 45 | npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts https://example.com --categories=seo,accessibility |
External URL reference
| 52 | node ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/dist/index.js https://example.com |
External URL reference
| 77 | # Lighthouse Report: https://example.com |
External URL reference
| 108 | "url": "https://example.com", |
External URL reference
| 155 | npm run dev # Starts at http://localhost:3000 |
External URL reference
| 158 | npx tsx src/index.ts http://localhost:3000 |
External URL reference
| 162 | npx tsx src/index.ts http://localhost:3000 |
External URL reference
| 180 | npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/lighthouse-runner/src/index.ts http://localhost:3000 |
External URL reference
| 205 | npx tsx src/index.ts https://slow-site.com --timeout=120 |
External URL reference
| 220 | - [Web Vitals](https://web.dev/vitals/) |
External URL reference
| 221 | - [PageSpeed Insights](https://pagespeed.web.dev/) |
External URL reference
| 222 | - [Playwright Documentation](https://playwright.dev/) |