loading code fetching the highlighted snippet
A simulated agent streams a PR-review response mixing legitimate rich HTML (verdict box, findings table, real link) with deliberate XSS attempts — javascript: URLs, onerror / onclick / onsubmit handlers, a vbscript: protocol, a form posting to javascript:. Watch the source, the sanitized render, and the audit log fill in together.
Parser layer — custom renderers and snippets
cannot bypass it.javascript:, vbscript:, data: (where unsafe), and other dangerous protocols.onclick, onerror, onsubmit, …) and srcdoc are stripped before render.// agent response will arrive here word by word.
click "start" to render the simulated agent response.
nothing blocked yet — the log fills in as malicious payloads stream in.