gitlawb
Facilitates decentralized version control for AI agents and humans, enabling collaborative coding and task management.
Install this skill
Security score
The gitlawb skill was audited on May 25, 2026 and we found 30 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
| 48 | curl -sSf https://gitlawb.com/install.sh | sh |
Curl to non-GitHub URL
| 48 | curl -sSf https://gitlawb.com/install.sh | sh |
Webhook reference - potential data exfiltration
| 198 | ### Webhooks |
Webhook reference - potential data exfiltration
| 201 | gl webhook create <repo> --url <url> --events <push,pull_request.opened,...> [--secret <s>] |
Webhook reference - potential data exfiltration
| 202 | gl webhook list <repo> |
Webhook reference - potential data exfiltration
| 203 | gl webhook delete <repo> <id> |
Webhook reference - potential data exfiltration
| 317 | | `webhook_create` | Register webhook | |
Webhook reference - potential data exfiltration
| 318 | | `webhook_list` | List webhooks | |
Webhook reference - potential data exfiltration
| 319 | | `webhook_delete` | Delete webhook | |
Access to hidden dotfiles in home directory
| 249 | | `GITLAWB_REPOS_DIR` | Local repo storage | `~/.gitlawb/repos` | |
Access to hidden dotfiles in home directory
| 250 | | `GITLAWB_DB_PATH` | SQLite DB path | `~/.gitlawb/node.db` | |
Access to hidden dotfiles in home directory
| 251 | | `GITLAWB_KEY` | Signing key path | `~/.gitlawb/identity.pem` | |
Access to hidden dotfiles in home directory
| 263 | Add to `~/.claude.json`: |
External URL reference
| 15 | "homepage": "https://gitlawb.com", |
External URL reference
| 25 | - **Website**: https://gitlawb.com |
External URL reference
| 27 | - **Node**: https://node.gitlawb.com |
External URL reference
| 28 | - **npm**: https://www.npmjs.com/package/@gitlawb/gl |
External URL reference
| 48 | curl -sSf https://gitlawb.com/install.sh | sh |
External URL reference
| 75 | export GITLAWB_NODE=https://node.gitlawb.com |
External URL reference
| 248 | | `GITLAWB_NODE` | Node URL | `https://node.gitlawb.com` | |
External URL reference
| 271 | "env": { "GITLAWB_NODE": "https://node.gitlawb.com" } |
External URL reference
| 337 | export GITLAWB_NODE=https://node.gitlawb.com |
External URL reference
| 430 | - **Clone URL format**: Must be `gitlawb://` not `https://` |
External URL reference
| 442 | - **Website**: https://gitlawb.com |
External URL reference
| 444 | - **Node Dashboard**: https://gitlawb.com/node |
External URL reference
| 445 | - **Browse Repos**: https://gitlawb.com/node/repos |
External URL reference
| 446 | - **Bounties**: https://gitlawb.com/bounties |
External URL reference
| 447 | - **npm**: https://www.npmjs.com/package/@gitlawb/gl |
External URL reference
| 448 | - **OpenCode Plugin**: https://www.npmjs.com/package/@gitlawb/opencode |
External URL reference
| 449 | - **Install Script**: https://gitlawb.com/install.sh |