Skip to main content

lighthouse-auditor

Runs Google Lighthouse audits to provide performance, accessibility, SEO, and best practices scores with actionable recommendations.

Install this skill

or
78/100

Security score

The lighthouse-auditor skill was audited on Mar 1, 2026 and we found 22 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 15

External URL reference

SourceSKILL.md
15**Example:** "Audit https://mysite.com, get a performance score of 72 with specific recommendations to improve LCP and CLS."
low line 32

External URL reference

SourceSKILL.md
32bash scripts/run.sh --url https://example.com
low line 37

External URL reference

SourceSKILL.md
37🔍 Auditing https://example.com...
low line 62

External URL reference

SourceSKILL.md
62bash scripts/run.sh --url https://yoursite.com --format summary
low line 70

External URL reference

SourceSKILL.md
70bash scripts/run.sh --url https://yoursite.com --format html --output ./reports/
low line 80

External URL reference

SourceSKILL.md
80bash scripts/run.sh --url https://yoursite.com --format json --output ./reports/
low line 92

External URL reference

SourceSKILL.md
92bash scripts/run.sh --url https://yoursite.com --preset mobile
low line 95

External URL reference

SourceSKILL.md
95bash scripts/run.sh --url https://yoursite.com --preset desktop
low line 103

External URL reference

SourceSKILL.md
103bash scripts/run.sh --url https://yoursite.com --only-categories performance,seo
low line 113

External URL reference

SourceSKILL.md
113https://yoursite.com
low line 114

External URL reference

SourceSKILL.md
114https://yoursite.com/about
low line 115

External URL reference

SourceSKILL.md
115https://yoursite.com/blog
low line 116

External URL reference

SourceSKILL.md
116https://yoursite.com/contact
low line 143

External URL reference

SourceSKILL.md
143--url https://yoursite.com \
low line 177

External URL reference

SourceSKILL.md
177- https://yoursite.com
low line 178

External URL reference

SourceSKILL.md
178- https://yoursite.com/blog
low line 198

External URL reference

SourceSKILL.md
198bash scripts/run.sh --url https://yoursite.com --format json --output ./reports/run-1.json
low line 200

External URL reference

SourceSKILL.md
200bash scripts/run.sh --url https://yoursite.com --format json --output ./reports/run-2.json
low line 210

External URL reference

SourceSKILL.md
210bash scripts/run.sh --url https://yoursite.com --extra-flags "--throttling.cpuSlowdownMultiplier=2 --screenEmulation.disabled"
low line 229

External URL reference

SourceSKILL.md
229bash scripts/run.sh --url https://yoursite.com --extra-flags "--port=9224"
low line 237

External URL reference

SourceSKILL.md
237bash scripts/run.sh --url https://yoursite.com --runs 3
low line 244

External URL reference

SourceSKILL.md
244bash scripts/run.sh --url https://yoursite.com --extra-flags "--max-wait-for-load=60000"
Scanned on Mar 1, 2026
View Security Dashboard