awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesRendered Content Sanitization

Processes for cleaning rendered output to prevent cross-site scripting attacks.

Distinct from Sanitized HTML Labels: Focuses on sanitizing the output of a renderer rather than editing tools or general HTML responses.

Explore 6 awesome GitHub repositories matching security & cryptography · Rendered Content Sanitization. Refine with filters or upvote what's useful.

Awesome Rendered Content Sanitization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rexxars/react-markdownAvatar de rexxars

    rexxars/react-markdown

    15,773Ver en GitHub↗

    react-markdown is a React renderer that converts markdown text into a virtual DOM to safely display formatted content. It functions as a markdown syntax parser and renderer that transforms markdown strings into structural elements, ensuring XSS-safe content delivery. The project allows for the mapping of standard markdown elements to custom React components for specialized styling and behavior. It supports syntax extensions through a plugin system, enabling additional formatting features such as tables, footnotes, and tasklists. The system includes security primitives for HTML and URL saniti

    Prevents cross-site scripting attacks by sanitizing rendered markdown and filtering unsafe HTML elements.

    JavaScript
    Ver en GitHub↗15,773
  • erusev/parsedownAvatar de erusev

    erusev/parsedown

    15,049Ver en GitHub↗

    Parsedown is a PHP library that converts Markdown text and common extensions into structured HTML output for web browsers. It functions as a Markdown to HTML converter that processes both block-level and inline elements to generate valid web content. The library includes a PHP HTML sanitizer designed to escape HTML and scripting vectors. This security layer provides input sanitization to prevent attacks when processing untrusted user-generated content.

    Cleans rendered Markdown output to prevent cross-site scripting attacks when displaying untrusted text.

    PHP
    Ver en GitHub↗15,049
  • goofychris/art-templateAvatar de goofychris

    goofychris/art-template

    9,861Ver en GitHub↗

    art-template is a JavaScript templating engine and HTML template compiler that transforms custom syntax and script statements into optimized HTML output. It functions as a precompiled template engine that converts template source into standalone JavaScript functions to render dynamic content from data. The engine features a template inheritance framework that organizes layouts through nesting, blocks, and inclusions to create reusable components across multiple files. It incorporates automatic output sanitization and encoding to prevent cross-site scripting attacks. The system includes capab

    Automatically sanitizes and encodes output statements to protect web applications from cross-site scripting attacks.

    JavaScriptexpressjavascriptkoa
    Ver en GitHub↗9,861
  • twigphp/twigAvatar de twigphp

    twigphp/Twig

    8,363Ver en GitHub↗

    Twig is a PHP template engine and compiled rendering library designed to separate business logic from presentation. It functions as a secure template language that generates HTML output by combining dynamic data with reusable layouts. The system emphasizes security through a focus on preventing cross-site scripting attacks via automatic output escaping and content sanitization. To ensure execution efficiency, it compiles templates into optimized PHP code and utilizes a caching mechanism to bypass parsing on subsequent requests. The engine provides comprehensive tools for template composition

    Prevents XSS attacks by sanitizing data and escaping content during the template rendering process.

    PHPphptemplate-enginetemplate-language
    Ver en GitHub↗8,363
  • simon-he95/markstream-vueAvatar de Simon-He95

    Simon-He95/markstream-vue

    2,800Ver en GitHub↗

    Markstream-vue is a specialized rendering library for Vue and Nuxt applications designed to process and display streaming markdown content in real time. It provides a dedicated component for handling incoming text streams, such as those generated by artificial intelligence models, by converting them into structured visual layouts as the data arrives. The library distinguishes itself through a performance-focused rendering engine that utilizes document virtualization to manage long-form content. By rendering only the segments currently visible within the user viewport, it maintains smooth scro

    Ensures secure display of external content by filtering out malicious scripts from rendered output.

    Vueaiai-chatangular
    Ver en GitHub↗2,800
  • tholian-network/stealthAvatar de tholian-network

    tholian-network/stealth

    1,139Ver en GitHub↗

    Stealth is a distributed automation engine designed for headless browser orchestration, web scraping, and decentralized network coordination. It functions as a peer-to-peer framework that enables multiple nodes to align automated tasks, share cached web resources, and route traffic through a decentralized proxy architecture. By abstracting the underlying browser implementation, the project provides a unified interface for executing navigation and data extraction workflows across diverse environments. The platform distinguishes itself through its ability to synchronize browser sessions and aut

    Removes malicious or unnecessary code from web pages to ensure only safe and essential elements reach the user.

    JavaScriptanonymitybrowser-automationprivacy-protection
    Ver en GitHub↗1,139
  1. Home
  2. Security & Cryptography
  3. Rendered Content Sanitization