moltbot-security
Enhances security for AI agents by hardening gateways, fixing permissions, and implementing authentication measures.
Install this skill
Security score
The moltbot-security skill was audited on Mar 8, 2026 and we found 15 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Piping content to sh shell
| 198 | curl -fsSL https://tailscale.com/install.sh | sh |
Curl to non-GitHub URL
| 182 | curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - |
Curl to non-GitHub URL
| 198 | curl -fsSL https://tailscale.com/install.sh | sh |
Access to hidden dotfiles in home directory
| 59 | Check your `~/.openclaw/openclaw.json`: |
Access to hidden dotfiles in home directory
| 130 | chmod 700 ~/.openclaw |
Access to hidden dotfiles in home directory
| 131 | chmod 600 ~/.openclaw/openclaw.json |
Access to hidden dotfiles in home directory
| 132 | chmod 700 ~/.openclaw/credentials |
Access to hidden dotfiles in home directory
| 151 | Add to your shell config (`~/.zshrc` or `~/.bashrc`): |
Access to hidden dotfiles in home directory
| 160 | source ~/.zshrc |
External URL reference
| 182 | curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - |
External URL reference
| 186 | **Windows:** Download from [nodejs.org](https://nodejs.org/) |
External URL reference
| 198 | curl -fsSL https://tailscale.com/install.sh | sh |
External URL reference
| 323 | Based on security research by [@NickSpisak_](https://x.com/NickSpisak_) who found 1,673+ exposed gateways on Shodan. |
External URL reference
| 325 | Original article: https://x.com/nickspisak_/status/2016195582180700592 |
External URL reference
| 335 | Built by [@NextXFrontier](https://x.com/NextXFrontier) |