subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
at_utc = at_sh.astimezone(utc) at_iso = at_utc.strftime("%Y-%m-%dT%H:%M:%SZ") name = f"cal-remind-{at_sh.strftime('%Y-%m-%d')}-{_cron_counter}" subprocess.run([ "openclaw", "cron", "add", "--name", name, "--at", at_iso,- Confidence
- 84% confidence
- Finding
- subprocess.run([ "openclaw", "cron", "add", "--name", name, "--at", at_iso, "--delete-after-run", "--message", message, "--announce", "--cha
