This repository contains documentation, scripts, and guides for running OpenClaw on Android devices. It does not contain OpenClaw source code. For security issues in OpenClaw itself, report to the OpenClaw project directly.
If you find a security issue in this repository's scripts or documentation that could lead to credential exposure, unauthorized access, or other security risks:
Email: support@spookyjuice.ai
Include:
- Description of the issue
- Steps to reproduce
- Potential impact
- Suggested fix (if you have one)
We will acknowledge receipt within 48 hours and provide a timeline for resolution.
- No secrets in the repo. API keys, tokens, and credentials must never be committed. The
.gitignoreexcludes.envfiles. - Loopback binding. The gateway configuration defaults to
bind: loopback, meaning only localhost can connect. - SSH key authentication. The guide recommends key-based SSH auth and documents
IdentitiesOnly yesto prevent key confusion. - Tailscale encryption. All remote access routes through Tailscale's WireGuard mesh, not exposed ports.
- The
scripts/benchmark.shscript executes SSH commands against a configured host. Review it before running. - The
.envfile (excluded from git) may contain API keys. Ensure it is never committed. - Gateway auth is set to
nonein the optimized config because it binds to loopback only. If you change the bind address, re-enable authentication.