You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/integration/examples/browserbase-stagehand/browserbase-stagehand-packet-smoke.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ This proof signs a Browserbase MCP shaped browser session through \`@atrib/mcp-w
215
215
## What ran
216
216
217
217
- Upstream surface: ${upstreamLine}
218
-
- Atrib path: ${atribPath}
218
+
- atrib path: ${atribPath}
219
219
- Control path: ${result.action_policy ? `\`${BROWSERBASE_ACTION_POLICY_VERSION}\` signs the \`act\` decision and outcome before the Browserbase action runs.` : 'not enabled for this artifact.'}
220
220
- Record policy: public records keep tool names plus \`args_hash\` and \`result_hash\`.
221
221
- Verification: \`@atrib/mcp\` verifies each Ed25519 record signature after the wrapper writes its mirror.
The wrapper saw private Browserbase-shaped payloads: session id, replay URL, page snapshot, selector, form value, and extracted page text. The public artifact stores only hashes for those fields. See `redaction-manifest.json`.
52
+
The wrapper saw private Browserbase-shaped payloads: session id, replay URL,
53
+
page snapshot, selector, form value, and extracted page text. The action policy
54
+
also saw target, action, and observed-state inputs. The public artifact stores
55
+
only hashes or public fixed instructions for those fields. See
56
+
`redaction-manifest.json`.
37
57
38
58
## Weakness
39
59
40
-
This proof run signs the wrapper path, record chain, hash-only disclosure, public log inclusion, verifier path, and real Browserbase MCP command path. It still keeps Browserbase replay material private. Hosted Browserbase MCP can return temporary model-capacity errors; public publication starts only after the full six-step flow verifies.
60
+
This proof run signs the wrapper path, record chain, hash-only disclosure,
61
+
public log inclusion, verifier path, real Browserbase MCP command path, and
62
+
signed action-policy records. It still keeps Browserbase Live View and replay
63
+
material private. Hosted Browserbase MCP can return temporary model-capacity
64
+
errors; public publication starts only after the full six-step flow verifies.
0 commit comments