exec() call detected
High
- Category
- Dangerous Code Execution
- Content
os.chdir(OUTPUT_DIR) # --- 3. 执行代码 --- exec(processed_code, exec_globals) # 恢复工作目录 os.chdir(original_cwd)- Confidence
- 99% confidence
- Finding
- exec(processed_code, exec_globals)
Security audit
Security checks across malware telemetry and agentic risk
This PPT skill is purpose-aligned, but it lets the agent automatically run unrestricted Python code on the user's machine.
Install only if you are comfortable with an assistant running generated Python locally. Use a sandbox, VM, or container, review the generated code before execution, restrict network and filesystem access where possible, and pin or update dependencies before relying on it.
os.chdir(OUTPUT_DIR)
# --- 3. 执行代码 ---
exec(processed_code, exec_globals)
# 恢复工作目录
os.chdir(original_cwd)mcp>=1.6.0 python-pptx>=0.6.21
mcp>=1.6.0 python-pptx>=0.6.21
66/66 vendors flagged this skill as clean.
No suspicious patterns detected.