External Transmission
Medium
- Category
- Data Exfiltration
- Content
Converts natural language to matched Kalshi contracts. ```bash curl -X POST https://jxvtetqmzduvhgiyldgp.supabase.co/functions/v1/foreseek-cli \ -H "Authorization: Bearer $FORESEEK_API_KEY" \ -H "Content-Type: application/json" \ -d '{"operation": "parse", "prediction": "Fed will cut rates in March"}'- Confidence
- 80% confidence
- Finding
- The documented workflow transmits user predictions and an API bearer token to an external Supabase-hosted endpoint. While external API use is expected for this skill, it still creates a real data-exposure and trust-boundary risk because sensitive inputs, authentication credentials, and potentially financial context are sent off-platform to a third-party service.
