External Transmission
Medium
- Category
- Data Exfiltration
- Content
**REST API fallback:** ```bash curl -X POST \ "https://api.apify.com/v2/acts/apidojo~tiktok-scraper/runs?token=$APIFY_TOKEN" \ -H "Content-Type: application/json" \ -d '{- Confidence
- 93% confidence
- Finding
- The skill explicitly instructs users to transmit data to an external API and embeds the APIFY_TOKEN in a URL query string. Sending tokens in URLs is risky because URLs are commonly captured in shell history, logs, proxies, monitoring tools, and error messages, which can expose the credential and enable unauthorized use of the Apify account.
