os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
# Try LCM via openclaw command (if available) try: result = os.popen("lcm_describe 2>/dev/null").read() if result: return result except Exception as e:- Confidence
- 90% confidence
- Finding
- result = os.popen("lcm_describe 2>/dev/null").read()
