awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

22 个仓库

Awesome GitHub RepositoriesGuardrails and AI Safety

Explore 22 awesome GitHub repositories matching part of an awesome list · Guardrails and AI Safety. Refine with filters or upvote what's useful.

Awesome Guardrails and AI Safety GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • slundberg/shapslundberg 的头像

    slundberg/shap

    25,535在 GitHub 上查看↗

    SHAP is a machine learning explainer that uses a game-theoretic framework to estimate the contribution of each feature to a model prediction. It provides a set of tools for quantifying how individual input features push a specific output away from a baseline value. The project includes specialized explainers for different architectures, including high-speed implementations for decision trees and ensemble models, linearization algorithms for deep learning networks, and covariance integration for linear models. It also features a model-agnostic interpretability tool that uses a kernel method to

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    在 GitHub 上查看↗25,535
  • marcotcr/limemarcotcr 的头像

    marcotcr/lime

    12,142在 GitHub 上查看↗

    This project is an agnostic model interpretability framework and explainability tool designed to provide local interpretable explanations for individual predictions. It functions as a local surrogate model that approximates the behavior of any machine learning classifier or regression model to identify the most influential features for a specific instance. The framework is designed to be model-agnostic, meaning it can explain predictions across tabular, text, and image data regardless of the underlying architecture. It employs local linear approximations and feature importance visualization t

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    JavaScript
    在 GitHub 上查看↗12,142
  • openmined/pysyftOpenMined 的头像

    OpenMined/PySyft

    9,907在 GitHub 上查看↗

    PySyft is a privacy-preserving machine learning framework and remote computation engine. It functions as a decentralized data analysis orchestrator that allows for the execution of data science workflows on remote servers without requiring the transfer of raw private data from the host device. The platform provides a secure collaboration environment where data owners manage permissions and authorize specific collaborators to run computations. It differentiates its workflow by utilizing mock data for local development and validation before submitting final analysis jobs to private remote serve

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Pythoncryptographydeep-learningfederated-learning
    在 GitHub 上查看↗9,907
  • leondz/garakleondz 的头像

    leondz/garak

    8,227在 GitHub 上查看↗

    Garak 是一套用于衡量 AI 可靠性、扫描漏洞并通过自适应探测自动化安全评估的工具。它充当生成式 AI 漏洞扫描器和评估工具,旨在识别语言模型中的安全漏洞、幻觉和故障模式。 该框架提供了一个用于红队测试和安全评估的工具包,利用结构化的探测器和检测器系统来计算故障率。它专门通过记录模型对对抗性输入的响应,扫描数据泄露和提示注入等风险。 该项目包括一个用于创建自定义生成器和检测器的插件系统。它进一步支持通过云 API、本地文件和 Web 端点与各种 AI 模型提供商集成,结果通过安全评估日志进行维护。

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗8,227
  • guardrails-ai/guardrailsguardrails-ai 的头像

    guardrails-ai/guardrails

    7,033在 GitHub 上查看↗

    Guardrails is a Python SDK that wraps calls to large language models with configurable validation pipelines, corrective actions, and structured output generation. It provides a unified API layer that connects to over 100 language models, applying consistent validation, streaming, and error-handling across providers. The framework validates and corrects model responses against safety and quality rules, detecting and mitigating risks in both inputs and outputs using pre-built and custom validators. The project distinguishes itself through a validator-pipeline architecture that sequentially appl

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Pythonaifoundation-modelgpt-3
    在 GitHub 上查看↗7,033
  • interpretml/interpretinterpretml 的头像

    interpretml/interpret

    6,881在 GitHub 上查看↗

    Interpret is an interpretable machine learning library and glassbox model framework. It provides toolkits for training inherently transparent models and applying post-hoc explanation techniques to make machine learning predictions human-understandable. The framework distinguishes itself by integrating differential privacy into the training of interpretable models to prevent sensitive data from leaking through explanations. It also features a visualization tool for rendering interactive decision paths and model behavior. The library covers model explainability through feature importance calcu

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    C++
    在 GitHub 上查看↗6,881
  • nvidia/nemo-guardrailsNVIDIA 的头像

    NVIDIA/NeMo-Guardrails

    6,453在 GitHub 上查看↗

    NeMo-Guardrails is a toolkit for adding programmable safety constraints and dialogue boundaries to large language model conversational systems. It functions as security middleware that intercepts inputs and outputs to block prompt injections, jailbreaks, and sensitive data leaks, while providing a conversational dialogue manager to define structured interaction flows through configuration files. The framework includes a hallucination filter to screen model outputs for factual accuracy and a specialized modeling language for defining conversational flows and constraints. It provides capabiliti

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗6,453
  • trusted-ai/adversarial-robustness-toolboxTrusted-AI 的头像

    Trusted-AI/adversarial-robustness-toolbox

    6,056在 GitHub 上查看↗

    The Adversarial Robustness Toolbox (ART) is an open-source library that provides a unified framework for evaluating, defending, and certifying machine learning models against adversarial threats. It wraps models from any framework behind a common estimator interface, enabling composable pipelines for attack generation, defense application, robustness certification, and privacy auditing across evasion, poisoning, and extraction threats. The library distinguishes itself by covering the full adversarial ML security lifecycle within a single toolkit. It supports gradient-based adversarial example

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Pythonadversarial-attacksadversarial-examplesadversarial-machine-learning
    在 GitHub 上查看↗6,056
  • trusted-ai/aif360Trusted-AI 的头像

    Trusted-AI/AIF360

    2,827在 GitHub 上查看↗

    A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗2,827
  • seldonio/alibiSeldonIO 的头像

    SeldonIO/alibi

    2,630在 GitHub 上查看↗

    Algorithms for explaining machine learning models

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗2,630
  • protectai/llm-guardprotectai 的头像

    protectai/llm-guard

    2,561在 GitHub 上查看↗

    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

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Pythonadversarial-machine-learningchatgptlarge-language-models
    在 GitHub 上查看↗2,561
  • fairlearn/fairlearnfairlearn 的头像

    fairlearn/fairlearn

    2,251在 GitHub 上查看↗

    A Python package to assess and improve fairness of machine learning models.

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗2,251
  • pytorch/opacuspytorch 的头像

    pytorch/opacus

    1,934在 GitHub 上查看↗

    Training PyTorch models with differential privacy

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗1,934
  • facebookresearch/cryptenfacebookresearch 的头像

    facebookresearch/CrypTen

    1,648在 GitHub 上查看↗

    A framework for Privacy Preserving Machine Learning

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗1,648
  • protectai/rebuffprotectai 的头像

    protectai/rebuff

    1,501在 GitHub 上查看↗

    LLM Prompt Injection Detector

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    TypeScript
    在 GitHub 上查看↗1,501
  • unitaryai/detoxifyunitaryai 的头像

    unitaryai/detoxify

    1,259在 GitHub 上查看↗

    Updated the multilingual model weights used by Detoxify with a model trained on the translated data from the 2nd Jigsaw challenge (as well as the 1st). This model has also been trained to minimise bias and now returns the same categories as the unbiased model. New best AUC score on the test set:…

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗1,259
  • pair-code/what-if-toolpair-code 的头像

    pair-code/what-if-tool

    1,004在 GitHub 上查看↗

    Source code/webpage/demos for the What-If Tool

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    HTML
    在 GitHub 上查看↗1,004
  • centerforaisafety/harmbenchcenterforaisafety 的头像

    centerforaisafety/HarmBench

    991在 GitHub 上查看↗

    📰 Latest News 📰 - 🗡️ What is HarmBench 🛡️ - 🌐 Overview 🌐 - ☕ Quick Start ☕ - ⚙️ Installation - 🛠️ Running the Evaluation Pipeline - ➕ Using your own models in HarmBench - ➕ Using your own red teaming methods in HarmBench - 🤗 Classifiers - ⚓ Documentation ⚓ - 🌱 HarmBench's Roadmap 🌱 -…

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    在 GitHub 上查看↗991
  • conversationai/perspectiveapiconversationai 的头像

    conversationai/perspectiveapi

    925在 GitHub 上查看↗

    Perspective is an API that uses machine learning models to score the perceived impact a comment might have on a conversation. See https://developers.perspectiveapi.com for more information.

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    在 GitHub 上查看↗925
  • openai/safety-gymopenai 的头像

    openai/safety-gym

    601在 GitHub 上查看↗

    Status: Archive (code is provided as-is, no updates expected)

    Listed in the “Guardrails and AI Safety” section of the The Incredible Pytorch awesome list.

    Python
    在 GitHub 上查看↗601
上一个12下一个
  1. Home
  2. Part of an Awesome List
  3. More to explore
  4. Guardrails and AI Safety