Skip to main content

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
28cp -r <this-skill-folder> ~/.clawdbot/skills/agent-zero-bridge
low line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31cd ~/.clawdbot/skills/agent-zero-bridge
medium line 60

Access to hidden dotfiles in home directory

SourceSKILL.md
60Add to `~/.clawdbot/clawdbot.json`:
low line 32

Access to .env file

SourceSKILL.md
32cp .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
53runtime_id = "your_A0_PERSISTENT_RUNTIME_ID" # from A0's .env
low line 77

Access to .env file

SourceSKILL.md
77docker cp .env <container>:/a0/bridge/
low line 78

Access to .env file

SourceSKILL.md
78docker exec <container> sh -c 'echo "DOCKER_CONTAINER=true" >> /a0/bridge/.env'
low line 55

Base64 decode operation

SourceSKILL.md
55token = base64.urlsafe_b64encode(hash_bytes).decode().replace("=", "")[:16]
low line 38

External URL reference

SourceSKILL.md
38A0_API_URL=http://127.0.0.1:50001
low line 42

External URL reference

SourceSKILL.md
42CLAWDBOT_API_URL=http://127.0.0.1:18789
low line 46

External URL reference

SourceSKILL.md
46CLAWDBOT_API_URL_DOCKER=http://192.168.1.x:18789
Scanned on May 24, 2026
View Security Dashboard
Installation guide →