subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
"""获取财经新闻(使用 news-market 技能)""" try: script_path = r"C:\Users\ZhuanZ\.openclaw\workspace\skills\news-market\scripts\news_market.py" result = subprocess.run( ['python', script_path, 'category', '--cat', 'securities', '--limit', str(limit)], capture_output=True, text=True,- Confidence
- 93% confidence
- Finding
- result = subprocess.run( ['python', script_path, 'category', '--cat', 'securities', '--limit', str(limit)], capture_output=True, text=True, time
