cbrowser 18.9.2 → 18.10.0
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/dist/mcp-tools/base/security-tools.d.ts.map +1 -1
- package/dist/mcp-tools/base/security-tools.js +8 -61
- package/dist/mcp-tools/base/security-tools.js.map +1 -1
- package/dist/security/index.d.ts +2 -2
- package/dist/security/index.d.ts.map +1 -1
- package/dist/security/index.js +4 -4
- package/dist/security/index.js.map +1 -1
- package/docs/ASSESSMENT.md +6 -0
- package/docs/AUTH0-SETUP.md +6 -0
- package/docs/DEMO-DEPLOYMENT.md +6 -0
- package/docs/ENTERPRISE-INTEGRATION.md +6 -0
- package/docs/GETTING-STARTED.md +6 -0
- package/docs/INSTALL.md +6 -0
- package/docs/MCP-INTEGRATION.md +6 -0
- package/docs/METHODOLOGY.md +6 -0
- package/docs/PERSONA-QUESTIONNAIRE.md +6 -0
- package/docs/README.md +7 -1
- package/docs/REMOTE-MCP-SERVER.md +6 -0
- package/docs/SECURITY_WHITEPAPER.md +6 -0
- package/docs/STRESS-TEST-v16.14.4.md +6 -0
- package/docs/Tool-Cognitive-Journey-Autonomous.md +6 -0
- package/docs/Tool-Competitive-Benchmark.md +6 -0
- package/docs/Tool-Empathy-Audit.md +6 -0
- package/docs/Tool-Hunt-Bugs.md +6 -0
- package/docs/Tool-Marketing-Campaign.md +6 -0
- package/docs/Tool-Persona-Create.md +6 -0
- package/docs/Tools-Accessibility.md +6 -0
- package/docs/Tools-Browser-Automation.md +6 -0
- package/docs/Tools-Cognitive-Journeys.md +6 -0
- package/docs/Tools-Marketing-Intelligence.md +6 -0
- package/docs/Tools-Overview.md +6 -0
- package/docs/Tools-Persona-System.md +6 -0
- package/docs/Tools-Session-State.md +6 -0
- package/docs/Tools-Testing-Quality.md +6 -0
- package/docs/Tools-Utilities.md +6 -0
- package/docs/Tools-Visual-Performance.md +6 -0
- package/docs/personas/Persona-ADHD.md +6 -0
- package/docs/personas/Persona-ElderlyUser.md +6 -0
- package/docs/personas/Persona-FirstTimer.md +6 -0
- package/docs/personas/Persona-ImpatientUser.md +6 -0
- package/docs/personas/Persona-Index.md +6 -0
- package/docs/personas/Persona-LowVision.md +6 -0
- package/docs/personas/Persona-MobileUser.md +6 -0
- package/docs/personas/Persona-MotorTremor.md +6 -0
- package/docs/personas/Persona-PowerUser.md +6 -0
- package/docs/personas/Persona-ScreenReaderUser.md +6 -0
- package/docs/research/Bibliography.md +6 -0
- package/docs/research/Research-Methodology.md +6 -0
- package/docs/research/Values-Research.md +6 -0
- package/docs/traits/Trait-AnchoringBias.md +6 -0
- package/docs/traits/Trait-AttributionStyle.md +6 -0
- package/docs/traits/Trait-AuthoritySensitivity.md +6 -0
- package/docs/traits/Trait-ChangeBlindness.md +6 -0
- package/docs/traits/Trait-Comprehension.md +6 -0
- package/docs/traits/Trait-Curiosity.md +6 -0
- package/docs/traits/Trait-EmotionalContagion.md +6 -0
- package/docs/traits/Trait-FOMO.md +6 -0
- package/docs/traits/Trait-Index.md +6 -0
- package/docs/traits/Trait-InformationForaging.md +6 -0
- package/docs/traits/Trait-InterruptRecovery.md +6 -0
- package/docs/traits/Trait-MentalModelRigidity.md +6 -0
- package/docs/traits/Trait-MetacognitivePlanning.md +6 -0
- package/docs/traits/Trait-Patience.md +6 -0
- package/docs/traits/Trait-Persistence.md +6 -0
- package/docs/traits/Trait-ProceduralFluency.md +6 -0
- package/docs/traits/Trait-ReadingTendency.md +6 -0
- package/docs/traits/Trait-Resilience.md +6 -0
- package/docs/traits/Trait-RiskTolerance.md +6 -0
- package/docs/traits/Trait-Satisficing.md +6 -0
- package/docs/traits/Trait-SelfEfficacy.md +6 -0
- package/docs/traits/Trait-SocialProofSensitivity.md +6 -0
- package/docs/traits/Trait-TimeHorizon.md +6 -0
- package/docs/traits/Trait-TransferLearning.md +6 -0
- package/docs/traits/Trait-TrustCalibration.md +6 -0
- package/docs/traits/Trait-WorkingMemory.md +6 -0
- package/package.json +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"security-tools.d.ts","sourceRoot":"","sources":["../../../src/mcp-tools/base/security-tools.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"security-tools.d.ts","sourceRoot":"","sources":["../../../src/mcp-tools/base/security-tools.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAM7C;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CA0B7D"}
|
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
7
|
import { z } from "zod";
|
|
8
|
-
import {
|
|
9
|
-
import { loadToolManifest } from "../../security/tool-pinning.js";
|
|
8
|
+
import { securityAuditHandler, } from "mcp-guardian";
|
|
10
9
|
/**
|
|
11
10
|
* Register security tools (1 tool: security_audit)
|
|
12
11
|
*/
|
|
@@ -21,65 +20,13 @@ export function registerSecurityTools(server) {
|
|
|
21
20
|
.optional()
|
|
22
21
|
.default("json")
|
|
23
22
|
.describe("Output format: json (structured) or text (human-readable)"),
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
// Scan current CBrowser tools from manifest
|
|
32
|
-
const manifest = loadToolManifest();
|
|
33
|
-
if (!manifest) {
|
|
34
|
-
return {
|
|
35
|
-
content: [
|
|
36
|
-
{
|
|
37
|
-
type: "text",
|
|
38
|
-
text: JSON.stringify({
|
|
39
|
-
error: "No tool manifest found",
|
|
40
|
-
hint: "Run CBrowser once to generate the tool manifest, or provide a config_path to scan.",
|
|
41
|
-
}, null, 2),
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
// Convert manifest entries to tool definitions for scanning
|
|
47
|
-
// Note: We only have the tool names and metadata, not the actual descriptions
|
|
48
|
-
// from the manifest. For a full scan, we'd need to query the server.
|
|
49
|
-
const tools = Object.entries(manifest.tools).map(([name, entry]) => ({
|
|
50
|
-
name,
|
|
51
|
-
// We use a placeholder description since manifest doesn't store descriptions
|
|
52
|
-
// Full scanning would require querying the actual server
|
|
53
|
-
description: `Tool: ${name} (${entry.descriptionLength} chars, ${entry.parameterCount} params)`,
|
|
54
|
-
schema: {},
|
|
55
|
-
}));
|
|
56
|
-
result = scanToolDefinitions(tools, "cbrowser");
|
|
57
|
-
// Add manifest info to result
|
|
58
|
-
result.manifestInfo = {
|
|
59
|
-
version: manifest.version,
|
|
60
|
-
pinnedAt: manifest.pinnedAt,
|
|
61
|
-
toolCount: Object.keys(manifest.tools).length,
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
// Format output
|
|
65
|
-
if (format === "text" && "serverName" in result) {
|
|
66
|
-
return {
|
|
67
|
-
content: [
|
|
68
|
-
{
|
|
69
|
-
type: "text",
|
|
70
|
-
text: formatScanReport(result),
|
|
71
|
-
},
|
|
72
|
-
],
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
return {
|
|
76
|
-
content: [
|
|
77
|
-
{
|
|
78
|
-
type: "text",
|
|
79
|
-
text: JSON.stringify(result, null, 2),
|
|
80
|
-
},
|
|
81
|
-
],
|
|
82
|
-
};
|
|
23
|
+
async_scan: z
|
|
24
|
+
.boolean()
|
|
25
|
+
.optional()
|
|
26
|
+
.default(false)
|
|
27
|
+
.describe("If true, connects to MCP servers to scan their tools (slower but more accurate)."),
|
|
28
|
+
}, async (params) => {
|
|
29
|
+
return await securityAuditHandler(params);
|
|
83
30
|
});
|
|
84
31
|
}
|
|
85
32
|
//# sourceMappingURL=security-tools.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"security-tools.js","sourceRoot":"","sources":["../../../src/mcp-tools/base/security-tools.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"security-tools.js","sourceRoot":"","sources":["../../../src/mcp-tools/base/security-tools.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,oBAAoB,GAErB,MAAM,cAAc,CAAC;AAEtB;;GAEG;AACH,MAAM,UAAU,qBAAqB,CAAC,MAAiB;IACrD,MAAM,CAAC,IAAI,CACT,gBAAgB,EAChB,8OAA8O,EAC9O;QACE,WAAW,EAAE,CAAC;aACX,MAAM,EAAE;aACR,QAAQ,EAAE;aACV,QAAQ,CACP,iGAAiG,CAClG;QACH,MAAM,EAAE,CAAC;aACN,IAAI,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;aACtB,QAAQ,EAAE;aACV,OAAO,CAAC,MAAM,CAAC;aACf,QAAQ,CAAC,2DAA2D,CAAC;QACxE,UAAU,EAAE,CAAC;aACV,OAAO,EAAE;aACT,QAAQ,EAAE;aACV,OAAO,CAAC,KAAK,CAAC;aACd,QAAQ,CAAC,kFAAkF,CAAC;KAChG,EACD,KAAK,EAAE,MAAM,EAAE,EAAE;QACf,OAAO,MAAM,oBAAoB,CAAC,MAA6B,CAAC,CAAC;IACnE,CAAC,CACF,CAAC;AACJ,CAAC"}
|
package/dist/security/index.d.ts
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
export { createSignature, validateSignature, generateSigningHeaders, getSigningConfig, type SignatureValidationResult, type RequestSigningConfig, } from "./request-signing.js";
|
|
17
17
|
export { wrapToolHandler, createAuditContext, createWrapperFactory, redactSensitiveParams, getToolZone as getAuditToolZone, // Renamed to avoid conflict with tool-permissions
|
|
18
18
|
linkActionToInvocation, readAuditEntries, getAuditStats, type AuditContext, type ToolHandler, } from "./audit-wrapper.js";
|
|
19
|
-
export { hashToolDefinition, createToolManifest, loadToolManifest, saveToolManifest, verifyToolDefinitions, approveToolChange, removeToolFromManifest, approveAllTools, getManifestPath, getManifestSummary, type ToolDefinition, type ToolPinEntry, type ToolManifest, type PinningResult, } from "
|
|
19
|
+
export { hashToolDefinition, createToolManifest, loadToolManifest, saveToolManifest, verifyToolDefinitions, approveToolChange, removeToolFromManifest, approveAllTools, getManifestPath, getManifestSummary, type ToolDefinition, type ToolPinEntry, type ToolManifest, type PinningResult, } from "mcp-guardian";
|
|
20
20
|
export { loadToolPermissions, saveToolPermissions, setToolZone, getToolZone, checkToolPermission, listToolZones, resetToolZones, DEFAULT_ZONES, type ToolZone, type ToolPermissionConfig, type PermissionCheckResult, } from "./tool-permissions.js";
|
|
21
|
-
export { scanToolDescription, scanToolDefinitions,
|
|
21
|
+
export { scanToolDescription, scanToolDefinitions, formatScanReport, isDescriptionSafe, scanMcpConfig, scanMcpConfigSync, type ScanSeverity, type ScanIssue, type ToolScanResult, type ServerScanResult, type ScanSummary, } from "mcp-guardian";
|
|
22
22
|
export { sanitizeOutput, wrapWithDelimiters, detectInjectionPatterns, detectHiddenContent, detectEncodedContent, stripHiddenCharacters, isContentSafe, getSanitizationSummary, type SanitizationResult, type SanitizationIssue, type IssueType, type IssueAction, } from "./output-sanitizer.js";
|
|
23
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/security/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;;;;;;;;GASG;AAGH,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,sBAAsB,EACtB,gBAAgB,EAChB,KAAK,yBAAyB,EAC9B,KAAK,oBAAoB,GAC1B,MAAM,sBAAsB,CAAC;AAG9B,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,WAAW,IAAI,gBAAgB,EAAE,kDAAkD;AACnF,sBAAsB,EACtB,gBAAgB,EAChB,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,WAAW,GACjB,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EACrB,iBAAiB,EACjB,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,aAAa,GACnB,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/security/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;;;;;;;;GASG;AAGH,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,sBAAsB,EACtB,gBAAgB,EAChB,KAAK,yBAAyB,EAC9B,KAAK,oBAAoB,GAC1B,MAAM,sBAAsB,CAAC;AAG9B,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,WAAW,IAAI,gBAAgB,EAAE,kDAAkD;AACnF,sBAAsB,EACtB,gBAAgB,EAChB,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,WAAW,GACjB,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EACrB,iBAAiB,EACjB,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,aAAa,GACnB,MAAM,cAAc,CAAC;AAGtB,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,aAAa,EACb,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,GAC3B,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,iBAAiB,EACjB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,WAAW,GACjB,MAAM,cAAc,CAAC;AAGtB,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,aAAa,EACb,sBAAsB,EACtB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,SAAS,EACd,KAAK,WAAW,GACjB,MAAM,uBAAuB,CAAC"}
|
package/dist/security/index.js
CHANGED
|
@@ -18,12 +18,12 @@ export { createSignature, validateSignature, generateSigningHeaders, getSigningC
|
|
|
18
18
|
// Audit wrapper
|
|
19
19
|
export { wrapToolHandler, createAuditContext, createWrapperFactory, redactSensitiveParams, getToolZone as getAuditToolZone, // Renamed to avoid conflict with tool-permissions
|
|
20
20
|
linkActionToInvocation, readAuditEntries, getAuditStats, } from "./audit-wrapper.js";
|
|
21
|
-
// Tool pinning
|
|
22
|
-
export { hashToolDefinition, createToolManifest, loadToolManifest, saveToolManifest, verifyToolDefinitions, approveToolChange, removeToolFromManifest, approveAllTools, getManifestPath, getManifestSummary, } from "
|
|
21
|
+
// Tool pinning - re-export from @cbrowser/mcp-guardian
|
|
22
|
+
export { hashToolDefinition, createToolManifest, loadToolManifest, saveToolManifest, verifyToolDefinitions, approveToolChange, removeToolFromManifest, approveAllTools, getManifestPath, getManifestSummary, } from "mcp-guardian";
|
|
23
23
|
// Tool permissions
|
|
24
24
|
export { loadToolPermissions, saveToolPermissions, setToolZone, getToolZone, checkToolPermission, listToolZones, resetToolZones, DEFAULT_ZONES, } from "./tool-permissions.js";
|
|
25
|
-
// Description injection scanning
|
|
26
|
-
export { scanToolDescription, scanToolDefinitions,
|
|
25
|
+
// Description injection scanning - re-export from @cbrowser/mcp-guardian
|
|
26
|
+
export { scanToolDescription, scanToolDefinitions, formatScanReport, isDescriptionSafe, scanMcpConfig, scanMcpConfigSync, } from "mcp-guardian";
|
|
27
27
|
// Output sanitization
|
|
28
28
|
export { sanitizeOutput, wrapWithDelimiters, detectInjectionPatterns, detectHiddenContent, detectEncodedContent, stripHiddenCharacters, isContentSafe, getSanitizationSummary, } from "./output-sanitizer.js";
|
|
29
29
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/security/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;;;;;;;;GASG;AAEH,kBAAkB;AAClB,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,sBAAsB,EACtB,gBAAgB,GAGjB,MAAM,sBAAsB,CAAC;AAE9B,gBAAgB;AAChB,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,WAAW,IAAI,gBAAgB,EAAE,kDAAkD;AACnF,sBAAsB,EACtB,gBAAgB,EAChB,aAAa,GAGd,MAAM,oBAAoB,CAAC;AAE5B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/security/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;;;;;;;;GASG;AAEH,kBAAkB;AAClB,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,sBAAsB,EACtB,gBAAgB,GAGjB,MAAM,sBAAsB,CAAC;AAE9B,gBAAgB;AAChB,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,WAAW,IAAI,gBAAgB,EAAE,kDAAkD;AACnF,sBAAsB,EACtB,gBAAgB,EAChB,aAAa,GAGd,MAAM,oBAAoB,CAAC;AAE5B,uDAAuD;AACvD,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EACrB,iBAAiB,EACjB,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,kBAAkB,GAKnB,MAAM,cAAc,CAAC;AAEtB,mBAAmB;AACnB,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,aAAa,GAId,MAAM,uBAAuB,CAAC;AAE/B,yEAAyE;AACzE,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,iBAAiB,GAMlB,MAAM,cAAc,CAAC;AAEtB,sBAAsB;AACtB,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,aAAa,EACb,sBAAsB,GAKvB,MAAM,uBAAuB,CAAC"}
|
package/docs/ASSESSMENT.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser v12.0.0 - Independent Assessment](https://cbrowser.ai/docs/ASSESSMENT)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser v12.0.0 — Independent Assessment
|
|
2
8
|
|
|
3
9
|
**Final Grade: A**
|
package/docs/AUTH0-SETUP.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Auth0 OAuth Setup for CBrowser MCP Server](https://cbrowser.ai/docs/AUTH0-SETUP)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Auth0 OAuth Setup for CBrowser MCP Server
|
|
2
8
|
|
|
3
9
|
This guide walks you through setting up Auth0 authentication for the CBrowser Remote MCP Server, enabling integration with claude.ai's custom connector feature.
|
package/docs/DEMO-DEPLOYMENT.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser MCP Demo Server Deployment](https://cbrowser.ai/docs/DEMO-DEPLOYMENT)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser MCP Demo Server Deployment
|
|
2
8
|
|
|
3
9
|
Deploy a rate-limited, resource-constrained MCP demo server.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser Enterprise Integration Guide](https://cbrowser.ai/docs/ENTERPRISE-INTEGRATION)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser Enterprise Integration Guide
|
|
2
8
|
|
|
3
9
|
This document explains how to integrate the private `cbrowser-enterprise` package with the public `cbrowser` package.
|
package/docs/GETTING-STARTED.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Getting Started with CBrowser](https://cbrowser.ai/docs/GETTING-STARTED)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Getting Started with CBrowser
|
|
2
8
|
|
|
3
9
|
CBrowser (Cognitive Browser) is the browser automation that thinks like your users. This guide will get you up and running quickly.
|
package/docs/INSTALL.md
CHANGED
package/docs/MCP-INTEGRATION.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[MCP Server Integration](https://cbrowser.ai/docs/MCP-INTEGRATION)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# MCP Server Integration
|
|
2
8
|
|
|
3
9
|
CBrowser provides full Model Context Protocol (MCP) integration for Claude Desktop and claude.ai.
|
package/docs/METHODOLOGY.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser Scoring Methodology & Research Sources](https://cbrowser.ai/docs/METHODOLOGY)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser Scoring Methodology & Research Sources
|
|
2
8
|
|
|
3
9
|
CBrowser's analysis features use **heuristic estimates** calibrated against published UX and accessibility research. This document explains our methodology, sources, and limitations.
|
package/docs/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser Documentation](https://cbrowser.ai/docs/README)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser Documentation
|
|
2
8
|
|
|
3
|
-
|
|
9
|
+
**Full documentation has moved to: [https://cbrowser.ai/docs](https://cbrowser.ai/docs)**
|
|
4
10
|
|
|
5
11
|
---
|
|
6
12
|
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Remote MCP Server Deployment Guide](https://cbrowser.ai/docs/REMOTE-MCP-SERVER)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Remote MCP Server Deployment Guide
|
|
2
8
|
|
|
3
9
|
Deploy CBrowser (Cognitive Browser) as a remote MCP server for claude.ai custom connectors. This allows your entire team to use CBrowser through Claude without local installation.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Constitutional AI for Browser Automation: A Defense-in-Depth Approach](https://cbrowser.ai/docs/SECURITY_WHITEPAPER)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Constitutional AI for Browser Automation: A Defense-in-Depth Approach
|
|
2
8
|
|
|
3
9
|
> **CBrowser Security Whitepaper**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser v16.14.4 - Final Pre-Launch Stress Test](https://cbrowser.ai/docs/STRESS-TEST-v16.14.4)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser v16.14.4 — Final Pre-Launch Stress Test
|
|
2
8
|
|
|
3
9
|
**Date:** February 9, 2026
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Cognitive Journey Autonomous](https://cbrowser.ai/docs/Tool-Cognitive-Journey-Autonomous)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Cognitive Journey Autonomous
|
|
2
8
|
|
|
3
9
|
**🔒 Enterprise Feature**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Competitive Benchmark](https://cbrowser.ai/docs/Tool-Competitive-Benchmark)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Competitive Benchmark
|
|
2
8
|
|
|
3
9
|
**See how your UX stacks up against competitors.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Empathy Audit](https://cbrowser.ai/docs/Tool-Empathy-Audit)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Empathy Audit
|
|
2
8
|
|
|
3
9
|
**Experience your site through the eyes of someone with a disability.**
|
package/docs/Tool-Hunt-Bugs.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Marketing Campaigns](https://cbrowser.ai/docs/Tool-Marketing-Campaign)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Marketing Campaigns
|
|
2
8
|
|
|
3
9
|
**Test which messages work for which audiences — with scientific rigor.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Creating Custom Personas](https://cbrowser.ai/docs/Tool-Persona-Create)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Creating Custom Personas
|
|
2
8
|
|
|
3
9
|
**Build personas that match your actual users, not generic archetypes.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Accessibility Tools](https://cbrowser.ai/docs/Tools-Accessibility)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Accessibility Tools
|
|
2
8
|
|
|
3
9
|
**Experience your site through the eyes of someone who can't use a mouse.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Browser Automation Tools](https://cbrowser.ai/docs/Tools-Browser-Automation)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Browser Automation Tools
|
|
2
8
|
|
|
3
9
|
**Tell the browser what you want. Let AI figure out how.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Cognitive Journey Tools](https://cbrowser.ai/docs/Tools-Cognitive-Journeys)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Cognitive Journey Tools
|
|
2
8
|
|
|
3
9
|
**Find out where users give up before they actually do.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Marketing Intelligence Tools](https://cbrowser.ai/docs/Tools-Marketing-Intelligence)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Marketing Intelligence Tools
|
|
2
8
|
|
|
3
9
|
**Stop guessing which messages work. Start measuring influence.**
|
package/docs/Tools-Overview.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Tools Reference](https://cbrowser.ai/docs/Tools-Overview)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Tools Reference
|
|
2
8
|
|
|
3
9
|
**Stop writing brittle test scripts. Start having conversations with your browser.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Persona System Tools](https://cbrowser.ai/docs/Tools-Persona-System)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Persona System Tools
|
|
2
8
|
|
|
3
9
|
**Test your site through the eyes of real user types, not imaginary "average users."**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Session & State Tools](https://cbrowser.ai/docs/Tools-Session-State)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Session & State Tools
|
|
2
8
|
|
|
3
9
|
**Stay logged in. Handle Cloudflare. Test sites that fight back.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Testing & Quality Tools](https://cbrowser.ai/docs/Tools-Testing-Quality)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Testing & Quality Tools
|
|
2
8
|
|
|
3
9
|
**Write tests in plain English. Let AI fix them when they break.**
|
package/docs/Tools-Utilities.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Visual & Performance Tools](https://cbrowser.ai/docs/Tools-Visual-Performance)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Visual & Performance Tools
|
|
2
8
|
|
|
3
9
|
**Catch regressions before your users see them.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Research Methodology](https://cbrowser.ai/docs/Research-Methodology)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Research Methodology
|
|
2
8
|
|
|
3
9
|
> **Copyright**: (c) 2026 Alexandria Eden. All rights reserved.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Cognitive Traits Index](https://cbrowser.ai/docs/Trait-Index)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Cognitive Traits Index
|
|
2
8
|
|
|
3
9
|
> **Copyright**: (c) 2026 Alexandria Eden. All rights reserved.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Information Foraging](https://cbrowser.ai/docs/Trait-InformationForaging)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Information Foraging
|
|
2
8
|
|
|
3
9
|
**Category**: Tier 3 - Decision-Making Traits
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Social Proof Sensitivity](https://cbrowser.ai/docs/Trait-SocialProofSensitivity)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Social Proof Sensitivity
|
|
2
8
|
|
|
3
9
|
**Category**: Tier 6 - Social Traits
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cbrowser",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.10.0",
|
|
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,6 +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
129
|
"playwright": "^1.40.0",
|
|
129
130
|
"zod": "^4.3.6"
|
|
130
131
|
},
|