Tainted flow: 'req' from os.getenv (line 118, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method='POST' ) with urllib.request.urlopen(req, timeout=30) as resp: result = json.loads(resp.read().decode('utf-8')) if result.get("code") == 0: print("✅ 飞书推送成功")- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
