Tainted flow: 'url' from os.getenv (line 195, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
print(f"Style: {style_preset}") try: response = requests.post(url, headers=headers, json=body, timeout=120) if response.status_code == 401: print("Error: Invalid API key. Check your STABILITY_API_KEY.")- Confidence
- 95% confidence
- Finding
- response = requests.post(url, headers=headers, json=body, timeout=120)
