Skip to main content

stealth-browser

Automates stealth browser tasks with anti-detection features, enabling secure web automation and session persistence.

Install this skill

or
39/100

Security score

The stealth-browser skill was audited on Feb 9, 2026 and we found 37 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 195

Curl to non-GitHub URL

SourceSKILL.md
195curl -X POST http://localhost:8191/v1 \
medium line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31Sessions stored in: `~/.clawdbot/browser-sessions/<sitename>.json`
medium line 60

Access to hidden dotfiles in home directory

SourceSKILL.md
60所有登录尝试记录在: `~/.clawdbot/browser-sessions/attempts.json`
medium line 102

Access to hidden dotfiles in home directory

SourceSKILL.md
102Store API keys in `~/.clawdbot/secrets/captcha.json`:
medium line 113

Access to hidden dotfiles in home directory

SourceSKILL.md
113Store in `~/.clawdbot/secrets/proxies.json`:
low line 168

Access to hidden dotfiles in home directory

SourceSKILL.md
168agent-browser --profile ~/.stealth-profile open https://target.com
low line 325

Access to hidden dotfiles in home directory

SourceSKILL.md
325page.cookies.save("~/.clawdbot/browser-sessions/target-site.json")
low line 397

Access to hidden dotfiles in home directory

SourceSKILL.md
397agent-browser --profile ~/.stealth-profile --headed open https://login-site.com
low line 401

Access to hidden dotfiles in home directory

SourceSKILL.md
401agent-browser --profile ~/.stealth-profile snapshot
low line 402

Access to hidden dotfiles in home directory

SourceSKILL.md
402agent-browser --profile ~/.stealth-profile click @e5
medium line 321

Prompting for password/secret input

SourceSKILL.md
321page.ele("@id=password").input("password123")
low line 16

External URL reference

SourceSKILL.md
16python scripts/stealth_session.py -u "https://target.com/login" -s sitename --headed
low line 23

External URL reference

SourceSKILL.md
23python scripts/stealth_session.py -u "https://target.com" -s sitename --headed --save
low line 28

External URL reference

SourceSKILL.md
28python scripts/stealth_session.py -u "https://target.com" -s sitename --load
low line 116

External URL reference

SourceSKILL.md
116"rotating": "http://user:[email protected]:port",
low line 118

External URL reference

SourceSKILL.md
118"datacenter": "http://dc-proxy:port"
low line 133

External URL reference

SourceSKILL.md
133driver.get("https://nowsecure.nl") # Test anti-detection
low line 137

External URL reference

SourceSKILL.md
137page.get("https://cloudflare-protected-site.com")
low line 159

External URL reference

SourceSKILL.md
159await page.goto('https://bot.sannysoft.com'); // Verify stealth
low line 168

External URL reference

SourceSKILL.md
168agent-browser --profile ~/.stealth-profile open https://target.com
low line 171

External URL reference

SourceSKILL.md
171python scripts/stealth_open.py --url "https://target.com" --headless
low line 181

External URL reference

SourceSKILL.md
181page.get("https://cloudflare-site.com")
low line 195

External URL reference

SourceSKILL.md
195curl -X POST http://localhost:8191/v1 \
low line 197

External URL reference

SourceSKILL.md
197-d '{"cmd":"request.get","url":"https://cf-protected.com","maxTimeout":60000}'
low line 211

External URL reference

SourceSKILL.md
211resp = requests.post("http://2captcha.com/in.php", data={
low line 224

External URL reference

SourceSKILL.md
224result = requests.get(f"http://2captcha.com/res.php?key={api_key}&action=get&id={task_id}&json=1").json()
low line 231

External URL reference

SourceSKILL.md
231resp = requests.post("https://api.anti-captcha.com/createTask", json={
low line 244

External URL reference

SourceSKILL.md
244result = requests.post("https://api.anti-captcha.com/getTaskResult", json={
low line 314

External URL reference

SourceSKILL.md
314page.get("https://target-site.com")
low line 353

External URL reference

SourceSKILL.md
353- 2Captcha key: https://2captcha.com
low line 354

External URL reference

SourceSKILL.md
354- Anti-Captcha key: https://anti-captcha.com
low line 355

External URL reference

SourceSKILL.md
355- CapSolver key: https://capsolver.com
low line 385

External URL reference

SourceSKILL.md
385python scripts/stealth_open.py --url "https://bot.sannysoft.com"
low line 386

External URL reference

SourceSKILL.md
386python scripts/stealth_open.py --url "https://nowsecure.nl"
low line 387

External URL reference

SourceSKILL.md
387python scripts/stealth_open.py --url "https://arh.antoinevastel.com/bots/areyouheadless"
low line 388

External URL reference

SourceSKILL.md
388python scripts/stealth_open.py --url "https://pixelscan.net"
low line 397

External URL reference

SourceSKILL.md
397agent-browser --profile ~/.stealth-profile --headed open https://login-site.com
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2.2K
Rate this skill
Categorydevelopment
UpdatedApril 5, 2026
openclaw/skills