ClawAudit verdict

zulip-bridge

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Zulip bridge skill providing messaging and stream monitoring via the OpenClaw Zulip plugin; requires explicit admin flag for destructive actions and respects mention-gating by default.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

15
security
100
transparency
100
maintenance

Findings (8)

Pattern match high

Possible hardcoded credential

test/accounts.test.ts · prose · downgraded · API_KEY = "env-api-key

Pattern match high

Accesses sensitive system files

test/path-traversal.test.ts · prose · downgraded · /etc/passwd

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

References child_process — can spawn system processes

scripts/check-bootstrap.js · prose · downgraded · child_process

Pattern match medium

Uses exec() — may execute shell commands

src/actions.ts · prose · downgraded · exec(

Pattern match medium

Gopher protocol — SSRF attack vector

src/zulip/probe.ts · prose · downgraded · gopher://

Pattern match low

Accesses sensitive environment variables

src/setup-surface.ts · prose · downgraded · process.env.ZULIP_API_KEY

Pattern match low

Opens WebSocket connection

types/openclaw-plugin-sdk.d.ts · prose · downgraded · WebSocket

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API