clawdex-mobile is intended for trusted/private networks only.
It is not designed to be exposed directly to the public internet.
Security reports are especially valuable for:
- bridge authentication and authorization issues
- terminal execution or git mutation bypasses
- attachment or local file exposure
- token leakage
- cross-origin or preview-shell vulnerabilities
- unsafe defaults that could expose a private bridge externally
Please do not file public GitHub issues for security-sensitive reports.
Instead:
- Use GitHub private vulnerability reporting if available for the repository.
- If needed, email
[email protected]with:- a clear summary
- impact
- reproduction steps
- affected versions or commit range
- any suggested mitigation
We will acknowledge the report as soon as practical and work toward a fix and coordinated disclosure.
- Prefer bearer-token auth.
- Treat
BRIDGE_ALLOW_INSECURE_NO_AUTH=trueas local debugging only. - Do not expose the bridge directly to the public internet.
- Review environment and runtime guidance in
docs/setup-and-operations.mdanddocs/troubleshooting.md.