browser-act
Automates browser tasks with stealth capabilities, enabling data extraction and interaction with websites while bypassing bot detection.
Install this skill
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
Template literal with variable interpolation in command context
| 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 |
Access to hidden dotfiles in home directory
| 13 | - "${XDG_DATA_HOME:-~/.local/share}/browseract (Linux)" |
Access to hidden dotfiles in home directory
| 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 |
Access to hidden dotfiles in home directory
| 218 | browser-act network har stop # Stop and save to default path (~/.browseract/har/) |
External URL reference
| 71 | browser-act browser update <browser_id> --proxy http://proxy:8080 --mode private |
External URL reference
| 95 | browser-act browser real open https://example.com # Auto-connect to running Chrome (reuses existing login sessions) |
External URL reference
| 96 | browser-act browser real open https://example.com --ba-kernel # Use BrowserAct-provided browser kernel |
External URL reference
| 102 | browser-act browser open <browser_id> https://example.com --headed |
External URL reference
| 103 | browser-act browser real open https://example.com --ba-kernel --headed |
External URL reference
| 117 | browser-act browser open <browser_id> https://example.com/login |
External URL reference
| 136 | browser-act browser open <browser_id> https://example.com && browser-act wait stable && browser-act state |
External URL reference
| 142 | browser-act navigate https://example.com/dashboard && browser-act wait stable && browser-act screenshot |
External URL reference
| 257 | browser-act --session site-a browser open <browser_id_a> https://site-a.com |
External URL reference
| 258 | browser-act --session site-b browser open <browser_id_b> https://site-b.com |
External URL reference
| 280 | browser-act --session scraper navigate https://example.com |