exec() call detected
High
- Category
- Dangerous Code Execution
- Content
# 执行脚本获取命名空间 qieman_ns = {} with open(scripts_path / "qieman-mcp-query.py", 'r', encoding='utf-8') as f: exec(f.read(), qieman_ns) encrypt_ns = {} with open(scripts_path / "encrypt-holdings.py", 'r', encoding='utf-8') as f:- Confidence
- 95% confidence
- Finding
- exec(f.read(), qieman_ns)
