What problem does it solve?
This Skill helps verify whether a Vela deck payload, SVG, or CSS rule actually executes, fetches a network resource, or stays inert after passing through the real sanitizers and a real browser.
Core Features & Use Cases
- Real Sanitizer Validation: Loads the production deck sanitizers and checks whether dangerous strings survive the sanitization layer.
- Real Browser Probing: Runs payloads in Chromium to confirm whether an image, background image, inline SVG, or object-based vector actually fires.
- Security Regression Testing: Useful for exfiltration hunts, XSS verification, sanitizer fixes, and browser-rendering claims that cannot be proven by source review alone.
- Environment-Aware Testing: Includes guidance for the remote execution container, blocked CDNs, and the prebuilt Chromium binary already available in the image.
Quick Start
Ask the assistant to test a Vela payload in the real browser and report whether it executed or made any outbound request.