os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
def _kill_proc_tree(pid): try: os.system(f"pkill -P {pid} 2>/dev/null") except: pass try:- Confidence
- 97% confidence
- Finding
- os.system(f"pkill -P {pid} 2>/dev/null")
Security audit
Security checks across malware telemetry and agentic risk
This skill sets up a local Mac knowledge-base workflow with disclosed document parsing, dependency installation, scheduled analysis, and optional Feishu notifications.
Install only if you are comfortable allowing this skill to parse files placed in ~/.openclaw/workspace/knowledge, install local dependencies, enable OpenClaw exec/process tools, and create scheduled jobs. Avoid placing confidential files in the knowledge directory unless you are comfortable with plaintext summaries and possible Feishu delivery, or skip/remove the Feishu cron setup.
def _kill_proc_tree(pid):
try:
os.system(f"pkill -P {pid} 2>/dev/null")
except:
pass
try:65/65 vendors flagged this skill as clean.
No suspicious patterns detected.