Skip to main content

chrome-devtools-cli

Automates browser tasks using shell commands with Chrome DevTools CLI for efficient web development and testing.

Install this skill

or
94/100

Security score

The chrome-devtools-cli skill was audited on Jun 6, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 21

External URL reference

SourceSKILL.md
21uid=1_0 RootWebArea "Example Domain" url="https://example.com/"
low line 61

External URL reference

SourceSKILL.md
61chrome-devtools navigate_page --url "https://example.com" # Navigates the currently selected page to a URL
low line 63

External URL reference

SourceSKILL.md
63chrome-devtools navigate_page --url "https://example.com" --timeout 5000 # Navigate with a timeout
low line 66

External URL reference

SourceSKILL.md
66chrome-devtools new_page "https://example.com" # Creates a new page
low line 67

External URL reference

SourceSKILL.md
67chrome-devtools new_page "https://example.com" --background true --timeout 5000 # Create new page in background
low line 68

External URL reference

SourceSKILL.md
68chrome-devtools new_page "https://example.com" --isolatedContext "ctx" # Create new page with isolated context
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →