Scan Report
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.
Safe to install
Approve for use. This skill contains only Markdown template files with no executable content.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No code, only Markdown templates |
| Network | NONE | NONE | — | No network requests in any file |
| Shell | NONE | NONE | — | No shell scripts or subprocess calls |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
8 files · 25.5 KB · 857 lines Markdown 8f · 857L
├─
▾
templates
│ ├─
AGENTS.md
Markdown
│ ├─
HEARTBEAT.md
Markdown
│ ├─
IDENTITY.md
Markdown
│ ├─
SOUL.md
Markdown
│ └─
USER.md
Markdown
├─
CHANGELOG.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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