stealth-browser
Automates stealth browser tasks with anti-detection features, enabling secure web automation and session persistence.
Install this skill
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
Curl to non-GitHub URL
| 195 | curl -X POST http://localhost:8191/v1 \ |
Access to hidden dotfiles in home directory
| 31 | Sessions stored in: `~/.clawdbot/browser-sessions/<sitename>.json` |
Access to hidden dotfiles in home directory
| 60 | 所有登录尝试记录在: `~/.clawdbot/browser-sessions/attempts.json` |
Access to hidden dotfiles in home directory
| 102 | Store API keys in `~/.clawdbot/secrets/captcha.json`: |
Access to hidden dotfiles in home directory
| 113 | Store in `~/.clawdbot/secrets/proxies.json`: |
Access to hidden dotfiles in home directory
| 168 | agent-browser --profile ~/.stealth-profile open https://target.com |
Access to hidden dotfiles in home directory
| 325 | page.cookies.save("~/.clawdbot/browser-sessions/target-site.json") |
Access to hidden dotfiles in home directory
| 397 | agent-browser --profile ~/.stealth-profile --headed open https://login-site.com |
Access to hidden dotfiles in home directory
| 401 | agent-browser --profile ~/.stealth-profile snapshot |
Access to hidden dotfiles in home directory
| 402 | agent-browser --profile ~/.stealth-profile click @e5 |
Prompting for password/secret input
| 321 | page.ele("@id=password").input("password123") |
External URL reference
| 16 | python scripts/stealth_session.py -u "https://target.com/login" -s sitename --headed |
External URL reference
| 23 | python scripts/stealth_session.py -u "https://target.com" -s sitename --headed --save |
External URL reference
| 28 | python scripts/stealth_session.py -u "https://target.com" -s sitename --load |
External URL reference
| 116 | "rotating": "http://user:[email protected]:port", |
External URL reference
| 118 | "datacenter": "http://dc-proxy:port" |
External URL reference
| 133 | driver.get("https://nowsecure.nl") # Test anti-detection |
External URL reference
| 137 | page.get("https://cloudflare-protected-site.com") |
External URL reference
| 159 | await page.goto('https://bot.sannysoft.com'); // Verify stealth |
External URL reference
| 168 | agent-browser --profile ~/.stealth-profile open https://target.com |
External URL reference
| 171 | python scripts/stealth_open.py --url "https://target.com" --headless |
External URL reference
| 181 | page.get("https://cloudflare-site.com") |
External URL reference
| 195 | curl -X POST http://localhost:8191/v1 \ |
External URL reference
| 197 | -d '{"cmd":"request.get","url":"https://cf-protected.com","maxTimeout":60000}' |
External URL reference
| 211 | resp = requests.post("http://2captcha.com/in.php", data={ |
External URL reference
| 224 | result = requests.get(f"http://2captcha.com/res.php?key={api_key}&action=get&id={task_id}&json=1").json() |
External URL reference
| 231 | resp = requests.post("https://api.anti-captcha.com/createTask", json={ |
External URL reference
| 244 | result = requests.post("https://api.anti-captcha.com/getTaskResult", json={ |
External URL reference
| 314 | page.get("https://target-site.com") |
External URL reference
| 353 | - 2Captcha key: https://2captcha.com |
External URL reference
| 354 | - Anti-Captcha key: https://anti-captcha.com |
External URL reference
| 355 | - CapSolver key: https://capsolver.com |
External URL reference
| 385 | python scripts/stealth_open.py --url "https://bot.sannysoft.com" |
External URL reference
| 386 | python scripts/stealth_open.py --url "https://nowsecure.nl" |
External URL reference
| 387 | python scripts/stealth_open.py --url "https://arh.antoinevastel.com/bots/areyouheadless" |
External URL reference
| 388 | python scripts/stealth_open.py --url "https://pixelscan.net" |
External URL reference
| 397 | agent-browser --profile ~/.stealth-profile --headed open https://login-site.com |