External Transmission
Medium
- Category
- Data Exfiltration
- Content
# Discover TTS voices, then synthesize an MP3. curl -s $TALKIES_URL/v1/audio/voices | jq curl -s $TALKIES_URL/v1/audio/speech \ -H "Content-Type: application/json" \ -d '{ "model": "kokoro-82m",- Confidence
- 95% confidence
- Finding
- This TTS example sends arbitrary input text to an operator-configured remote service via $TALKIES_URL, which can exfiltrate sensitive user content if the endpoint is untrusted or misconfigured. The skill context makes this more significant because the documented purpose is to transmit audio/text to a speech server, and the server may also retain or further process that data.
