@opentrust/guards 7.3.31 → 7.3.33

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": "opentrust-guard",
3
3
  "name": "OpenTrust Guard",
4
4
  "description": "AI security guard for OpenClaw agents: prompt injection detection, credential scanning, and behavioral monitoring.",
5
- "version": "7.3.31",
5
+ "version": "7.3.33",
6
6
  "configSchema": {
7
7
  "type": "object",
8
8
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentrust/guards",
3
- "version": "7.3.31",
3
+ "version": "7.3.33",
4
4
  "description": "AI agent security plugin for OpenClaw: prompt injection detection, PII sanitization, and monitoring",
5
5
  "type": "module",
6
6
  "main": "index.ts",