subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
print(f"🔍 正在检测 {SKILL_NAME} 最新版本...\n") try: result = subprocess.run( ["clawhub", "update", SKILL_NAME], capture_output=True, text=True,- Confidence
- 93% confidence
- Finding
- result = subprocess.run( ["clawhub", "update", SKILL_NAME], capture_output=True, text=True, timeout=60 )
