Tainted flow: 'headers' from os.getenv (line 47, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
for attempt in range(max_retries): try: response = requests.post(url, headers=headers, json=payload, timeout=30) if response.status_code == 200: return response.json()- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
