Skip to main content

human-browser

Human Browser enables AI agents to perform web tasks undetected, using residential IPs for scraping and automation across various platforms.

Install this skill

or
75/100

Security score

The human-browser skill was audited on Feb 27, 2026 and we found 11 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 108

Eval function call - arbitrary code execution

SourceSKILL.md
108const posts = await page.$$eval('article img', imgs => imgs.map(i => i.src));
low line 87

External URL reference

SourceSKILL.md
87await page.goto('https://instagram.com/someaccount/');
low line 103

External URL reference

SourceSKILL.md
103await page.goto('https://www.instagram.com/targetaccount/', { waitUntil: 'domcontentloaded' });
low line 122

External URL reference

SourceSKILL.md
122await page.goto('https://www.linkedin.com/in/username/');
low line 131

External URL reference

SourceSKILL.md
131await page.goto('https://x.com/username', { waitUntil: 'domcontentloaded' });
low line 139

External URL reference

SourceSKILL.md
139await page.goto('https://www.tiktok.com/@username');
low line 146

External URL reference

SourceSKILL.md
146await page.goto('https://www.reddit.com/r/subreddit/');
low line 153

External URL reference

SourceSKILL.md
153await page.goto('https://www.amazon.com/dp/ASIN');
low line 157

External URL reference

SourceSKILL.md
157await page2.goto('https://www.amazon.de/dp/ASIN');
low line 164

External URL reference

SourceSKILL.md
164await page.goto('https://polymarket.com');
low line 227

External URL reference

SourceSKILL.md
227**Paid plan** — https://humanbrowser.dev
Scanned on Feb 27, 2026
View Security Dashboard