Tainted flow: 'req' from os.environ.get (line 270, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
req = urllib.request.Request(url, headers={"Authorization": auth_header}) try: with urllib.request.urlopen(req) as resp: content = resp.read().decode() try: return json.loads(content)- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
