About
This skill helps developers maintain secure WebF applications by auditing code for potential XSS vulnerabilities and unsafe rendering patterns. It identifies untrusted input sources—such as user-generated content, remote data, or query parameters—and flags instances where innerHTML-like rendering is used without proper protection. By leveraging OpenWebF documentation via MCP tools, it provides concrete recommendations and minimal code fixes to ensure all data is correctly sanitized and validated before it hits the UI.