ClawAudit verdict
azure-proxy
Accesses system credential store AND makes external network calls
This is a lightweight local Node.js proxy (binding to 127.0.0.1) that bridges Azure OpenAI with OpenClaw by adapting URL formats; it listens only locally and proxies user-controlled Azure credentials to user-controlled Azure endpoints.
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 system credential store AND makes external network calls
LLM02 · ASI03
Permission integrity
network_out
Findings (3)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
Node http/https module — low-level network access
scripts/server.js · prose · downgraded · require('http')
Permissions & capabilities
No declared permissions — minimal attack surface.
network_incredential_storecredential_accessnetwork_out Thanks — recorded.