Scan Report
0 /100
Claude Code Enhancement
基于Claude Code架构设计的多Agent协作系统,包含协调器、权限系统、记忆系统和工作流管理
Claude Code Enhancement 是一个功能完整的多Agent协作框架,所有代码均为标准Python库实现,无任何恶意行为或敏感操作。
Safe to install
可直接使用
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | memory/memory.py:56 读写 ~/.openclaw/workspace/memory/ |
| Shell | NONE | NONE | — | 无subprocess或os.system调用 |
| Network | NONE | NONE | — | 无urllib/requests/httpx等网络请求 |
| Environment | NONE | NONE | — | 无os.environ遍历 |
13 findings
Medium External URL 外部 URL
https://img.shields.io/badge/OpenClaw-增强组件-blue?style=for-the-badge&logo=rocket README.md:4 Medium External URL 外部 URL
https://img.shields.io/badge/Version-1.0.0-green?style=for-the-badge README.md:5 Medium External URL 外部 URL
https://img.shields.io/badge/Python-3.12+-yellow?style=for-the-badge README.md:6 Medium External URL 外部 URL
https://img.shields.io/badge/版本-1.0.0-green?style=for-the-badge SKILL.md:5 Medium External URL 外部 URL
https://img.shields.io/badge/许可证-MIT-orange?style=for-the-badge SKILL.md:7 Medium External URL 外部 URL
https://streak-stats.demolab.com?user=ntaffffff&theme=dark&hide_border=true SKILL.md:18 Medium External URL 外部 URL
https://img.shields.io/badge/安全-企业级-red?style=for-the-badge SKILL.md:74 Medium External URL 外部 URL
https://img.shields.io/badge/记忆-永久保存-blue?style=for-the-badge SKILL.md:110 Medium External URL 外部 URL
https://img.shields.io/badge/进度-可视化-green?style=for-the-badge SKILL.md:141 Medium External URL 外部 URL
https://contributors-img.web.app/image?repo=ntaffffff/openclaw-claude-code-enhancement SKILL.md:287 Medium External URL 外部 URL
https://img.shields.io/badge/许可证-MIT-blue?style=for-the-badge SKILL.md:307 Medium External URL 外部 URL
https://img.shields.io/github/stars/ntaffffff/openclaw-claude-code-enhancement?style=social SKILL.md:320 Medium External URL 外部 URL
https://img.shields.io/github/forks/ntaffffff/openclaw-claude-code-enhancement?style=social SKILL.md:323 File Tree
9 files · 75.4 KB · 2499 lines Python 7f · 1903L
Markdown 2f · 596L
├─
▾
agent
│ └─
agent_tool.py
Python
├─
▾
coordinator
│ └─
coordinator.py
Python
├─
▾
memory
│ └─
memory.py
Python
├─
▾
permission
│ └─
permission.py
Python
├─
▾
workflow
│ └─
workflow.py
Python
├─
main.py
Python
├─
nlp_parser.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 代码结构清晰,模块化设计良好
✓ 仅使用标准Python库(json, os, asyncio, pathlib, dataclasses)
✓ 无外部网络请求
✓ 无凭证收集或敏感信息访问
✓ 无远程代码执行能力
✓ 记忆系统仅操作本地~/.openclaw目录
✓ 权限系统仅在内存中管理,不涉及系统权限修改