os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
persona = "回复要简短、干脆,不带句号,用词口语化,像哥们一样聊天,语气轻松。" # Kill any existing instances os.system("pkill -9 -f wechat-auto-reply/monitor_main.py") script_path = os.path.expanduser("~/.openclaw/workspace/skills/wechat-auto-reply/monitor_main.py") cmd = ["python3", script_path, "--targets", targets, "--persona", persona, "--interval", "60"]- Confidence
- 91% confidence
- Finding
- os.system("pkill -9 -f wechat-auto-reply/monitor_main.py")
