External Transmission
Medium
- Category
- Data Exfiltration
- Content
### REST API fallback ```bash curl -X POST "https://api.apify.com/v2/acts/apidojo~twitter-profile-scraper/runs" \ -H "Authorization: Bearer $APIFY_TOKEN" \ -H "Content-Type: application/json" \ -d '{"twitterHandles": ["elonmusk"], "maxItems": 100}'- Confidence
- 83% confidence
- Finding
- The hardcoded Apify API endpoint confirms that the skill depends on a third-party network service, creating a trust and data exposure boundary. Although this is aligned with the skill's purpose, it remains security-relevant because requests containing handles, URLs, and filters are disclosed externally and may expose investigative interests or usage patterns.
