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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # ShellWard
2
2
 
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.
4
4
 
5
5
  [中文说明](#中文说明) | [English](#english)
6
6
 
@@ -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.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.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.",
5
5
  "keywords": [
6
6
  "shellward",
7
7
  "openclaw",
package/src/index.ts CHANGED
@@ -113,7 +113,7 @@ export default {
113
113
  level: 'INFO',
114
114
  layer: 'L1',
115
115
  action: 'allow',
116
- detail: `ShellWard v0.3.3 started with ${enabledCount} layers`,
116
+ detail: `ShellWard v0.3.4 started with ${enabledCount} layers`,
117
117
  })
118
118
  },
119
119
  }