agent-sanitizer 2.14.3 → 2.14.4

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,8 +13,7 @@ deterministic transform you can unit-test with equality assertions.
13
13
  npm install agent-sanitizer
14
14
  ```
15
15
 
16
- **As a Claude Code plugin** — four hooks that put Layers 1–4 on the tool stream,
17
- no `node_modules` and no build step:
16
+ **As a Claude Code plugin:**
18
17
 
19
18
  ```
20
19
  /plugin marketplace add AlexanderMattTurner/agent-sanitizer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-sanitizer",
3
- "version": "2.14.3",
3
+ "version": "2.14.4",
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": {