Skip to main content

agent-browser

Automates browser tasks for AI agents, enabling seamless interaction with websites for data extraction, form filling, and testing.

Install this skill

or
68/100

Security score

The agent-browser skill was audited on May 4, 2026 and we found 28 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 157

Access to hidden dotfiles in home directory

SourceSKILL.md
157agent-browser close # State auto-saved to ~/.agent-browser/sessions/
medium line 476

Access to hidden dotfiles in home directory

SourceSKILL.md
476Priority (lowest to highest): `~/.agent-browser/config.json` < `./agent-browser.json` < env vars < CLI flags. Use `--config <path>` or `AGENT_BROWSER_CONFIG` env var for a custom config file (exits wi
low line 19

External URL reference

SourceSKILL.md
19agent-browser open https://example.com/form
low line 36

External URL reference

SourceSKILL.md
36agent-browser open https://example.com && agent-browser wait --load networkidle && agent-browser snapshot -i
low line 42

External URL reference

SourceSKILL.md
42agent-browser open https://example.com && agent-browser wait --load networkidle && agent-browser screenshot page.png
low line 108

External URL reference

SourceSKILL.md
108agent-browser open https://example.com/signup
low line 138

External URL reference

SourceSKILL.md
138agent-browser open https://app.example.com/login
low line 148

External URL reference

SourceSKILL.md
148agent-browser open https://app.example.com/dashboard
low line 155

External URL reference

SourceSKILL.md
155agent-browser --session-name myapp open https://app.example.com/login
low line 160

External URL reference

SourceSKILL.md
160agent-browser --session-name myapp open https://app.example.com/dashboard
low line 164

External URL reference

SourceSKILL.md
164agent-browser --session-name secure open https://app.example.com
low line 176

External URL reference

SourceSKILL.md
176agent-browser open https://example.com/products
low line 189

External URL reference

SourceSKILL.md
189agent-browser --session site1 open https://site-a.com
low line 190

External URL reference

SourceSKILL.md
190agent-browser --session site2 open https://site-b.com
low line 202

External URL reference

SourceSKILL.md
202agent-browser --auto-connect open https://example.com
low line 213

External URL reference

SourceSKILL.md
213agent-browser --color-scheme dark open https://example.com
low line 216

External URL reference

SourceSKILL.md
216AGENT_BROWSER_COLOR_SCHEME=dark agent-browser open https://example.com
low line 225

External URL reference

SourceSKILL.md
225agent-browser --headed open https://example.com
low line 250

External URL reference

SourceSKILL.md
250agent-browser -p ios --device "iPhone 16 Pro" open https://example.com
low line 281

External URL reference

SourceSKILL.md
281# --- AGENT_BROWSER_PAGE_CONTENT nonce=<hex> origin=https://example.com ---
low line 292

External URL reference

SourceSKILL.md
292agent-browser open https://example.com # OK
low line 293

External URL reference

SourceSKILL.md
293agent-browser open https://malicious.com # Blocked
low line 339

External URL reference

SourceSKILL.md
339agent-browser diff url https://staging.example.com https://prod.example.com --screenshot
low line 471

External URL reference

SourceSKILL.md
471"proxy": "http://localhost:8080",
low line 525

External URL reference

SourceSKILL.md
525Lightpanda does not support `--extension`, `--profile`, `--state`, or `--allow-file-access`. Install Lightpanda from https://lightpanda.io/docs/open-source/installation.
low line 536

External URL reference

SourceSKILL.md
536./templates/form-automation.sh https://example.com/form
low line 537

External URL reference

SourceSKILL.md
537./templates/authenticated-session.sh https://app.example.com/login
low line 538

External URL reference

SourceSKILL.md
538./templates/capture-workflow.sh https://example.com ./output
Scanned on May 4, 2026
View Security Dashboard
Installation guide →