Tainted flow: 'VOLC_TTS_URL' from os.environ.get (line 22, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
} print(f"Generating voice for: {text}") response = requests.post(VOLC_TTS_URL, headers=headers, json=payload, timeout=60) if response.ok: result = response.json()- Confidence
- 97% confidence
- Finding
- response = requests.post(VOLC_TTS_URL, headers=headers, json=payload, timeout=60)
