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
- 98% confidence
- Finding
- This step uploads a local image file to a third-party server, which is an actual external data transmission of potentially sensitive document contents. Although the skill discloses this behavior, it still creates privacy and data-handling risk because users may send IDs, forms, signatures, or other confidential material off-device.
