Tainted flow: 'req' from os.environ.get (line 114, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
last_err = None for attempt in range(RETRY_TIMES + 1): try: with urlopen(req, timeout=timeout_sec) as resp: time.sleep(REQUEST_SLEEP_SEC) raw = resp.read().decode("utf-8") return (json.loads(raw), None)- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
