CodeReview/backend/app/services/agent/tools
lintsinghua 189274fd56 feat(sandbox): 重构安全工具以使用沙箱环境执行
重构所有安全工具(Semgrep, Bandit等)使用Docker沙箱环境执行,提升安全隔离性
更新Dockerfile基础镜像并集成常用安全扫描工具
添加沙箱管理器的工具命令执行方法,支持资源限制和临时文件系统
2025-12-14 00:07:04 +08:00
..
__init__.py feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
agent_tools.py feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00
base.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
code_analysis_tool.py feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
external_tools.py feat(sandbox): 重构安全工具以使用沙箱环境执行 2025-12-14 00:07:04 +08:00
file_tool.py feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00
finish_tool.py feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
pattern_tool.py feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
rag_tool.py feat: Introduce structured agent collaboration with `TaskHandoff` and `analysis_v2` agent, updating core agent logic, tools, and audit UI. 2025-12-11 23:29:04 +08:00
reporting_tool.py feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00
sandbox_tool.py feat(sandbox): 重构安全工具以使用沙箱环境执行 2025-12-14 00:07:04 +08:00
smart_scan_tool.py feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
thinking_tool.py feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00