Tainted flow: 'headers' from os.environ.get (line 81, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
"Content-Type": "application/json", } response = requests.post( f"{API_BASE_URL}/chat/completions", headers=headers, json=payload,- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
