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
- 96% confidence
- Finding
- os.system(f"pkill -P {pid} 2>/dev/null")
Security audit
Security checks across malware telemetry and agentic risk
The skill appears to perform its stated knowledge-base setup work, but it also enables broad command execution, scheduled background processing, and Feishu delivery of document-derived content with limited scoping and cleanup controls.
Review this skill before installing if your knowledge directory may contain confidential documents. Prefer running setup without a Feishu user ID until you have checked the scripts, enable exec/process only if you accept host command execution, and add your own exclusions, backups, and cron removal steps before turning on unattended daily processing.
def _kill_proc_tree(pid):
try:
os.system(f"pkill -P {pid} 2>/dev/null")
except:
pass
try:echo " 知识库 + RAG 搜索系统 安装脚本 v2.0" echo "==========================================" # 1. Create directories echo "[1/8] 创建目录结构..." mkdir -p ~/.openclaw/workspace/knowledge/.analysis/summaries/archives mkdir -p ~/.openclaw/workspace/knowledge/temp_docs
VirusTotal findings are pending for this skill version.
No suspicious patterns detected.