@drakon-systems/shieldcortex-realtime 4.12.8 → 4.12.9

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/cloud-sync.ts CHANGED
@@ -1,10 +1,6 @@
1
1
  // plugins/openclaw/cloud-sync.ts
2
2
  //
3
- // Cloud sync POSTs threat events to ShieldCortex Cloud. Kept in its own
4
- // module so that no plugin source file pairs `fs.readFileSync` with
5
- // `fetch()` — OpenClaw's plugin-install security audit (v2026.4.24+)
6
- // flags that pairing as "potential exfiltration" even when the two
7
- // operations are unrelated. See CHANGELOG.md v4.12.8.
3
+ // Network egress for SC threat events. See CHANGELOG.md v4.12.8 / v4.12.9.
8
4
 
9
5
  type CloudSyncConfig = {
10
6
  cloudApiKey?: string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "shieldcortex-realtime",
3
- "version": "4.12.8",
3
+ "version": "4.12.9",
4
4
  "name": "ShieldCortex Real-time Scanner",
5
5
  "description": "Real-time defence scanning on LLM input, memory extraction on LLM output, and active tool call interception with approval gating.",
6
6
  "kind": null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drakon-systems/shieldcortex-realtime",
3
- "version": "4.12.8",
3
+ "version": "4.12.9",
4
4
  "description": "OpenClaw plugin for ShieldCortex real-time defence scanning and optional memory extraction.",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -25,7 +25,7 @@
25
25
  "pack:verify": "npm pack --dry-run"
26
26
  },
27
27
  "peerDependencies": {
28
- "shieldcortex": "^4.12.8",
28
+ "shieldcortex": "^4.12.9",
29
29
  "openclaw": ">=2026.3.22"
30
30
  },
31
31
  "peerDependenciesMeta": {