External Transmission
Medium
- Category
- Data Exfiltration
- Content
When the user asks to analyze a symbol, construct a basic request: ```bash curl -s -X POST https://gptchart.ai/api/v2/crypto/analyze \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $GPTCHART_API_KEY" \ -d '{- Confidence
- 93% confidence
- Finding
- This skill is designed to exfiltrate user-provided analysis inputs to an external service by making HTTPS POST requests to GPTChart.ai with the user's API key. In context this is expected functionality, but it still creates a real data-transfer boundary: symbols, custom prompts, strategy IDs, and other request content are disclosed to a third party, and the call can also spend the user's paid credits.
