cbrowser 18.13.1 → 18.13.3

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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -300,6 +300,8 @@ https://demo.cbrowser.ai/mcp
300
300
 
301
301
  Deploy your own: see [Remote MCP Server Guide](https://cbrowser.ai/docs/Remote-MCP-Server)
302
302
 
303
+ **v18.13.0+:** Screenshots automatically compress to JPEG in remote mode to stay under claude.ai's 200KB tool response limit. Compression is adaptive (quality 85→25, scales down if needed).
304
+
303
305
  ### Local MCP (Claude Desktop)
304
306
 
305
307
  ```json
@@ -324,6 +326,7 @@ Deploy your own: see [Remote MCP Server Guide](https://cbrowser.ai/docs/Remote-M
324
326
  | **Cognitive** | `cognitive_journey_init`, `cognitive_journey_update_state`, `compare_personas` |
325
327
  | **Persona** | `persona_questionnaire_get`, `persona_questionnaire_build`, `persona_trait_lookup` |
326
328
  | **Analysis** | `hunt_bugs`, `chaos_test`, `agent_ready_audit`, `competitive_benchmark`, `empathy_audit` |
329
+ | **Security** | `security_audit` - scans MCP tools for prompt injection patterns |
327
330
  | **Stealth** | `stealth_enable`, `stealth_disable`, `stealth_status`, `stealth_check`, `stealth_diagnose` |
328
331
 
329
332
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "18.13.1",
3
+ "version": "18.13.3",
4
4
  "type": "module",
5
5
  "description": "Cognitive browser automation that thinks like your users—and helps AI agents navigate too. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery. Sites that pass CBrowser's cognitive tests are easier for both humans and AI agents to navigate.",
6
6
  "main": "dist/index.js",
@@ -125,7 +125,7 @@
125
125
  "@types/express": "^5.0.6",
126
126
  "express": "^5.2.1",
127
127
  "jose": "^6.1.3",
128
- "mcp-guardian": "^1.0.0",
128
+ "mcp-guardian": "^2.2.1",
129
129
  "playwright": "^1.40.0",
130
130
  "zod": "^4.3.6"
131
131
  },