@keychat-io/keychat 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,15 @@ Supported platforms: macOS (ARM/x64), Linux (x64/ARM64).
21
21
 
22
22
  ### Security Warnings
23
23
 
24
- During installation, OpenClaw will show two security warnings. **Both are expected and required:**
24
+ During installation, OpenClaw will show the following warning:
25
+
26
+ ```
27
+ WARNING: Plugin "keychat" contains dangerous code patterns:
28
+ Shell command execution detected (child_process) (src/bridge-client.ts)
29
+ Shell command execution detected (child_process) (src/keychain.ts)
30
+ ```
31
+
32
+ **Both are expected and required.** Here's why:
25
33
 
26
34
  | Warning | File | Why it's needed |
27
35
  |---------|------|----------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keychat-io/keychat",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "Keychat — E2E encrypted chat + Lightning wallet for OpenClaw agents",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {