Skip to main content

esp32-workbench-integration

Integrates ESP32 projects with the Universal ESP32 Workbench, enhancing firmware and documentation for efficient development.

Install this skill

or
71/100

Security score

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

Categories Tested

Security Issues

medium line 363

Curl to non-GitHub URL

SourceSKILL.md
363curl -s http://192.168.0.87:8080/api/devices | jq .
medium line 364

Curl to non-GitHub URL

SourceSKILL.md
364curl -s http://192.168.0.87:8080/api/info | jq .
high line 413

Prompting for password/secret input

SourceSKILL.md
413| Workbench AP password | Password for the workbench's AP | Passed in `enter-portal` request |
low line 241

External URL reference

SourceSKILL.md
241- OTA URL (e.g. `"http://192.168.0.87:8080/firmware/ios-keyboard/ios-keyboard.bin"`)
low line 363

External URL reference

SourceSKILL.md
363curl -s http://192.168.0.87:8080/api/devices | jq .
low line 364

External URL reference

SourceSKILL.md
364curl -s http://192.168.0.87:8080/api/info | jq .
low line 383

External URL reference

SourceSKILL.md
383| OTA firmware URL | `http://192.168.0.87:8080/firmware/<project>/<project>.bin` |
Scanned on Mar 3, 2026
View Security Dashboard