Testing Client Side Dom Vulnerabilities

Test the vulnerabilities that live entirely in the browser, where the server is never the sink: DOM-based cross-site scripting from client-side sinks, DOM clobbering, prototype pollution that corrupts application logic, unsafe cross-window messaging, client-side path and open-redirect handling, and cross-origin information leaks. Use when reviewing a single-page app, heavy client-side JavaScript, a browser extension, or any code that reads attacker-influenceable input and writes it into the DOM, a sink, or a shared object. The taint never reaches the server.

UnboundCompute 200c525 6.4 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/testing-client-side-dom-vulnerabilities commit 200c525aae

Frequently asked questions

npx skillmds@latest add unboundcompute/testing-client-side-dom-vulnerabilities