What problem does it solve? Reviewing local web UI work requires trustworthy visual and interaction evidence, but ad-hoc browser automation risks touching user profiles, leaking credentials, or making unverifiable claims. This Skill provides a controlled, sandboxed browser harness that produces verifiable screenshots, DOM observations, and action reports for authorized localhost previews only. ## Core Features & Use Cases - Sandboxed local capture: Launches a pinned, hash-verified private Chrome under its AppArmor profile with a fresh profile, restricted to a single explicit http://127.0.0.1 origin, and records sandbox evidence in report.json. - Bounded interaction testing: Runs a reviewed JSON action file (click, fill, press, scroll, wait-for, screenshot) with strict limits, refusing password, file, and hidden fields. - Responsive and reduced-motion checks: Captures alternate viewports (e.g. 390x844) and emulated prefers-reduced-motion for accessibility-oriented review. - Use Case: While reviewing a Hallmark or Variate UI round on a local dev server, capture initial and final screenshots plus a DOM summary at desktop and mobile widths, then attach the images as evidence without ever touching a real user browser or the public web. ## Quick Start Ask the agent to use browser-check to capture screenshots and a DOM report of your running local preview at http://127.0.0.1:5173 into a fresh output directory.