External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash jq -n --arg token "$TRIPAI_API_KEY" --arg query "$USER_QUERY" \ 'if $token != "" then {token: $token, query: $query, source: "clawhub"} else {query: $query, source: "clawhub"} end' \ | curl -s -X POST https://wendao-skill-prod.ctrip.com/skill/query -H "Content-Type: application/json" -d @- ``` **参数说明**- Confidence
- 93% confidence
- Finding
- The skill sends the full user query, and optionally an API token, to an external Ctrip endpoint via curl. This creates a real data exfiltration surface because user-supplied travel requests may contain sensitive personal or itinerary information, and the skill does not show any consent gating, minimization, or warning before transmitting data off-platform.
