External Transmission
Medium
- Category
- Data Exfiltration
- Content
User: "Show HELLO in green on the panel" ``` curl -s -X POST http://$OPENCLAW_PANEL_IP/api/display/lock curl -s -X POST http://$OPENCLAW_PANEL_IP/api/display/clear curl -s -X POST http://$OPENCLAW_PANEL_IP/api/display/text -H "Content-Type: application/json" -d '{"text":"HELLO","x":18,"y":12,"color":"0x07E0","font":"mono_12"}' ```- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
