Tainted flow: 'req' from os.environ.get (line 243, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
openclaw_endpoint, data=data, headers={"Content-Type": "application/json"}, ) urllib.request.urlopen(req, timeout=5) except Exception as e: print(f"[notify] OpenClaw notify failed: {e}", file=sys.stderr)- Confidence
- 95% confidence
- Finding
- urllib.request.urlopen(req, timeout=5)
