claw-agent-creator-archit
Facilitates the creation and management of OpenClaw agents, covering their full lifecycle from setup to configuration and debugging.
Install this skill
or
76/100
Security score
The claw-agent-creator-archit skill was audited on Feb 16, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 6
Access to hidden dotfiles in home directory
SourceSKILL.md
| 6 | in ~/.openclaw/. Covers the full lifecycle: directory creation, workspace files (SOUL.md, |
medium line 16
Access to hidden dotfiles in home directory
SourceSKILL.md
| 16 | Create and configure agents for Arch's OpenClaw multi-agent system at `~/.openclaw/`. |
medium line 23
Access to hidden dotfiles in home directory
SourceSKILL.md
| 23 | - **Existing agents**: Check `~/.openclaw/openclaw.json` → `agents.list[]` for current roster |
medium line 24
Access to hidden dotfiles in home directory
SourceSKILL.md
| 24 | - **Implementation history**: See `~/.openclaw/implementation-docs/` for the Wire agent reference implementation |
low line 49
Access to hidden dotfiles in home directory
SourceSKILL.md
| 49 | cp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.backup.$(date +%Y%m%d%H%M%S) |
low line 55
Access to hidden dotfiles in home directory
SourceSKILL.md
| 55 | mkdir -p ~/.openclaw/workspace-<agent_id>/memory |
low line 56
Access to hidden dotfiles in home directory
SourceSKILL.md
| 56 | mkdir -p ~/.openclaw/agents/<agent_id>/agent |
low line 119
Access to hidden dotfiles in home directory
SourceSKILL.md
| 119 | jq -r '.bindings[] | select(.agentId == "<agent_id>") | .match.peer.id' ~/.openclaw/openclaw.json |
Scanned on Feb 16, 2026
View Security Dashboard