Skip to main content

stealth-browser

Enables anti-detection web browsing to bypass bot detection and IP blocks using Puppeteer with stealth capabilities.

Install this skill

or
72/100

Security score

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

Categories Tested

Security Issues

medium line 63

Access to hidden dotfiles in home directory

SourceSKILL.md
63Create `~/.config/smartproxy/proxy.json`:
medium line 202

Access to hidden dotfiles in home directory

SourceSKILL.md
202**Solution**: Check proxy credentials in `~/.config/smartproxy/proxy.json`. Verify username/password are correct in Smartproxy dashboard.
medium line 242

Access to hidden dotfiles in home directory

SourceSKILL.md
242- Proxy credentials contain sensitive auth tokens. Keep `~/.config/smartproxy/proxy.json` with 600 permissions.
low line 30

External URL reference

SourceSKILL.md
30node scripts/browser.js "https://example.com"
low line 33

External URL reference

SourceSKILL.md
33node scripts/browser.js "https://example.com" --proxy
low line 36

External URL reference

SourceSKILL.md
36node scripts/browser.js "https://example.com" --proxy --screenshot output.png
low line 39

External URL reference

SourceSKILL.md
39node scripts/browser.js "https://example.com" --proxy --html
low line 42

External URL reference

SourceSKILL.md
42node scripts/browser.js "https://example.com" --proxy --text
low line 74

External URL reference

SourceSKILL.md
74Get credentials from Smartproxy dashboard: https://dashboard.smartproxy.com
low line 124

External URL reference

SourceSKILL.md
124node scripts/browser.js "https://bot.sannysoft.com" --screenshot detection.png
low line 133

External URL reference

SourceSKILL.md
133node scripts/browser.js "https://protected-site.com" --proxy --text > output.txt
low line 140

External URL reference

SourceSKILL.md
140node scripts/browser.js "https://target-site.com" --proxy --screenshot "$(date +%Y-%m-%d).png"
low line 148

External URL reference

SourceSKILL.md
148const result = await browse('https://example.com', {
low line 221

External URL reference

SourceSKILL.md
221node scripts/browser.js "https://bot.sannysoft.com" --proxy --screenshot test.png
low line 250

External URL reference

SourceSKILL.md
250- **Smartproxy dashboard**: https://dashboard.smartproxy.com for usage monitoring
low line 251

External URL reference

SourceSKILL.md
251- **Bot detection test**: https://bot.sannysoft.com to verify stealth effectiveness
Scanned on Feb 26, 2026
View Security Dashboard
Installation guide →