Missing User Warnings
Medium
- Confidence
- 91% confidence
- Finding
- 该示例将 human_input_mode 设为 NEVER 并启用代码执行,且 use_docker=False 表示代码可能直接在本地宿主环境运行。虽然这是框架功能演示而非直接恶意逻辑,但缺少显式风险提示会让使用者在不充分理解的情况下复制粘贴,导致执行 LLM 生成或转述的未受信任代码并对本地文件、网络或系统状态产生副作用。
Security checks across malware telemetry and agentic risk
This is a documentation-only AutoGen helper; its risky code-execution examples are visible and purpose-related, but users should sandbox them carefully.
Install in a virtual environment, keep API keys out of code, prefer Docker or another restricted sandbox, and avoid human_input_mode="NEVER" or use_docker=False for untrusted tasks or sensitive projects.
66/66 vendors flagged this skill as clean.