External Transmission
Medium
- Category
- Data Exfiltration
- Content
**REST API fallback (run one at a time):** ```bash # Instagram curl -X POST "https://api.apify.com/v2/acts/apidojo~instagram-scraper/runs?token=$APIFY_TOKEN" -H "Content-Type: application/json" -d '{"keywords": ["#italianrecipes", "#italianfood"], "maxItems": 100}' # TikTok curl -X POST "https://api.apify.com/v2/acts/apidojo~tiktok-scraper/runs?token=$APIFY_TOKEN" -H "Content-Type: application/json" -d '{"keywords": ["#italianrecipes", "#foodtok"], "maxItems": 200}'- Confidence
- 80% confidence
- Finding
- This finding reflects the hardcoded use of the external Apify API endpoint in the skill workflow, which means the skill is designed to export search terms and collected social-media-related data off-platform. In this context that is expected functionality, but it still represents a real data egress path that could expose user-supplied queries or operational metadata to a third party.
