Scan Report
5 /100
claw-local-knowledge
本地知识库技能,用于添加和检索知识。
Pure documentation-based skill with no executable code. All operations are scoped to a local knowledge base directory with no network access, credential handling, or shell execution.
Safe to install
This skill is safe to use. No security concerns identified. The bash commands documented are for human operator setup, not AI execution.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ,WRITE | READ,WRITE | ✓ Aligned | SKILL.md: All file ops scoped to .openclaw/workspace/memory/ |
| Network | NONE | NONE | — | No network requests documented or implemented |
| Shell | NONE | NONE | — | Bash commands in docs are for human setup, not AI execution |
| Environment | NONE | NONE | — | No environment variable access documented |
| Skill Invoke | READ | READ | ✓ Aligned | SKILL.md: References officecli skills for document conversion |
File Tree
5 files · 12.4 KB · 403 lines Markdown 5f · 403L
├─
▾
references
│ ├─
add_knowledge.md
Markdown
│ └─
retrieval_knowledge.md
Markdown
├─
README_zh.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable code - purely documentation-based skill
✓ All file operations scoped to specific .openclaw/workspace/ subdirectories
✓ No network requests or external communications
✓ No credential or sensitive data access
✓ Clear documentation of file flow and directory structure
✓ No hidden functionality detected