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.png" | jq -r '.tool_result.data.file_id') ```
- Confidence
- 97% confidence
- Finding
- This step uploads a local image file to a third-party server, which is an external data transmission of potentially sensitive user content. Although the skill discloses the data flow and the transfer is necessary for the feature, it still creates privacy and confidentiality risk if users provide documents containing proprietary or personal information.
