### Current Situation Currently, there is no documented warnings for the potential of XSS attacks when using `html.script` ### Proposed Actions We should add a disclaimer to warn users not to use raw user inputs (from any untrusted data source) within the script contents to avoid XSS attacks.