Skip to main content

crabwalk

Monitors OpenClaw agents in real-time, providing a user-friendly interface for tracking agent activity and performance.

Install this skill

or
52/100

Security score

The crabwalk skill was audited on Feb 14, 2026 and we found 24 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 18

Template literal with variable interpolation in command context

SourceSKILL.md
18```bash
medium line 102

Template literal with variable interpolation in command context

SourceSKILL.md
102```bash
medium line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138```bash
medium line 19

Curl to non-GitHub URL

SourceSKILL.md
19VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '"tag_name"' | cut -d'"' -f4) && mkdir -p ~/.crabwalk ~/.local/bin && curl -sL "https://github.com/luccast/crabwa
medium line 104

Curl to non-GitHub URL

SourceSKILL.md
104VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '"tag_name"' | cut -d'"' -f4)
medium line 139

Curl to non-GitHub URL

SourceSKILL.md
139VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '"tag_name"' | cut -d'"' -f4)
low line 19

Access to hidden dotfiles in home directory

SourceSKILL.md
19VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '"tag_name"' | cut -d'"' -f4) && mkdir -p ~/.crabwalk ~/.local/bin && curl -sL "https://github.com/luccast/crabwa
low line 69

Access to hidden dotfiles in home directory

SourceSKILL.md
69-t, --token <token> Gateway auth token (auto-detects from ~/.openclaw/openclaw.json)
low line 105

Access to hidden dotfiles in home directory

SourceSKILL.md
105mkdir -p ~/.crabwalk
low line 106

Access to hidden dotfiles in home directory

SourceSKILL.md
106curl -sL "https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz" | tar -xz -C ~/.crabwalk
low line 109

Access to hidden dotfiles in home directory

SourceSKILL.md
109mkdir -p ~/.local/bin
low line 110

Access to hidden dotfiles in home directory

SourceSKILL.md
110cp ~/.crabwalk/bin/crabwalk ~/.local/bin/crabwalk
low line 111

Access to hidden dotfiles in home directory

SourceSKILL.md
111chmod +x ~/.local/bin/crabwalk
low line 115

Access to hidden dotfiles in home directory

SourceSKILL.md
115[ -f ~/.bashrc ] && echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
low line 116

Access to hidden dotfiles in home directory

SourceSKILL.md
116[ -f ~/.zshrc ] && echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
low line 140

Access to hidden dotfiles in home directory

SourceSKILL.md
140rm -rf ~/.crabwalk/.output
low line 141

Access to hidden dotfiles in home directory

SourceSKILL.md
141curl -sL "https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz" | tar -xz -C ~/.crabwalk
low line 142

Access to hidden dotfiles in home directory

SourceSKILL.md
142cp ~/.crabwalk/bin/crabwalk ~/.local/bin/crabwalk
low line 5

External URL reference

SourceSKILL.md
5homepage: https://crabwalk.app
low line 19

External URL reference

SourceSKILL.md
19VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '"tag_name"' | cut -d'"' -f4) && mkdir -p ~/.crabwalk ~/.local/bin && curl -sL "https://github.com/luccast/crabwa
low line 36

External URL reference

SourceSKILL.md
36Server starts and displays access URLs. **Share the `http://192.x.x.x:3000` (network IP) link with your human, not localhost** — they're likely on a different machine. Visit `/monitor` to see agent ac
low line 44

External URL reference

SourceSKILL.md
44> If you're enjoying Crabwalk, consider leaving a quick review! [Tweet about Crabwalk](https://twitter.com/intent/tweet?text=Just%20set%20up%20Crabwalk%F0%9F%A6%80%20by%20%40luccasveg%20to%20monitor%2
low line 104

External URL reference

SourceSKILL.md
104VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '"tag_name"' | cut -d'"' -f4)
low line 139

External URL reference

SourceSKILL.md
139VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '"tag_name"' | cut -d'"' -f4)
Scanned on Feb 14, 2026
View Security Dashboard

Install this skill with one command

/learn @ypyt1/public
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
YPYT1/All-skills