External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash BASE="https://ai-tools.camscanner.com" IN_FILE_ID=$(curl -sS -X POST "$BASE/v1/tools/upload_file/execute" \ -H "Content-Type: application/octet-stream" \ --data-binary "@/path/to/image.jpg" | jq -r '.tool_result.data.file_id') ```
- Confidence
- 97% confidence
- Finding
- This code uploads a local image file to an external third-party service, which is a real data exfiltration boundary even if it is the intended function of the skill. The risk is contextual rather than covert: sensitive photos or documents may be transmitted off-platform, and users may not fully understand the privacy implications despite the notice in the skill.
