@f4bioo/berry-shield 2026.3.17 → 2026.3.20
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 +3 -3
- package/dist/index.js +1075 -271
- package/docs/wiki/deploy/installation.md +1 -1
- package/docs/wiki/operation/cli/README.md +11 -2
- package/docs/wiki/operation/cli/add.md +1 -1
- package/docs/wiki/operation/cli/remove.md +24 -2
- package/docs/wiki/operation/cli/rules.md +47 -8
- package/docs/wiki/operation/cli/test.md +21 -6
- package/docs/wiki/tutorials/incident-triage-report.md +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# 🍓 Berry Shield - Security plugin for OpenClaw
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="docs/assets/demo/berry-shield-
|
|
4
|
+
<img src="https://raw.githubusercontent.com/F4bioo/berry-shield/master/docs/assets/demo/berry-shield-banner.png" alt="Berry Shield" width="720">
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
@@ -71,7 +71,7 @@ Baseline runtime state before the demo (plugin enabled, `enforce` mode, all core
|
|
|
71
71
|
|
|
72
72
|
---
|
|
73
73
|
|
|
74
|
-
### 1) Enforce: external-risk action is blocked
|
|
74
|
+
### 1) Enforce: external-risk action is blocked [Watch demo: Vine Layer](https://github.com/user-attachments/assets/024aca2b-21d1-4d1b-b6f4-aad8a3bd54fb)
|
|
75
75
|
|
|
76
76
|
<video src='https://github.com/user-attachments/assets/024aca2b-21d1-4d1b-b6f4-aad8a3bd54fb' alt="Berry.Vine Enforce" controls width="720"></video>
|
|
77
77
|
|
|
@@ -83,7 +83,7 @@ Expected: denied in `enforce` after external untrusted ingestion.
|
|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
|
|
86
|
-
### 2) Audit: same flow is allowed but logged as would_block
|
|
86
|
+
### 2) Audit: same flow is allowed but logged as would_block [Watch demo: Vine Layer](https://github.com/user-attachments/assets/8fbff8e0-003c-4463-a6ae-319c3d909599)
|
|
87
87
|
|
|
88
88
|
<video src='https://github.com/user-attachments/assets/8fbff8e0-003c-4463-a6ae-319c3d909599' alt="Berry.Vine Audit" controls width="720"></video>
|
|
89
89
|
|