Skip to main content

browser-devtools

Facilitates browser debugging and automation using Playwright for effective web development testing and analysis.

Install this skill

or
85/100

Security score

The browser-devtools skill was audited on Feb 9, 2026 and we found 15 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 45

External URL reference

SourceSKILL.md
45node dist/scripts/navigate.js --url https://example.com
low line 79

External URL reference

SourceSKILL.md
79node dist/scripts/screenshot.js --url https://example.com --output page.png
low line 82

External URL reference

SourceSKILL.md
82node dist/scripts/performance.js --url https://example.com | jq '.vitals.LCP'
low line 85

External URL reference

SourceSKILL.md
85node dist/scripts/console.js --url https://example.com --types error,warn --duration 10000
low line 92

External URL reference

SourceSKILL.md
92node dist/scripts/navigate.js --url https://example.com/login --close false
low line 103

External URL reference

SourceSKILL.md
103node dist/scripts/snapshot.js --url https://example.com | jq '.elements[] | {tagName, text, selector}'
low line 106

External URL reference

SourceSKILL.md
106node dist/scripts/console.js --url https://example.com --types error
low line 109

External URL reference

SourceSKILL.md
109node dist/scripts/network.js --url https://example.com --types xhr,fetch --duration 5000
low line 112

External URL reference

SourceSKILL.md
112node dist/scripts/fill.js --url https://example.com --selector "#search" --value "query" --close false
low line 132

External URL reference

SourceSKILL.md
132"url": "https://example.com",
low line 178

External URL reference

SourceSKILL.md
178node dist/scripts/navigate.js --url http://localhost:3000 && \
low line 179

External URL reference

SourceSKILL.md
179node dist/scripts/performance.js --url http://localhost:3000 | jq '.vitals.LCP'
low line 191

External URL reference

SourceSKILL.md
191- [Playwright Documentation](https://playwright.dev/)
low line 192

External URL reference

SourceSKILL.md
192- [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/)
low line 193

External URL reference

SourceSKILL.md
193- [Core Web Vitals](https://web.dev/vitals/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →