ClawAudit verdict
agent-comm-hub
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.
Findings (14)
Possible hardcoded credential
docs/README_EN.md · code · token: "your-api-token
HTTP request to bare IP address — common in malicious payloads
HERMES-SETUP.md · code · http://192.168.1.100
Accesses sensitive system files
tests/security_utils.py · prose · downgraded · /etc/passwd
Prompt injection — tries to override agent instructions
tests/test-phase3-day5.py · prose · downgraded · Ignore all previous instructions
Dynamic import() — loads module at runtime
client-sdk/agent-client.js · prose · downgraded · import("
Opens WebSocket connection
docs/README_EN.md · code · websocket
subprocess execution — runs system commands from Python
scripts/hub_task_runner.py · prose · downgraded · subprocess.run(
Uses exec() — may execute shell commands
src/db.js · prose · downgraded · exec(
os.system/popen — direct OS command execution
tests/test-phase2-day1.py · prose · downgraded · os.system(
Python urllib.request — network access
client-sdk/hub_client.py · prose · downgraded · urllib.request
Python os.getenv — reads environment variable
scripts/hub_task_runner.py · prose · downgraded · os.getenv(
Base64 encoding/decoding
SECURITY.md · prose · downgraded · Base64-encode
Accesses sensitive environment variables
src/stdio.js · prose · downgraded · process.env.HUB_AUTH_TOKEN
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?
Thanks — recorded.