External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash export OATDA_API_KEY="${OATDA_API_KEY:-$(cat ~/.oatda/credentials.json 2>/dev/null | jq -r '.profiles[.defaultProfile].apiKey' 2>/dev/null)}" && \ curl -s -X POST "https://oatda.com/api/v1/llm/image" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OATDA_API_KEY" \ -d '{- Confidence
- 90% confidence
- Finding
- This skill sends user-supplied image content and prompts to an external third-party service over the network. External transmission is expected for this skill’s function, but it still poses a real confidentiality risk because sensitive images, screenshots, or embedded data may be disclosed to OATDA and downstream model providers.
