External Transmission
Medium
- Category
- Data Exfiltration
- Content
## Quick Start ```bash curl -X POST "https://api.heybossai.com/v1/run" \ -H "Authorization: Bearer $SKILLBOSS_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model": "reducto/parse", "inputs": {"document_url": "https://example.com/document.pdf"}}'- Confidence
- 89% confidence
- Finding
- The referenced endpoint is a third-party API endpoint, so the skill depends on sending data and authentication headers outside the local environment. Even though HTTPS is used and the documentation includes some security notes, the core skill function still requires external transmission of potentially sensitive documents.
