Skip to main content

esp32-workbench-mqtt

Controls an MQTT broker on the ESP32 Workbench for testing MQTT clients, enabling start, stop, and status checks.

Install this skill

or
81/100

Security score

The esp32-workbench-mqtt skill was audited on Mar 3, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 24

Curl to non-GitHub URL

SourceSKILL.md
24curl -X POST http://192.168.0.87:8080/api/mqtt/start
medium line 27

Curl to non-GitHub URL

SourceSKILL.md
27curl http://192.168.0.87:8080/api/mqtt/status
medium line 30

Curl to non-GitHub URL

SourceSKILL.md
30curl -X POST http://192.168.0.87:8080/api/mqtt/stop
low line 8

External URL reference

SourceSKILL.md
8Base URL: `http://192.168.0.87:8080`
low line 24

External URL reference

SourceSKILL.md
24curl -X POST http://192.168.0.87:8080/api/mqtt/start
low line 27

External URL reference

SourceSKILL.md
27curl http://192.168.0.87:8080/api/mqtt/status
low line 30

External URL reference

SourceSKILL.md
30curl -X POST http://192.168.0.87:8080/api/mqtt/stop
Scanned on Mar 3, 2026
View Security Dashboard