Skip to main content

cdp

Automates Chrome browser interactions via the DevTools Protocol using JavaScript, enabling scripting and inspection of web pages.

Install this skill

or
84/100

Security score

The cdp skill was audited on Jun 5, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 10

Access to hidden dotfiles in home directory

SourceSKILL.md
10The SDK lives in the skill's `sdk/` directory. In the rest of this doc, `<skill-dir>` refers to wherever `npx skills add` installed the skill (Claude Code: `~/.claude/skills/cdp`; Cursor: `~/.cursor/s
low line 23

Access to hidden dotfiles in home directory

SourceSKILL.md
23# Linux without sudo (ensure ~/.local/bin is on PATH)
low line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24command -v browser-harness-js >/dev/null || { mkdir -p ~/.local/bin && ln -sf <skill-dir>/sdk/browser-harness-js ~/.local/bin/browser-harness-js; }
medium line 140

Access to hidden dotfiles in home directory

SourceSKILL.md
140- Linux: `~/.config/<browser>` (e.g. `google-chrome`, `chromium`, `BraveSoftware/Brave-Browser`)
low line 35

External URL reference

SourceSKILL.md
35browser-harness-js 'await session.Page.navigate({url:"https://example.com"})'
low line 100

External URL reference

SourceSKILL.md
100await session.Page.navigate({ url: 'https://example.com' })
low line 159

External URL reference

SourceSKILL.md
159await session.Page.navigate({ url: 'https://example.com' })
low line 193

External URL reference

SourceSKILL.md
193browser-harness-js 'await session.Page.navigate({url:"https://example.com"})'
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →
GitHub Stars 458
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
browser-use/browser-harness-js