awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Web Security Utilities · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesWeb Security Utilities

Tools and libraries for sanitizing inputs and enforcing security policies in web applications.

Distinguishing note: No existing candidates provided; this focuses on input sanitization and attribute whitelisting for web security.

Explore 1 awesome GitHub repository matching security & cryptography · Web Security Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Web Security Utilities

Awesome Web Security Utilities GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • bigskysoftware/htmx

    bigskysoftware/htmx

    47,474View on GitHub↗

    HTMX is a hypermedia-driven frontend library that enables the creation of dynamic, asynchronous web applications by extending standard HTML attributes. It functions as a declarative engine that intercepts browser events to trigger network requests, allowing developers to update specific regions of the document with server-rendered HTML fragments. By shifting the logic of UI composition to the server, it minimizes the need for complex client-side state management and imperative JavaScript. The library distinguishes itself through a progressive enhancement workflow that ensures web interfaces r

    HTMX sanitizes user input and whitelists allowed attributes to prevent common vulnerabilities like cross-site scripting and request forgery while maintaining strict control over rendered content.

    JavaScripthateoashtmlhtmx
    47,474View on GitHub↗