This commit is contained in:
Simon Kim 2026-01-30 08:22:45 -08:00 committed by GitHub
commit 4af575914e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,6 +115,16 @@ Default behavior on Telegram/WhatsApp/Signal/iMessage/Microsoft Teams/Discord/Go
Run `openclaw doctor` to surface risky/misconfigured DM policies.
### Recommended: Prompt Injection Defense
For group chats and multi-user environments, consider adding **[Prompt Guard](https://github.com/seojoonkim/prompt-guard)** — a security skill that detects and blocks prompt injection attacks in 4 languages (EN/KO/JA/ZH):
```bash
clawdhub install prompt-guard
```
Features: instruction override detection, secret exfiltration blocking, owner-only command restrictions, and security audit tools. See [prompt-guard on ClawdHub](https://clawdhub.com/skills/prompt-guard).
## Highlights
- **[Local-first Gateway](https://docs.openclaw.ai/gateway)** — single control plane for sessions, channels, tools, and events.