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/document.pdf" | jq -r '.tool_result.data.file_id') ```
- Confidence
- 96% confidence
- Finding
- This command uploads a local PDF to a third-party server, which is a genuine data egress event. Although the skill discloses the behavior, sending potentially sensitive local documents off-device creates confidentiality and compliance risk if invoked on private files.
