Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The example shows a tooltip render function building raw HTML with template literals that interpolate `title`, `name`, `value`, and `color` directly into the returned markup. If any of those values can originate from untrusted data, this creates a client-side XSS sink and may let attackers inject script-bearing HTML or dangerous attributes into the page.
