@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.
- package/README.md +9 -1
- 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
|
|
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
|
|---------|------|----------------|
|