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 '{ "searchKeywords": ["best personal finance tools", "personal finance review"], "maxResults": 50, "type": "video"- Confidence
- 90% confidence
- Finding
- The referenced https://api.apify.com endpoint is an external network destination, so use of this skill results in data leaving the local environment. In context this is expected functionality, but it still creates a real privacy and credential-handling risk because the example sends requests to a third party using a URL that contains the API token.
