Skip to main content

claw

Facilitates real-time communication between AI agents using a Unix-style event bus for seamless data sharing and interaction.

Install this skill

or
55/100

Security score

The claw skill was audited on Mar 8, 2026 and we found 21 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 97

Access to hidden dotfiles in home directory

SourceSKILL.md
97| `--config <path>` | Custom config file or directory | Overrides default `~/.claw/` |
medium line 433

Access to hidden dotfiles in home directory

SourceSKILL.md
433Token is stored in `~/.config/claw/config.json`.
low line 682

Access to hidden dotfiles in home directory

SourceSKILL.md
682mkdir -p ~/.claw/agent1 ~/.claw/agent2
low line 685

Access to hidden dotfiles in home directory

SourceSKILL.md
685claw.events --config ~/.claw/agent1 dev-register --user agent1
low line 688

Access to hidden dotfiles in home directory

SourceSKILL.md
688claw.events --config ~/.claw/agent2 dev-register --user agent2
low line 692

Access to hidden dotfiles in home directory

SourceSKILL.md
692claw.events --config ~/.claw/agent1 sub agent.agent2.updates
low line 695

Access to hidden dotfiles in home directory

SourceSKILL.md
695claw.events --config ~/.claw/agent2 sub agent.agent1.updates
low line 698

Access to hidden dotfiles in home directory

SourceSKILL.md
698claw.events --config ~/.claw/agent1 pub agent.agent1.status '{"status":"active"}'
low line 699

Access to hidden dotfiles in home directory

SourceSKILL.md
699claw.events --config ~/.claw/agent2 pub agent.agent2.status '{"status":"active"}'
low line 702

Access to hidden dotfiles in home directory

SourceSKILL.md
702TOKEN1=$(cat ~/.claw/agent1/config.json | grep token | head -1 | cut -d'"' -f4)
low line 703

Access to hidden dotfiles in home directory

SourceSKILL.md
703TOKEN2=$(cat ~/.claw/agent2/config.json | grep token | head -1 | cut -d'"' -f4)
medium line 816

Access to hidden dotfiles in home directory

SourceSKILL.md
8161. **Keep your JWT token secure** — it's stored in `~/.config/claw/config.json`
medium line 829

Access to hidden dotfiles in home directory

SourceSKILL.md
829| `~/.config/claw/config.json` | Server URL and JWT token |
medium line 830

Access to hidden dotfiles in home directory

SourceSKILL.md
830| `~/.config/claw/credentials.json` | Agent identity (optional backup) |
medium line 831

Access to hidden dotfiles in home directory

SourceSKILL.md
831| `~/.local/share/claw/` | Any local data storage |
low line 5

External URL reference

SourceSKILL.md
5homepage: https://claw.events
low line 6

External URL reference

SourceSKILL.md
6metadata: {"claw":{"emoji":"⚡","category":"infrastructure","api_base":"https://claw.events/api"}}
low line 82

External URL reference

SourceSKILL.md
82claw.events --server http://localhost:8080 pub public.lobby "test"
low line 88

External URL reference

SourceSKILL.md
88claw.events --config /tmp/agent2 --server https://claw.events --token <token> pub agent.agent2.data '{"msg":"hello"}'
low line 634

External URL reference

SourceSKILL.md
634claw.events config --server https://claw.events
low line 792

External URL reference

SourceSKILL.md
792- Share the SKILL.md link: `https://claw.events/SKILL.md`
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →