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
fence saved-App search results and re-check reviewer grants against the live read-only policy at dispatch
inspect fetch_url header names, header values, and request bodies for off-origin exfiltration while preserving same-origin and ordinary-request behavior
make the Firefox-width sidebar deliberate: visible authority controls, named top-bar actions, and stale model-option response protection
expands the generated red-team report from 148 to 152 hostile probes: persistent saved-App prompt injection, header/body exfiltration, and actor-command replay
adds unit coverage for stale reviewer grants, App result fencing, malformed/cyclic request shapes, array-shaped headers, and the model picker’s A → B → A request race
adds browser-level sender-forgery and narrow-sidebar states, including eight viewport widths, native Tab order, accessibility-tree names, hit targets, overflow, and light/dark renders
Verification
adversarial review swarm: all three scoped reviews clean after two stale comments were corrected
bun test ./tests: 5,083 passed
bun run red-team: 11/11 scenarios, 152/152 hostile probes blocked
in-browser suite: 791 passed
bun run e2e:verify: 50 states, 202/202 checks
lint, strict typecheck, and diff checks clean
packaged preview verified in Firefox 153 at a real 310×900 sidebar viewport; controls and surrounding states rendered without horizontal overflow
Intended? Re-run this workflow on the branch with update_visual_baselines checked, then commit the fresh baselines/linux-x64/ and regenerate GALLERY.md with bun run gallery.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fetch_urlheader names, header values, and request bodies for off-origin exfiltration while preserving same-origin and ordinary-request behaviormainRegression and red-team coverage
Verification
bun test ./tests: 5,083 passedbun run red-team: 11/11 scenarios, 152/152 hostile probes blockedbun run e2e:verify: 50 states, 202/202 checksCloses #236
Closes #270
Closes #335
Relates #308