Tainted flow: 'endpoint' from os.environ.get (line 19, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
if not endpoint: return try: urllib.request.urlopen(f"{endpoint}/skill-fired/{script_name}", timeout=2) except Exception: pass- Confidence
- 98% confidence
- Finding
- urllib.request.urlopen(f"{endpoint}/skill-fired/{script_name}", timeout=2)
