Scan Report
5 /100
openclaw-role-configurator
OpenClaw 角色配置助手 - 帮你轻松完成 OpenClaw 的角色配置,是每个新用户的第一个 skill
This is a benign OpenClaw role configurator skill providing guided role setup with 21 preset templates and SOUL.md file generation. No malicious behavior detected.
Safe to install
This skill is safe to use. No security concerns identified.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Non-existent script referenced in documentation | SKILL.md:175 |
| Low | Default workspace path uses root directory | scripts/config_writer.py:12 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | scripts/template_manager.py:21 and scripts/config_writer.py:18 read JSON files |
| Filesystem | WRITE | WRITE | ✓ Aligned | scripts/config_writer.py:34 writes SOUL.md to workspace |
File Tree
8 files · 28.5 KB · 816 lines Markdown 2f · 331L
JSON 3f · 296L
Python 3f · 189L
├─
▾
data
│ ├─
role_templates.json
JSON
│ └─
skill_recommendations.json
JSON
├─
▾
scripts
│ ├─
config_writer.py
Python
│ ├─
skill_recommender.py
Python
│ └─
template_manager.py
Python
├─
_meta.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No shell execution or subprocess usage
✓ No credential harvesting or environment variable enumeration
✓ No network requests or external IP connections
✓ No base64 encoding or obfuscation techniques
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No remote script execution (curl|bash, wget|sh)
✓ No hidden functionality not declared in documentation
✓ No data exfiltration observed
✓ All file operations are scoped to the OpenClaw workspace
✓ Code is simple and straightforward with no obfuscation