Tainted flow: 'headers' from os.environ.get (line 13, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
} try: response = requests.post(url, headers=headers, json=payload) response.raise_for_status() data = response.json()- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
