ClawAudit verdict
claw-service-hub
hub-client
Accesses credentials AND makes external network calls
A WebSocket-based service hub for subagent communication; credential_access is for the HUB_WS_URL env var to connect to the hub, and network_out/in is for the documented peer-to-peer service discovery and invocation purpose.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
package_install
Findings (5)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://0.0.0.0
Python os.getenv — reads environment variable
SKILL.md · code · os.getenv(
Python aiohttp session — async network access
SKILL.md · code · aiohttp.ClientSession
Opens WebSocket connection
SKILL.md · code · WebSocket
Popular HTTP library — network access
SKILL.md · prose · downgraded · got
Permissions & capabilities
Requires 1 environment variable. Requires 2 system binaries. (1 elevated: pip).
credential_accessnetwork_outpackage_installnetwork_in Thanks — recorded.