Skip to main content

chrome-devtools

Automates browser tasks using Puppeteer scripts for web scraping, performance profiling, and debugging, outputting results in JSON format.

Install this skill

or
76/100

Security score

The chrome-devtools skill was audited on Feb 9, 2026 and we found 16 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100```bash
medium line 171

Access to hidden dotfiles in home directory

SourceSKILL.md
171- Verify Chrome downloaded: `ls ~/.cache/puppeteer`
low line 36

External URL reference

SourceSKILL.md
36node navigate.js --url https://example.com
low line 37

External URL reference

SourceSKILL.md
37# Output: {"success": true, "url": "https://example.com", "title": "Example Domain"}
low line 65

External URL reference

SourceSKILL.md
65node screenshot.js --url https://example.com --output ./docs/screenshots/page.png
low line 72

External URL reference

SourceSKILL.md
72node navigate.js --url https://example.com/login --close false
low line 81

External URL reference

SourceSKILL.md
81node performance.js --url https://example.com | jq '.vitals.LCP'
low line 84

External URL reference

SourceSKILL.md
84node network.js --url https://example.com --output /tmp/requests.json
low line 91

External URL reference

SourceSKILL.md
91node evaluate.js --url https://example.com --script "
low line 101

External URL reference

SourceSKILL.md
101PERF=$(node performance.js --url https://example.com)
low line 112

External URL reference

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

External URL reference

SourceSKILL.md
118node console.js --url https://example.com --types error,warn --duration 5000 | jq '.messageCount'
low line 137

External URL reference

SourceSKILL.md
137"url": "https://example.com",
low line 154

External URL reference

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

External URL reference

SourceSKILL.md
220- [Puppeteer Documentation](https://pptr.dev/)
low line 221

External URL reference

SourceSKILL.md
221- [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →