External Transmission
Medium
- Category
- Data Exfiltration
- Content
**REST API fallback:** ```bash curl -X POST \ "https://api.apify.com/v2/acts/apidojo~tweet-scraper/runs?token=$APIFY_TOKEN" \ -H "Content-Type: application/json" \ -d '{"searchTerms": ["investing in [SECTOR]", "excited about [SECTOR]", "looking for [SECTOR] startups", "portfolio company [SECTOR]"], "maxItems": 100}'- Confidence
- 95% confidence
- Finding
- This example transmits the APIFY_TOKEN to an external API in the URL query string, which is prone to leakage through shell history, terminal scrollback, proxy logs, browser/server logs, and process inspection. The external transmission is expected for the skill's function, but embedding the secret in the URL makes the pattern materially less safe than necessary.
