Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security checks across malware telemetry and agentic risk
This skill is a disclosed local proxy for sending OpenClaw model requests through a user-configured Azure OpenAI endpoint.
Install this only if you intend OpenClaw prompts and Azure API keys to pass through this local proxy to your Azure OpenAI resource. Keep the bind address at 127.0.0.1 unless you deliberately want network exposure, protect the OpenClaw config containing the API key, and enable a systemd service only if you want the proxy to keep running across sessions.
# Enable and start systemctl --user daemon-reload systemctl --user enable azure-proxy systemctl --user start azure-proxy ```
Copy the template and configure: ```bash mkdir -p ~/.config/systemd/user cp scripts/azure-proxy.service ~/.config/systemd/user/ # Edit the service file with your Azure details
65/65 vendors flagged this skill as clean.