A simple custom-element to render html using lit-html.
micromark utility to encode dangerous html characters
micromark utility to encode dangerous html characters
DangerousHTML component that evaluates script tags
List of dangerous HTML character encoding labels
A custom directive for Vue that allows you to flexibly and easily control the output of potentially dangerous HTML.
MCP server exposing llm-output-sanitizer: strip dangerous HTML, SQL, and shell snippets from LLM output before rendering, executing, or persisting. Built for Claude Desktop, Cursor, Cline, Windsurf, and Zed.
Render raw html at your own risk!
Returns the diff of two GraphQL schemas. Detects dangerous and breaking changes.
Straight-forward node.js arguments parser
Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.
Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.
A React renderer for Storyblok rich text content
vfile utility to convert between positional (line and column-based) and offset (range-based) locations
Strict URL sanitization with security-focused validation
fast and safe way to escape and unescape &<>'" chars
hast utility to sanitize nodes
just emit 'log' events on the process object
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
A robust HTML entities encoder/decoder with full Unicode support.
Simplifies creation of HTML files to serve your webpack bundles
Advanced html to plain text converter
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Visualize flow between nodes in a directed acyclic network.
HTML sanitizer with configurable allow lists for tags and attributes. Strip dangerous elements like script, style, and iframe tags, remove event attributes, and safely render user-generated content.
This module allows Ruby programs to clean up any HTML document or fragment coming from an untrusted source and to remove all dangerous constructs that could be used for cross-site scripting or request forgery.
AntiSamy is a library to clean user-supplied HTML/CSS. This gem is a port of the anti-samy framework created for OWASP (http://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project) AntiSamy works by using a policy to removed any dangerous input you specify from attributes to tags. This gem is built using nokogiri