agent-zero-bridge
Facilitates complex coding and research tasks by delegating to the Agent Zero framework, enabling autonomous execution and progress tracking.
Install this skill
or
80/100
Security score
The agent-zero-bridge skill was audited on May 24, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 28
Access to hidden dotfiles in home directory
SourceSKILL.md
| 28 | cp -r <this-skill-folder> ~/.clawdbot/skills/agent-zero-bridge |
low line 31
Access to hidden dotfiles in home directory
SourceSKILL.md
| 31 | cd ~/.clawdbot/skills/agent-zero-bridge |
medium line 60
Access to hidden dotfiles in home directory
SourceSKILL.md
| 60 | Add to `~/.clawdbot/clawdbot.json`: |
low line 32
Access to .env file
SourceSKILL.md
| 32 | cp .env.example .env |
medium line 35
Access to .env file
SourceSKILL.md
| 35 | ### 3. Configure .env |
low line 53
Access to .env file
SourceSKILL.md
| 53 | runtime_id = "your_A0_PERSISTENT_RUNTIME_ID" # from A0's .env |
low line 77
Access to .env file
SourceSKILL.md
| 77 | docker cp .env <container>:/a0/bridge/ |
low line 78
Access to .env file
SourceSKILL.md
| 78 | docker exec <container> sh -c 'echo "DOCKER_CONTAINER=true" >> /a0/bridge/.env' |
low line 55
Base64 decode operation
SourceSKILL.md
| 55 | token = base64.urlsafe_b64encode(hash_bytes).decode().replace("=", "")[:16] |
low line 38
External URL reference
SourceSKILL.md
| 38 | A0_API_URL=http://127.0.0.1:50001 |
low line 42
External URL reference
SourceSKILL.md
| 42 | CLAWDBOT_API_URL=http://127.0.0.1:18789 |
low line 46
External URL reference
SourceSKILL.md
| 46 | CLAWDBOT_API_URL_DOCKER=http://192.168.1.x:18789 |
Scanned on May 24, 2026
View Security DashboardGitHub Stars 602
Rate this skill
Categorydevelopment
UpdatedJune 13, 2026
sundial-org/awesome-openclaw-skills