External Transmission
Medium
- Category
- Data Exfiltration
- Content
try: print(f"正在生成语音...", file=sys.stderr) resp = requests.post(url, headers=headers, json=data, timeout=60) resp.raise_for_status() result = resp.json()- Confidence
- 88% confidence
- Finding
- The function sends arbitrary user-provided text and an API credential to a third-party TTS endpoint. In a skill context, this can expose sensitive prompts or user data to an external provider if callers pass secrets, and the script provides no consent notice, redaction, or data-classification guardrails.
