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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to hamzaydia/verifyfetch

Open-source alternatives to Verifyfetch

29 open-source projects similar to hamzaydia/verifyfetch, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Verifyfetch alternative.

  • pompelmi/pompelmipompelmi avatar

    pompelmi/pompelmi

    649View on GitHub↗

    ClamAV antivirus scanning for Node.js — scan file uploads with a single function call. Zero dependencies. Typed Symbol verdicts. Local or Docker/clamd.

    JavaScript
    View on GitHub↗649
  • helmetjs/helmethelmetjs avatar

    helmetjs/helmet

    10,692View on GitHub↗

    Helmet is an Express.js middleware library that sets a comprehensive collection of HTTP security headers to protect web applications from common vulnerabilities like cross-site scripting and clickjacking. At its core, it provides a configurable middleware system for injecting security headers into HTTP responses, with a primary focus on Content Security Policy configuration through custom directives and report-only testing modes. The library distinguishes itself through a flexible configuration surface that supports method chaining for composing multiple headers in a single expression, as wel

    TypeScripthelmethttp-headersjavascript
    View on GitHub↗10,692
  • spec-first/connexionspec-first avatar

    spec-first/connexion

    4,600View on GitHub↗

    Connexion is a spec-first Python web framework designed to derive server behavior and validation logic directly from a predefined API contract. It enables the development of web services by using an OpenAPI specification to automatically handle routing, request validation, and response serialization. The framework distinguishes itself by acting as an OpenAPI request validator and mock server. It can simulate API behavior by serving example responses based on specification schemas, allowing for frontend development and prototyping before a backend implementation is completed. Additionally, it

    Pythonapi-firstapi-restflask-extensions
    View on GitHub↗4,600
  • dandelionsprout/adfiltDandelionSprout avatar

    DandelionSprout/adfilt

    2,050View on GitHub↗
    Adblock Filter Listad-blockeradblockadblock-plus
    View on GitHub↗2,050

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • endojs/endoendojs avatar

    endojs/endo

    1,027View on GitHub↗

    Endo is a distributed secure JavaScript sandbox, based on SES

    JavaScriptcapabilitiescaptphardened
    View on GitHub↗1,027
  • fastify/secure-json-parsefastify avatar

    fastify/secure-json-parse

    242View on GitHub↗

    JSON.parse() drop-in replacement with prototype poisoning protection

    JavaScript
    View on GitHub↗242
  • firefart/hijaggerfirefart avatar

    firefart/hijagger

    307View on GitHub↗

    Checks all maintainers of all NPM and Pypi packages for hijackable packages through domain re-registration

    Go
    View on GitHub↗307
  • fxos-components/serviceworkerwareF

    fxos-components/serviceworkerware

    0View on GitHub↗
    View on GitHub↗0
  • gmetais/sw-deltagmetais avatar

    gmetais/sw-delta

    1,099View on GitHub↗

    An incremental cache for the web

    JavaScript
    View on GitHub↗1,099
  • googlechrome/sw-precacheGoogleChrome avatar

    GoogleChrome/sw-precache

    5,189View on GitHub↗

    sw-precache is a service worker precache generator used to create scripts that enable offline functionality for web applications. It acts as a build-time asset cache manager that hashes static files and manages their versioning within a service worker cache. The project provides a runtime cache configurator to define caching strategies and request handlers for dynamic content based on URL patterns. It also includes an offline fallback handler to intercept network failures and serve cached fallback pages. The toolset covers the generation of service worker code and manifests, content-hash bas

    JavaScript
    View on GitHub↗5,189
  • googlechrome/sw-toolboxGoogleChrome avatar

    GoogleChrome/sw-toolbox

    3,584View on GitHub↗

    Service Worker Toolbox provides some simple helpers for use in creating your own service workers. Specifically, it provides common caching strategies for dynamic content, such as API calls, third-party resources, and large or infrequently used local resources that you don't want precached.

    JavaScript
    View on GitHub↗3,584
  • googlechrome/workboxGoogleChrome avatar

    GoogleChrome/workbox

    12,895View on GitHub↗

    Workbox is a modular library and toolkit designed for managing service workers in progressive web applications. It provides a comprehensive framework for handling asset caching, request routing, and background script lifecycle management, enabling developers to build web applications that function reliably offline and load efficiently. The project distinguishes itself through a declarative routing engine and a plugin-based architecture that allows for the injection of custom logic into the request and response processing pipeline. It supports advanced caching patterns, such as cache-first or

    JavaScriptoffline-firstprogressive-web-appservice-worker
    View on GitHub↗12,895
  • hagezi/dns-blocklistshagezi avatar

    hagezi/dns-blocklists

    20,103View on GitHub↗

    This project is a comprehensive repository of curated domain blocklists designed for network-wide DNS filtering. It functions as a DNS sinkhole feed, providing the necessary data to intercept and block unwanted network requests at the resolution layer before they reach their destination. By returning null or loopback addresses for identified domains, it prevents connections to malicious infrastructure, advertising servers, and tracking endpoints across all devices on a network. The repository distinguishes itself through a tiered categorization logic that allows users to select protection lev

    Textadblockadguardads
    View on GitHub↗20,103
  • hapijs/bournehapijs avatar

    hapijs/bourne

    180View on GitHub↗

    JSON.parse() drop-in replacement with prototype poisoning protection

    JavaScript
    View on GitHub↗180
  • lavamoat/lavamoatlavamoat avatar

    lavamoat/lavamoat

    1,200View on GitHub↗

    tools for sandboxing your dependency graph

    JavaScript
    View on GitHub↗1,200
  • leizongmin/js-xssleizongmin avatar

    leizongmin/js-xss

    5,319View on GitHub↗

    js-xss is an HTML XSS sanitizer and whitelist-based HTML filter designed to remove malicious code from untrusted HTML. It serves as a tool for cross-site scripting prevention and user-generated content management by cleaning HTML strings to ensure safe browser rendering. The library includes a CSS style validator to scrub inline styles against a whitelist and an HTML content purifier capable of stripping all tags to extract raw text. It allows for custom HTML filtering through the definition of specific rules and handler functions to control permitted elements and attributes. The tool covers

    HTML
    View on GitHub↗5,319
  • lirantal/anti-trojan-sourcelirantal avatar

    lirantal/anti-trojan-source

    81View on GitHub↗

    Detect Glassworm & trojan source attacks that employ unicode bidi attacks to inject malicious code

    JavaScript
    View on GitHub↗81
  • rafaelgss/is-my-node-vulnerableRafaelGSS avatar

    RafaelGSS/is-my-node-vulnerable

    328View on GitHub↗

    package that checks if your Node.js installation is vulnerable to known security vulnerabilities

    JavaScript
    View on GitHub↗328
  • sdgluck/fetch-syncS

    sdgluck/fetch-sync

    0View on GitHub↗
    View on GitHub↗0
  • sdgluck/msgrS

    sdgluck/msgr

    0View on GitHub↗
    View on GitHub↗0
  • sigcli/sigclisigcli avatar

    sigcli/sigcli

    255View on GitHub↗

    The authentication CLI & Proxy for AI agents. Give agents access, not your credentials.

    TypeScript
    View on GitHub↗255
  • snyk-labs/noppsnyk-labs avatar

    snyk-labs/nopp

    35View on GitHub↗

    Tiny helper to protect against Prototype Pollution vulnerabilities in your application regardless if they introduced in your own code or in 3rd-party code

    JavaScript
    View on GitHub↗35
  • snyk-labs/snyncsnyk-labs avatar

    snyk-labs/snync

    53View on GitHub↗

    Mitigate security concerns of Dependency Confusion supply chain security risks

    JavaScript
    View on GitHub↗53
  • talater/upupTalAter avatar

    TalAter/UpUp

    4,920View on GitHub↗

    UpUp is a service worker framework and progressive web app tool designed to provide websites with offline capabilities. It functions as a browser cache manager that enables offline website availability by utilizing service workers and the cache API. The project manages the offline workflow through static asset pre-caching and version-based cache busting to ensure stored resources remain current. It also includes offline fallback management to define specific pages or content that display to users when a network connection is unavailable and the requested resource is not cached. Additional ca

    JavaScripthacktoberfestofflineoffline-first
    View on GitHub↗4,920
  • ulisesgascon/tor-detect-middlewareUlisesGascon avatar

    UlisesGascon/tor-detect-middleware

    14View on GitHub↗

    Tor detect middleware for express

    JavaScript
    View on GitHub↗14
  • adampflug/express-bruteAdamPflug avatar

    AdamPflug/express-brute

    568View on GitHub↗

    Brute-force protection middleware for express routes by rate limiting incoming requests

    JavaScript
    View on GitHub↗568
  • webdecoy/fcaptchaWebDecoy avatar

    WebDecoy/FCaptcha

    158View on GitHub↗

    Open-source, invisible CAPTCHA that detects AI agents, bots, and headless browsers via 40+ behavioral signals, device & TLS fingerprinting, and SHA-256 proof of work. Self-hosted and privacy-first.

    JavaScript
    View on GitHub↗158
  • cossacklabs/acracossacklabs avatar

    cossacklabs/acra

    1,482View on GitHub↗

    Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.

    Go
    View on GitHub↗1,482
  • cure53/dompurifycure53 avatar

    cure53/DOMPurify

    16,638View on GitHub↗

    DOMPurify is a security-focused library designed to sanitize untrusted HTML input, preventing cross-site scripting attacks by stripping malicious code while preserving safe content. It functions as a utility for secure document object model manipulation, ensuring that user-provided rich text can be rendered safely within web applications. The library distinguishes itself through a single-pass, mutation-observer-free processing model that operates on detached document fragments to avoid triggering unintended side effects. It employs recursive node traversal and context-aware logic to inspect a

    JavaScriptcross-site-scriptingdomdompurify
    View on GitHub↗16,638