@lmzhen/dsh-evolution-threat 0.3.62 → 0.3.63

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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -27,6 +27,15 @@ Independent of request-prefix construction. This package does not alter the asse
27
27
  default. The whole text is always scanned in overlapping windows; this value
28
28
  is not a total cap.
29
29
 
30
+ - `threatExemptLabels` (default `[]`): pattern labels the deployment knows to
31
+ be benign. P2-4 (v14) closed the store-vs-guard asymmetry for the STORE
32
+ gates (`SkillLibrary`/`MemoryStore` options) — but the exemption surface is
33
+ per config site: this guard row, the tool-skill-manage row, the
34
+ evolution-commands row (its own SkillLibrary for the command write paths),
35
+ and the memory store options each carry their OWN list and must be set
36
+ separately. A label exempted only on the store side still blocks here.
37
+ (v17 audit: the evolution-commands site was missing from this enumeration.)
38
+
30
39
  ## Known Limitations and Deferred Work
31
40
 
32
41
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-threat",
3
3
  "description": "Write-time threat guard for evolution tools (community build)",
4
- "version": "0.3.62",
4
+ "version": "0.3.63",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "@deepseek-ai/schemastery": "^3.18.1",
34
- "@lmzhen/dsh-evolution-core": "^0.3.62"
34
+ "@lmzhen/dsh-evolution-core": "^0.3.63"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@deepseek-ai/cordis": "^4.0.1",
@@ -42,6 +42,6 @@
42
42
  "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.1-rc.2",
43
43
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
44
44
  "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
45
- "@lmzhen/dsh-evolution-core": "^0.3.62"
45
+ "@lmzhen/dsh-evolution-core": "^0.3.63"
46
46
  }
47
47
  }