可信 — 风险评分 0/100
上次扫描:22 小时前 重新扫描
0 /100
cli-tool-template
OpenClaw workspace template for CLI tool development — provides agent identity, workspace conventions, and development workflow templates
This is a pure documentation/template repository for CLI tool development with zero executable code, no scripts, no dependencies, and no sensitive operations of any kind.
技能名称cli-tool-template
分析耗时22.4s
引擎pi
可以安装
Approve for use. This skill contains only Markdown template files with no executable content.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No code, only Markdown templates
网络访问 NONE NONE No network requests in any file
命令执行 NONE NONE No shell scripts or subprocess calls
环境变量 NONE NONE No environment variable access
技能调用 NONE NONE No skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database access

目录结构

8 文件 · 25.5 KB · 857 行
Markdown 8f · 857L
├─ 📁 templates
│ ├─ 📝 AGENTS.md Markdown 275L · 9.0 KB
│ ├─ 📝 HEARTBEAT.md Markdown 64L · 1.9 KB
│ ├─ 📝 IDENTITY.md Markdown 72L · 2.1 KB
│ ├─ 📝 SOUL.md Markdown 87L · 2.6 KB
│ └─ 📝 USER.md Markdown 70L · 2.1 KB
├─ 📝 CHANGELOG.md Markdown 12L · 585 B
├─ 📝 README.md Markdown 145L · 3.6 KB
└─ 📝 SKILL.md Markdown 132L · 3.7 KB

安全亮点

✓ Zero executable code — all 8 files are Markdown documentation/templates
✓ No scripts, no shell commands, no subprocess calls
✓ No network requests or external communications
✓ No credential or environment variable access
✓ No obfuscation or base64-encoded payloads
✓ No sensitive file path access
✓ No dependencies to audit (no requirements.txt, package.json, etc.)
✓ Clean workspace conventions in AGENTS.md emphasize safety (e.g., 'trash > rm', ask before destructive actions)
✓ Memory management is clearly scoped to local workspace only