Skip to content

Commit 5972240

Browse files
committed
v0.3.4: highlight Chinese PII & bilingual in descriptions
1 parent 29a8482 commit 5972240

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShellWard
22

3-
**First bilingual (EN/ZH) security plugin for OpenClaw** — prompt injection detection, dangerous operation blocking, PII/secret redaction, audit logging.
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.
44

55
[中文说明](#中文说明) | [English](#english)
66

openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "shellward",
33
"name": "ShellWard",
44
"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.3",
5+
"version": "0.3.4",
66
"skills": ["./skills"],
77
"configSchema": {
88
"type": "object",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shellward",
3-
"version": "0.3.3",
4-
"description": "First bilingual (EN/ZH) security plugin for OpenClaw — injection detection, dangerous operation blocking, PII/secret redaction, audit logging",
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.",
55
"keywords": [
66
"shellward",
77
"openclaw",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default {
113113
level: 'INFO',
114114
layer: 'L1',
115115
action: 'allow',
116-
detail: `ShellWard v0.3.3 started with ${enabledCount} layers`,
116+
detail: `ShellWard v0.3.4 started with ${enabledCount} layers`,
117117
})
118118
},
119119
}

0 commit comments

Comments
 (0)