Skip to main content

browser-act

Automates browser tasks with stealth capabilities, enabling data extraction and interaction with websites while bypassing bot detection.

Install this skill

or
63/100

Security score

The browser-act skill was audited on Apr 10, 2026 and we found 15 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 88

Template literal with variable interpolation in command context

SourceSKILL.md
88**Data storage:** Profile data is stored at platform-specific paths — macOS: `~/Library/Application Support/browseract/`, Windows: `%APPDATA%\browseract`, Linux: `${XDG_DATA_HOME:-~/.local/share}/brow
medium line 13

Access to hidden dotfiles in home directory

SourceSKILL.md
13- "${XDG_DATA_HOME:-~/.local/share}/browseract (Linux)"
medium line 88

Access to hidden dotfiles in home directory

SourceSKILL.md
88**Data storage:** Profile data is stored at platform-specific paths — macOS: `~/Library/Application Support/browseract/`, Windows: `%APPDATA%\browseract`, Linux: `${XDG_DATA_HOME:-~/.local/share}/brow
low line 218

Access to hidden dotfiles in home directory

SourceSKILL.md
218browser-act network har stop # Stop and save to default path (~/.browseract/har/)
low line 71

External URL reference

SourceSKILL.md
71browser-act browser update <browser_id> --proxy http://proxy:8080 --mode private
low line 95

External URL reference

SourceSKILL.md
95browser-act browser real open https://example.com # Auto-connect to running Chrome (reuses existing login sessions)
low line 96

External URL reference

SourceSKILL.md
96browser-act browser real open https://example.com --ba-kernel # Use BrowserAct-provided browser kernel
low line 102

External URL reference

SourceSKILL.md
102browser-act browser open <browser_id> https://example.com --headed
low line 103

External URL reference

SourceSKILL.md
103browser-act browser real open https://example.com --ba-kernel --headed
low line 117

External URL reference

SourceSKILL.md
117browser-act browser open <browser_id> https://example.com/login
low line 136

External URL reference

SourceSKILL.md
136browser-act browser open <browser_id> https://example.com && browser-act wait stable && browser-act state
low line 142

External URL reference

SourceSKILL.md
142browser-act navigate https://example.com/dashboard && browser-act wait stable && browser-act screenshot
low line 257

External URL reference

SourceSKILL.md
257browser-act --session site-a browser open <browser_id_a> https://site-a.com
low line 258

External URL reference

SourceSKILL.md
258browser-act --session site-b browser open <browser_id_b> https://site-b.com
low line 280

External URL reference

SourceSKILL.md
280browser-act --session scraper navigate https://example.com
Scanned on Apr 10, 2026
View Security Dashboard
Installation guide →