Skip to main content

bdg

Automates browser tasks using the bdg CLI with direct access to Chrome DevTools Protocol for dynamic content scraping and interaction.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

low line 11

External URL reference

SourceSKILL.md
11bdg https://example.com # Start session (launches Chrome)
low line 32

External URL reference

SourceSKILL.md
32bdg http://localhost:5173 # Start once
low line 86

External URL reference

SourceSKILL.md
86bdg cdp Page.navigate --params '{"url": "https://example.com"}'
low line 102

External URL reference

SourceSKILL.md
102bdg https://example.com/login
low line 160

External URL reference

SourceSKILL.md
160bdg https://localhost:5173 --chrome-flags="--ignore-certificate-errors"
low line 163

External URL reference

SourceSKILL.md
163BDG_CHROME_FLAGS="--ignore-certificate-errors" bdg https://localhost:5173
low line 166

External URL reference

SourceSKILL.md
166bdg https://example.com --chrome-flags="--ignore-certificate-errors --disable-web-security"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →