Skip to content

Commit b2d652b

Browse files
committed
v0.3.3: add homepage, update keywords for npm
1 parent 564663a commit b2d652b

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.2",
5+
"version": "0.3.3",
66
"skills": ["./skills"],
77
"configSchema": {
88
"type": "object",

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
22
"name": "shellward",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "First bilingual (EN/ZH) security plugin for OpenClaw — injection detection, dangerous operation blocking, PII/secret redaction, audit logging",
55
"keywords": [
6+
"shellward",
67
"openclaw",
78
"security",
89
"plugin",
910
"injection-detection",
1011
"pii-redaction",
12+
"ai-security",
1113
"chinese",
1214
"bilingual"
1315
],
1416
"author": "jnMetaCode",
1517
"license": "Apache-2.0",
18+
"homepage": "https://github.com/jnMetaCode/shellward#readme",
1619
"repository": {
1720
"type": "git",
1821
"url": "https://github.com/jnMetaCode/shellward"

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.2 started with ${enabledCount} layers`,
116+
detail: `ShellWard v0.3.3 started with ${enabledCount} layers`,
117117
})
118118
},
119119
}

0 commit comments

Comments
 (0)