Tainted flow: 'PROFILE_DIR' from os.environ.get (line 23, credential/environment) → subprocess.run (code execution)
Medium
- Category
- Data Flow
- Content
pass # Restart only the OpenClaw profile Chrome so normal personal Chrome windows are left alone. subprocess.run(["pkill", "-f", str(PROFILE_DIR)], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) time.sleep(2) for name in ("SingletonLock", "SingletonSocket", "SingletonCookie"): try:- Confidence
- 83% confidence
- Finding
- subprocess.run(["pkill", "-f", str(PROFILE_DIR)], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
