External Transmission
Medium
- Category
- Data Exfiltration
- Content
If the user has an AShareHub API key, switch to direct API calls: ```bash # Example: fetch market daily data curl -s "https://api.asharehub.com/v1/market/daily?ts_code=000001.SZ&start_date=2026-05-20" \ -H "Authorization: Bearer $ASHAREHUB_API_KEY" ```
- Confidence
- 50% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
