Skip to main content

gsd-browser

Automates browser tasks for AI agents, enabling navigation, form filling, and data extraction with a native Rust CLI.

Install this skill

or
60/100

Security score

The gsd-browser skill was audited on Jun 6, 2026 and we found 22 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

low line 556

Fetch to external URL

SourceSKILL.md
556gsd-browser eval "fetch('/api/data')"
medium line 721

Access to hidden dotfiles in home directory

SourceSKILL.md
7212. User config: `~/.gsd-browser/config.toml`
high line 249

Prompting for password/secret input

SourceSKILL.md
249| `fill_password` | focus | Password input fields |
low line 38

External URL reference

SourceSKILL.md
38gsd-browser navigate https://example.com/form
low line 55

External URL reference

SourceSKILL.md
55gsd-browser navigate https://example.com && gsd-browser wait-for --condition network_idle && gsd-browser snapshot
low line 172

External URL reference

SourceSKILL.md
172{"action": "navigate", "url": "https://example.com"},
low line 312

External URL reference

SourceSKILL.md
312gsd-browser --session demo navigate https://example.com
low line 514

External URL reference

SourceSKILL.md
514| `--cdp-url <url>` | Attach to an already-running Chrome (e.g. `http://localhost:9222`) |
low line 555

External URL reference

SourceSKILL.md
555gsd-browser navigate https://example.com
low line 576

External URL reference

SourceSKILL.md
576gsd-browser --session site1 navigate https://example.com
low line 602

External URL reference

SourceSKILL.md
602gsd-browser navigate https://example.com/signup
low line 612

External URL reference

SourceSKILL.md
612gsd-browser navigate https://app.example.com/login
low line 628

External URL reference

SourceSKILL.md
628--url https://app.example.com/login \
low line 641

External URL reference

SourceSKILL.md
641gsd-browser navigate https://app.example.com/dashboard # Already logged in
low line 647

External URL reference

SourceSKILL.md
647gsd-browser navigate https://example.com/products
low line 662

External URL reference

SourceSKILL.md
662gsd-browser navigate https://example.com
low line 666

External URL reference

SourceSKILL.md
666gsd-browser navigate https://example.com
low line 675

External URL reference

SourceSKILL.md
675gsd-browser navigate https://app.example.com
low line 683

External URL reference

SourceSKILL.md
683gsd-browser --session site1 navigate https://site-a.com
low line 684

External URL reference

SourceSKILL.md
684gsd-browser --session site2 navigate https://site-b.com
low line 697

External URL reference

SourceSKILL.md
697gsd-browser navigate https://example.com
low line 707

External URL reference

SourceSKILL.md
707gsd-browser navigate https://untrusted-page.com
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →