agent-sanitizer 2.34.11 → 2.34.13

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 +1 -3
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -25,9 +25,7 @@ Enter one at a time:
25
25
  /plugin install agent-sanitizer@agent-sanitizer
26
26
  ```
27
27
 
28
- ```
29
- /agent-sanitizer:enable-auto-update
30
- ```
28
+ Finally, navigate: `/plugin` → Marketplaces → `agent-sanitizer` → Enable auto-update.
31
29
 
32
30
  [What installing entails](#what-installing-entails) covers the footprint of each
33
31
  path and how a failure looks; [Using it with Claude
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-sanitizer",
3
- "version": "2.34.11",
3
+ "version": "2.34.13",
4
4
  "description": "Defend an agent against hidden-content injection: strip payload-capable invisible Unicode and ANSI, splice out human-invisible HTML, and flag data-exfil URLs in untrusted text before any model sees it.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -219,6 +219,7 @@
219
219
  "build:types": "tsc -p tsconfig.build.json && tsc -p tsconfig.build-hooks.json",
220
220
  "gen:joining-type": "node scripts/gen-joining-type.mjs",
221
221
  "gen:fail-open-lib": "node scripts/gen-fail-open-lib.mjs",
222
+ "gen:node-floor-lib": "node scripts/gen-node-floor-lib.mjs",
222
223
  "lint": "eslint .",
223
224
  "test:mutation": "node scripts/mutate.mjs",
224
225
  "format": "prettier --write .",