Skip to main content

browser-testing

Automates browser testing for IntelliFill, enabling efficient form filling, UI debugging, and screenshot capturing.

Install this skill

or
94/100

Security score

The browser-testing skill was audited on Feb 9, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 28

External URL reference

SourceSKILL.md
28const browser = await puppeteer.connect({ browserURL: 'http://localhost:9222' });
low line 34

External URL reference

SourceSKILL.md
34await page.goto('http://localhost:8080/login');
low line 60

External URL reference

SourceSKILL.md
60| Login | http://localhost:8080/login |
low line 61

External URL reference

SourceSKILL.md
61| Dashboard | http://localhost:8080/dashboard |
low line 62

External URL reference

SourceSKILL.md
62| Documents | http://localhost:8080/documents |
low line 63

External URL reference

SourceSKILL.md
63| Upload | http://localhost:8080/documents/upload |
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →