Skip to main content

browserwing-executor

Enables comprehensive browser automation via HTTP API for navigation, interaction, data extraction, and accessibility analysis.

Install this skill

or
0/100

Security score

The browserwing-executor skill was audited on Feb 12, 2026 and we found 78 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 30

Curl to non-GitHub URL

SourceSKILL.md
30curl -X GET 'http://{host}/api/v1/executor/help'
medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -X GET 'http://{host}/api/v1/executor/help?command=extract'
medium line 45

Curl to non-GitHub URL

SourceSKILL.md
45curl -X GET 'http://{host}/api/v1/executor/snapshot'
medium line 67

Curl to non-GitHub URL

SourceSKILL.md
67curl -X POST 'http://{host}/api/v1/executor/navigate' \
medium line 74

Curl to non-GitHub URL

SourceSKILL.md
74curl -X POST 'http://{host}/api/v1/executor/click' \
medium line 86

Curl to non-GitHub URL

SourceSKILL.md
86curl -X POST 'http://{host}/api/v1/executor/type' \
medium line 93

Curl to non-GitHub URL

SourceSKILL.md
93curl -X POST 'http://{host}/api/v1/executor/extract' \
medium line 104

Curl to non-GitHub URL

SourceSKILL.md
104curl -X POST 'http://{host}/api/v1/executor/wait' \
medium line 111

Curl to non-GitHub URL

SourceSKILL.md
111curl -X POST 'http://{host}/api/v1/executor/batch' \
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -X POST 'http://{host}/api/v1/mcp/message' \
medium line 139

Curl to non-GitHub URL

SourceSKILL.md
139curl -X POST 'http://{host}/api/v1/mcp/message' \
medium line 155

Curl to non-GitHub URL

SourceSKILL.md
155curl -X POST 'http://{host}/api/v1/mcp/message' \
medium line 171

Curl to non-GitHub URL

SourceSKILL.md
171curl -X POST 'http://{host}/api/v1/mcp/message' \
medium line 190

Curl to non-GitHub URL

SourceSKILL.md
190curl -X POST 'http://{host}/api/v1/executor/tabs' \
medium line 195

Curl to non-GitHub URL

SourceSKILL.md
195curl -X POST 'http://{host}/api/v1/executor/tabs' \
medium line 200

Curl to non-GitHub URL

SourceSKILL.md
200curl -X POST 'http://{host}/api/v1/executor/tabs' \
medium line 205

Curl to non-GitHub URL

SourceSKILL.md
205curl -X POST 'http://{host}/api/v1/executor/tabs' \
medium line 214

Curl to non-GitHub URL

SourceSKILL.md
214curl -X POST 'http://{host}/api/v1/mcp/message' \
medium line 234

Curl to non-GitHub URL

SourceSKILL.md
234curl -X POST 'http://{host}/api/v1/mcp/message' \
medium line 271

Curl to non-GitHub URL

SourceSKILL.md
271curl -X POST 'http://{host}/api/v1/executor/fill-form' \
medium line 284

Curl to non-GitHub URL

SourceSKILL.md
284curl -X POST 'http://{host}/api/v1/executor/fill-form' \
medium line 339

Curl to non-GitHub URL

SourceSKILL.md
339curl -X POST 'http://{host}/api/v1/executor/navigate' \
medium line 346

Curl to non-GitHub URL

SourceSKILL.md
346curl -X GET 'http://{host}/api/v1/executor/snapshot'
medium line 352

Curl to non-GitHub URL

SourceSKILL.md
352curl -X POST 'http://{host}/api/v1/executor/type' \
medium line 359

Curl to non-GitHub URL

SourceSKILL.md
359curl -X POST 'http://{host}/api/v1/executor/press-key' \
medium line 366

Curl to non-GitHub URL

SourceSKILL.md
366curl -X POST 'http://{host}/api/v1/executor/wait' \
medium line 373

Curl to non-GitHub URL

SourceSKILL.md
373curl -X POST 'http://{host}/api/v1/executor/extract' \
medium line 543

Curl to non-GitHub URL

SourceSKILL.md
543curl -X POST 'http://{host}/api/v1/executor/batch' \
low line 12

External URL reference

SourceSKILL.md
12**API Base URL:** `http://localhost:8080/api/v1/executor`, `host=localhost:8080`
low line 30

External URL reference

SourceSKILL.md
30curl -X GET 'http://{host}/api/v1/executor/help'
low line 37

External URL reference

SourceSKILL.md
37curl -X GET 'http://{host}/api/v1/executor/help?command=extract'
low line 45

External URL reference

SourceSKILL.md
45curl -X GET 'http://{host}/api/v1/executor/snapshot'
low line 67

External URL reference

SourceSKILL.md
67curl -X POST 'http://{host}/api/v1/executor/navigate' \
low line 69

External URL reference

SourceSKILL.md
69-d '{"url": "https://example.com"}'
low line 74

External URL reference

SourceSKILL.md
74curl -X POST 'http://{host}/api/v1/executor/click' \
low line 86

External URL reference

SourceSKILL.md
86curl -X POST 'http://{host}/api/v1/executor/type' \
low line 93

External URL reference

SourceSKILL.md
93curl -X POST 'http://{host}/api/v1/executor/extract' \
low line 104

External URL reference

SourceSKILL.md
104curl -X POST 'http://{host}/api/v1/executor/wait' \
low line 111

External URL reference

SourceSKILL.md
111curl -X POST 'http://{host}/api/v1/executor/batch' \
low line 115

External URL reference

SourceSKILL.md
115{"type": "navigate", "params": {"url": "https://example.com"}, "stop_on_error": true},
low line 126

External URL reference

SourceSKILL.md
126curl -X POST 'http://{host}/api/v1/mcp/message' \
low line 139

External URL reference

SourceSKILL.md
139curl -X POST 'http://{host}/api/v1/mcp/message' \
low line 147

External URL reference

SourceSKILL.md
147"url": "https://example.com"
low line 155

External URL reference

SourceSKILL.md
155curl -X POST 'http://{host}/api/v1/mcp/message' \
low line 171

External URL reference

SourceSKILL.md
171curl -X POST 'http://{host}/api/v1/mcp/message' \
low line 190

External URL reference

SourceSKILL.md
190curl -X POST 'http://{host}/api/v1/executor/tabs' \
low line 195

External URL reference

SourceSKILL.md
195curl -X POST 'http://{host}/api/v1/executor/tabs' \
low line 197

External URL reference

SourceSKILL.md
197-d '{"action": "new", "url": "https://example.com"}'
low line 200

External URL reference

SourceSKILL.md
200curl -X POST 'http://{host}/api/v1/executor/tabs' \
low line 205

External URL reference

SourceSKILL.md
205curl -X POST 'http://{host}/api/v1/executor/tabs' \
low line 214

External URL reference

SourceSKILL.md
214curl -X POST 'http://{host}/api/v1/mcp/message' \
low line 234

External URL reference

SourceSKILL.md
234curl -X POST 'http://{host}/api/v1/mcp/message' \
low line 271

External URL reference

SourceSKILL.md
271curl -X POST 'http://{host}/api/v1/executor/fill-form' \
low line 284

External URL reference

SourceSKILL.md
284curl -X POST 'http://{host}/api/v1/executor/fill-form' \
low line 339

External URL reference

SourceSKILL.md
339curl -X POST 'http://{host}/api/v1/executor/navigate' \
low line 341

External URL reference

SourceSKILL.md
341-d '{"url": "https://example.com/search"}'
low line 346

External URL reference

SourceSKILL.md
346curl -X GET 'http://{host}/api/v1/executor/snapshot'
low line 352

External URL reference

SourceSKILL.md
352curl -X POST 'http://{host}/api/v1/executor/type' \
low line 359

External URL reference

SourceSKILL.md
359curl -X POST 'http://{host}/api/v1/executor/press-key' \
low line 366

External URL reference

SourceSKILL.md
366curl -X POST 'http://{host}/api/v1/executor/wait' \
low line 373

External URL reference

SourceSKILL.md
373curl -X POST 'http://{host}/api/v1/executor/extract' \
low line 385

External URL reference

SourceSKILL.md
3851. Gaming Laptop - $1299 (https://...)
low line 386

External URL reference

SourceSKILL.md
3862. Business Laptop - $899 (https://...)
low line 489

External URL reference

SourceSKILL.md
489POST http://{host}/api/v1/executor/navigate
low line 490

External URL reference

SourceSKILL.md
490{"url": "https://example.com/login"}
low line 495

External URL reference

SourceSKILL.md
495GET http://{host}/api/v1/executor/snapshot
low line 509

External URL reference

SourceSKILL.md
509POST http://{host}/api/v1/executor/type
low line 515

External URL reference

SourceSKILL.md
515POST http://{host}/api/v1/executor/type
low line 521

External URL reference

SourceSKILL.md
521POST http://{host}/api/v1/executor/click
low line 527

External URL reference

SourceSKILL.md
527POST http://{host}/api/v1/executor/wait
low line 543

External URL reference

SourceSKILL.md
543curl -X POST 'http://{host}/api/v1/executor/batch' \
low line 549

External URL reference

SourceSKILL.md
549"params": {"url": "https://example.com/form"},
low line 648

External URL reference

SourceSKILL.md
648GET http://{host}/api/v1/executor/help
low line 651

External URL reference

SourceSKILL.md
651POST http://{host}/api/v1/executor/navigate {"url": "..."}
low line 654

External URL reference

SourceSKILL.md
654GET http://{host}/api/v1/executor/snapshot
low line 657

External URL reference

SourceSKILL.md
657POST http://{host}/api/v1/executor/click {"identifier": "@e1"}
low line 660

External URL reference

SourceSKILL.md
660POST http://{host}/api/v1/executor/type {"identifier": "@e3", "text": "..."}
low line 663

External URL reference

SourceSKILL.md
663POST http://{host}/api/v1/executor/extract {"selector": "...", "fields": [...], "multiple": true}
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorymarketing
UpdatedMay 21, 2026
NeverSight/skills_feed