esp32-workbench-serial-flashing
Facilitates ESP32 device management and firmware flashing via RFC2217, enabling recovery and configuration for various board types.
Install this skill
or
64/100
Security score
The esp32-workbench-serial-flashing skill was audited on Mar 3, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 70
Template literal with variable interpolation in command context
SourceSKILL.md
| 70 | ```bash |
medium line 33
Curl to non-GitHub URL
SourceSKILL.md
| 33 | curl -s http://192.168.0.87:8080/api/devices | jq . |
medium line 72
Curl to non-GitHub URL
SourceSKILL.md
| 72 | SLOT_URL=$(curl -s http://192.168.0.87:8080/api/devices | jq -r '.slots[0].url') |
medium line 152
Curl to non-GitHub URL
SourceSKILL.md
| 152 | curl -X POST http://192.168.0.87:8080/api/serial/release \ |
medium line 177
Curl to non-GitHub URL
SourceSKILL.md
| 177 | curl -X POST http://192.168.0.87:8080/api/serial/recover \ |
medium line 218
Curl to non-GitHub URL
SourceSKILL.md
| 218 | curl -X POST http://192.168.0.87:8080/api/serial/reset \ |
low line 8
External URL reference
SourceSKILL.md
| 8 | Base URL: `http://192.168.0.87:8080` |
low line 33
External URL reference
SourceSKILL.md
| 33 | curl -s http://192.168.0.87:8080/api/devices | jq . |
low line 72
External URL reference
SourceSKILL.md
| 72 | SLOT_URL=$(curl -s http://192.168.0.87:8080/api/devices | jq -r '.slots[0].url') |
low line 152
External URL reference
SourceSKILL.md
| 152 | curl -X POST http://192.168.0.87:8080/api/serial/release \ |
low line 177
External URL reference
SourceSKILL.md
| 177 | curl -X POST http://192.168.0.87:8080/api/serial/recover \ |
low line 218
External URL reference
SourceSKILL.md
| 218 | curl -X POST http://192.168.0.87:8080/api/serial/reset \ |
Scanned on Mar 3, 2026
View Security DashboardInstall this skill with one command
/learn @sensorsiot/esp32-workbench-serial-flashingGitHub Stars 3
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
SensorsIot/Universal-ESP32-Workbench