shellward 0.3.3 → 0.3.4
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 +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ShellWard
|
|
2
2
|
|
|
3
|
-
**First bilingual (EN/ZH) security plugin for OpenClaw** — prompt injection detection
|
|
3
|
+
**First bilingual (EN/ZH) security plugin for OpenClaw** — the only plugin with Chinese prompt injection detection & Chinese PII redaction (ID card, phone, bank card). 8 defense layers, zero dependencies.
|
|
4
4
|
|
|
5
5
|
[中文说明](#中文说明) | [English](#english)
|
|
6
6
|
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "shellward",
|
|
3
3
|
"name": "ShellWard",
|
|
4
4
|
"description": "First bilingual (EN/ZH) security plugin for OpenClaw — injection detection, dangerous operation blocking, PII/secret redaction (incl. Chinese ID card, phone, bank card), audit logging",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.4",
|
|
6
6
|
"skills": ["./skills"],
|
|
7
7
|
"configSchema": {
|
|
8
8
|
"type": "object",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shellward",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "First bilingual (EN/ZH) security plugin for OpenClaw — injection detection, dangerous
|
|
3
|
+
"version": "0.3.4",
|
|
4
|
+
"description": "First bilingual (EN/ZH) security plugin for OpenClaw — Chinese PII detection (ID card/phone/bank card), prompt injection detection (13 ZH + 12 EN rules), dangerous command blocking, audit logging. Zero dependencies.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shellward",
|
|
7
7
|
"openclaw",
|
package/src/index.ts
CHANGED