Tainted flow: 'url' from os.getenv (line 77, credential/environment) → requests.get (network output)
Critical
- Category
- Data Flow
- Content
raise RuntimeError("INFERENCE_ENDPOINT_URL is not set in .env") try: resp = requests.get(url, timeout=30) resp.raise_for_status() data = resp.json() records = data.get("records", [])- Confidence
- 91% confidence
- Finding
- resp = requests.get(url, timeout=30)
