External Transmission
Medium
- Category
- Data Exfiltration
- Content
**REST API fallback:** ```bash curl -X POST \ "https://api.apify.com/v2/acts/apidojo~youtube-scraper/runs?token=$APIFY_TOKEN" \ -H "Content-Type: application/json" \ -d '{"searchTerms": "https://www.youtube.com/@[COMPETITOR_CHANNEL]", "maxItems": 100}'- Confidence
- 92% confidence
- Finding
- This command sends user-supplied search terms and an authentication token to an external API endpoint, creating both data egress and credential-exposure risk. Passing the token in the URL is especially risky because URLs are commonly captured in shell history, logs, proxies, and monitoring systems.
