扫描报告
0 /100
hive-builder
Architecture and scaffolding skill for building Hive-style multi-agent systems in OpenClaw
Pure documentation/scaffolding skill with no executable code, network access, or credential handling. Well-documented safety boundaries and explicit disclaimers about what this skill is and isn't.
可以安装
This skill is safe to use. No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: Only reads existing files to understand workspace state; creates new f… |
| 网络访问 | NONE | NONE | — | No network requests in any files |
| 命令执行 | NONE | NONE | — | No shell scripts or subprocess calls in any files |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | Mentions other hive-* skills but only as documentation, not actual invocation |
目录结构
6 文件 · 24.4 KB · 748 行 Markdown 5f · 743L
JSON 1f · 5L
├─
▾
templates
│ ├─
00-base-roles.md
Markdown
│ └─
README.md
Markdown
├─
_meta.json
JSON
├─
HIVE-合规专员-扩员.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Pure markdown/documentation skill with no executable code
✓ Comprehensive SKILL.md with clear safety boundaries and disclaimers
✓ Explicitly separates installation from activation
✓ Safe adoption rules clearly documented for existing workspace mode
✓ No shell scripts, Python, or JavaScript files present
✓ No network requests or external dependencies
✓ Mentions other hive-* skills as documentation only, not as runtime dependencies
✓ No credential harvesting, key exfiltration, or sensitive path access
✓ Templates are clearly labeled as planning materials, not deployment scripts