Only the latest release is supported.
Please do not open a public issue for security vulnerabilities.
Report privately via GitHub Security Advisories. You should get a response within a week.
The extension injects a script into inspected pages (world: MAIN) and renders page-provided data inside the DevTools panel. The interesting attack surface is therefore:
- a malicious inspected page influencing the panel (data is serialized to JSON-safe values and rendered through Lit templates; values interpolated into
styleattributes are validated), - forged
postMessagecommands from page scripts (equivalent to actions a developer with DevTools open could already perform — see the security note inentrypoints/content.ts).
Reports on either surface are very welcome.