@pwddd/skills-scanner 3.0.4 → 3.0.5

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.
@@ -2,7 +2,7 @@
2
2
  "id": "skills-scanner",
3
3
  "name": "Skills Scanner",
4
4
  "description": "Security scanner for OpenClaw Skills to detect potential threats",
5
- "version": "3.0.4",
5
+ "version": "3.0.5",
6
6
  "author": "pwddd",
7
7
  "skills": ["./skills"],
8
8
  "configSchema": {
@@ -54,6 +54,16 @@
54
54
  "type": "boolean",
55
55
  "description": "Inject Skills security guidance into system prompt (requires AI to scan before installing Skills)",
56
56
  "default": true
57
+ },
58
+ "enablePromptInjectionGuard": {
59
+ "type": "boolean",
60
+ "description": "Enable prompt injection detection guard",
61
+ "default": true
62
+ },
63
+ "enableHighRiskOperationGuard": {
64
+ "type": "boolean",
65
+ "description": "Enable high-risk operation confirmation guard",
66
+ "default": true
57
67
  }
58
68
  }
59
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pwddd/skills-scanner",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "OpenClaw Skills security scanner plugin - detect malicious code, data exfiltration, and prompt injection",
5
5
  "type": "module",
6
6
  "main": "./index.ts",