ClawAudit verdict

agent-comm-hub

45
🟠 Risky
Significant concerns — only install if you understand the risks

The skill enables real-time communication and context sharing between agents, but also involves network I/O and potential for data exfiltration.

⚠ 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.

0
security
100
transparency
100
maintenance

Findings (14)

Pattern match critical

Possible hardcoded credential

docs/README_EN.md · code · token: "your-api-token

Pattern match high

HTTP request to bare IP address — common in malicious payloads

HERMES-SETUP.md · code · http://192.168.1.100

Pattern match high

Accesses sensitive system files

tests/security_utils.py · prose · downgraded · /etc/passwd

Pattern match high

Prompt injection — tries to override agent instructions

tests/test-phase3-day5.py · prose · downgraded · Ignore all previous instructions

Pattern match medium

Dynamic import() — loads module at runtime

client-sdk/agent-client.js · prose · downgraded · import("

Pattern match medium

Opens WebSocket connection

docs/README_EN.md · code · websocket

Pattern match medium

subprocess execution — runs system commands from Python

scripts/hub_task_runner.py · prose · downgraded · subprocess.run(

Pattern match medium

Uses exec() — may execute shell commands

src/db.js · prose · downgraded · exec(

Pattern match medium

os.system/popen — direct OS command execution

tests/test-phase2-day1.py · prose · downgraded · os.system(

Pattern match low

Python urllib.request — network access

client-sdk/hub_client.py · prose · downgraded · urllib.request

Pattern match low

Python os.getenv — reads environment variable

scripts/hub_task_runner.py · prose · downgraded · os.getenv(

Pattern match low

Base64 encoding/decoding

SECURITY.md · prose · downgraded · Base64-encode

Pattern match low

Accesses sensitive environment variables

src/stdio.js · prose · downgraded · process.env.HUB_AUTH_TOKEN

Pattern match low

Popular HTTP library — network access

tests/test-phase2-day3.py · prose · downgraded · got

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/C/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.

network_in

Is this flag fair?

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