awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 रिपॉजिटरी

Awesome GitHub RepositoriesSensitive Data Redaction

Automatically removes confidential information from conversational text to prevent data leakage to AI providers.

Distinct from Sensitive Data Identification: Focuses on the active removal (redaction) of data for privacy, not just identification for auditing

Explore 15 awesome GitHub repositories matching part of an awesome list · Sensitive Data Redaction. Refine with filters or upvote what's useful.

Awesome Sensitive Data Redaction GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ruvnet/rufloruvnet का अवतार

    ruvnet/ruflo

    61,524GitHub पर देखें↗

    Ruflo is an AI agent orchestration platform and workflow automation tool designed to decompose high-level goals into executable action plans. It functions as a manager for multi-agent swarms, organizing autonomous entities into collaborative topologies that utilize shared consensus to complete complex tasks. The framework distinguishes itself through a retrieval-augmented generation layer and knowledge graphs for reasoning over linked data. It incorporates a trajectory-based learning loop that analyzes previous execution paths to refine cognitive patterns and improve future reasoning accuracy

    Scans outbound messages for private information and applies redaction based on receiver trust levels.

    TypeScript
    GitHub पर देखें↗61,524
  • danswer-ai/danswerdanswer-ai का अवतार

    danswer-ai/danswer

    30,552GitHub पर देखें↗

    Danswer is an LLM application framework and RAG engine that provides a self-hosted interface for connecting large language models to private data. It serves as an enterprise AI chat interface and agent orchestrator, enabling the creation of specialized assistants with custom instructions and knowledge bases. The platform differentiates itself through an observability dashboard for tracking query history and token consumption, as well as a white-labeled interface for customized branding. It includes a multi-step research workflow for producing long-form reports and a sandboxed environment for

    Automatically removes personally identifiable information and sensitive data from conversational text to prevent leakage.

    Python
    GitHub पर देखें↗30,552
  • zalmoxisus/redux-devtools-extensionzalmoxisus का अवतार

    zalmoxisus/redux-devtools-extension

    13,460GitHub पर देखें↗

    This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for inspecting and modifying application state and actions in real time, serving as an action logger and time travel debugger to troubleshoot application logic. The tool allows users to navigate a chronological history of state changes to replay previous versions of the application or skip specific actions. It also functions as a remote monitoring bridge, streaming Redux state and actions from non-browser environments to a centralized debugging interface. The capability surface in

    Provides the ability to filter or redact sensitive data from state objects before they are sent to the monitor.

    JavaScriptdebugdevtoolsextension
    GitHub पर देखें↗13,460
  • k8sgpt-ai/k8sgptk8sgpt-ai का अवतार

    k8sgpt-ai/k8sgpt

    7,922GitHub पर देखें↗

    k8sgpt is a suite of Kubernetes-focused tools designed for AI-powered debugging, cluster diagnostics, and self-healing. It functions as an automated analyzer and debugger that uses large language models to explain cluster errors, suggest remediation steps, and identify resource failures. The project distinguishes itself through an extensible analysis framework that supports custom diagnostic plugins and a Model Context Protocol server, which exposes cluster diagnostics as tools for AI assistants. It includes a self-healing agent capable of automatically generating and applying fixes for detec

    Masks sensitive information and resource labels to prevent data leakage when transmitting cluster data to AI providers.

    Go
    GitHub पर देखें↗7,922
  • proxymanapp/proxymanProxymanApp का अवतार

    ProxymanApp/Proxyman

    6,858GitHub पर देखें↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Automatically redacts cookie and Authorization headers from captures before uploading to a workspace.

    debugging-tooliosmacos
    GitHub पर देखें↗6,858
  • homanp/superagenthomanp का अवतार

    homanp/superagent

    6,631GitHub पर देखें↗

    Superagent is a framework for AI assistant orchestration and agent security. It provides the tools to build intelligent assistants that integrate external APIs and maintain conversation memory to automate complex tasks. The project focuses on AI agent security through adversarial testing, red teaming, and the detection of prompt injections and malicious tool calls. It includes automated vulnerability patching, which scans codebases and configurations for security flaws and generates pull requests with fixes. The platform supports retrieval augmented generation by connecting language models t

    Automatically redacts PII, PHI, and secrets from text to prevent data leaks.

    TypeScript
    GitHub पर देखें↗6,631
  • superagent-ai/superagentsuperagent-ai का अवतार

    superagent-ai/superagent

    6,631GitHub पर देखें↗

    Superagent is an AI safety platform that protects applications from prompt injections, data leaks, and harmful outputs through built-in guardrails. It functions as a prompt injection detection system, data redaction tool, and red team testing tool, automatically removing personally identifiable information and protected health data from AI inputs and outputs while scanning image uploads with vision AI to detect visual prompt injection attacks before processing. The platform routes every prompt through a sequential pipeline of safety checks including injection detection, data redaction, and co

    Automatically removes personally identifiable information and protected health data from AI inputs and outputs.

    TypeScriptaianthropicguardrails
    GitHub पर देखें↗6,631
  • vcr/vcrvcr का अवतार

    vcr/vcr

    6,070GitHub पर देखें↗

    VCR is a Ruby library that records and replays HTTP interactions during test runs, storing them in serialized cassette files. It captures real HTTP requests and responses, then serves those recorded responses instead of making actual network calls, enabling fast and deterministic test suites that work offline. The library provides configurable request matching, allowing comparisons based on method, URI, host, path, body, or headers to find the correct recorded response. It supports scheduled cassette re-recording to automatically refresh stored interactions at a configurable interval, keeping

    Strips or replaces confidential information from recorded HTTP interactions before saving them to disk.

    Ruby
    GitHub पर देखें↗6,070
  • openchatai/openchatopenchatai का अवतार

    openchatai/OpenChat

    5,243GitHub पर देखें↗

    OpenChat is an AI chatbot management platform used for building, deploying, and managing custom agents powered by large language models. It serves as an omnichannel customer support suite that integrates language model automation with communication channels including email, SMS, social media, and voice. The platform features a retrieval-augmented generation knowledge base integrator that ingests documents, websites, and codebases to provide context-aware responses. It includes a dedicated privacy layer for the detection and removal of sensitive personal and health information to maintain regu

    Automatically detects and removes sensitive personal and health information from messages to ensure regulatory compliance.

    JavaScript
    GitHub पर देखें↗5,243
  • latitude-dev/latitude-llmlatitude-dev का अवतार

    latitude-dev/latitude-llm

    4,145GitHub पर देखें↗

    This project is a self-hosted AI monitoring stack that functions as an LLM observability platform, AI evaluation framework, and OpenTelemetry trace analyzer. It is designed to capture and analyze LLM traces, sessions, and telemetry to monitor AI agent performance. The platform distinguishes itself as a Model Context Protocol server, exposing workspace functions as tools for AI coding agents. It enables the conversion of failing production traces into test datasets for regression testing and utilizes semantic-based session clustering to discover emerging user behavior patterns. The system cov

    Automatically removes personally identifiable information from conversational text to prevent data leakage.

    TypeScript
    GitHub पर देखें↗4,145
  • crmne/ruby_llmcrmne का अवतार

    crmne/ruby_llm

    3,566GitHub पर देखें↗

    ruby_llm is an LLM integration framework and AI agent orchestrator designed to connect applications to multiple large language model providers through a unified interface. It serves as a toolkit for building autonomous assistants with custom personas, managing structured output via JSON schemas, and implementing vector embedding engines for semantic search. The project distinguishes itself as an observability suite and multimodal toolkit. It provides specialized capabilities for tracking token usage, calculating model costs, and tracing workflows via OpenTelemetry, while supporting the proces

    Removes confidential data from conversations to prevent sensitive information from reaching external AI providers.

    Rubyaianthropicchatgpt
    GitHub पर देखें↗3,566
  • vllm-project/semantic-routervllm-project का अवतार

    vllm-project/semantic-router

    3,205GitHub पर देखें↗

    Scans requests and responses for sensitive data and applies configurable policies to protect privacy.

    Goai-gatewaybert-classificationfine-tuning
    GitHub पर देखें↗3,205
  • entireio/clientireio का अवतार

    entireio/cli

    2,753GitHub पर देखें↗

    This project is a Git-based AI session tracker and context manager designed to record AI agent interactions, transcripts, and tool usage directly into Git repositories. It functions as a system for capturing and indexing the reasoning behind code changes, linking AI prompts and responses to specific code commits to preserve developer intent. The tool distinguishes itself by using Git as a primary storage layer for session metadata, utilizing shadow branches and checkpoints to track agent state without polluting the main commit log. It includes specialized capabilities for auditing AI contribu

    Replaces sensitive patterns in AI transcripts and metadata using regular expressions to prevent data leakage.

    Goagentsaiclaude
    GitHub पर देखें↗2,753
  • protectai/llm-guardprotectai का अवतार

    protectai/llm-guard

    2,561GitHub पर देखें↗

    LLM Guard is a security firewall and guardrail framework designed to scan and sanitize inputs and outputs for large language models. It functions as a proxy gateway and security layer to block prompt injections, toxicity, and sensitive data leakage while ensuring that model interactions remain compliant with organizational policies. The system distinguishes itself through a modular scanner pipeline that utilizes local model orchestration to eliminate external network dependencies. It supports real-time security filtering via streaming chunk analysis and implements a fail-fast execution model

    Replaces personally identifiable information or custom patterns in output to prevent data leakage.

    Pythonadversarial-machine-learningchatgptlarge-language-models
    GitHub पर देखें↗2,561
  • dynamiq-ai/dynamiqdynamiq-ai का अवतार

    dynamiq-ai/dynamiq

    1,053GitHub पर देखें↗

    Dynamiq is an agent development platform designed for building, orchestrating, and monitoring autonomous agents. It provides a framework for constructing complex, multi-step workflows using a graph-based engine that supports conditional branching, feedback loops, and iterative task execution. The platform distinguishes itself through its focus on secure, private infrastructure, allowing for the deployment of language models and orchestration services within virtual private clouds to maintain data sovereignty. It integrates retrieval-augmented generation pipelines to ground model responses in

    Implements automated filtering and redaction to prevent sensitive information from leaving secure environments.

    Pythonagentsaigenerative-ai
    GitHub पर देखें↗1,053
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Information Extraction
  5. Sensitive Data Identification
  6. Sensitive Data Redaction