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

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

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

14 रिपॉजिटरी

Awesome GitHub RepositoriesAdversarial Input Generation

Creation of edge-case and adversarial inputs to stress-test AI models for safety and brand risks.

Distinct from Adversarial Robustness Testing: Focuses specifically on the generation of inputs for AI model testing rather than general network or security vulnerability research.

Explore 14 awesome GitHub repositories matching security & cryptography · Adversarial Input Generation. Refine with filters or upvote what's useful.

Awesome Adversarial Input Generation GitHub Repositories

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

    evidentlyai/evidently

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

    Evidently is an AI observability platform and evaluation framework designed to quantify the performance of machine learning models and large language models. It functions as a monitoring tool for detecting data drift and quality degradation in tabular datasets, while providing a specialized analyzer for the faithfulness and correctness of retrieval augmented generation systems. The project distinguishes itself through an evaluation framework that utilizes judge models and custom rubrics to score language model outputs. It includes tools for iterative prompt optimization and the generation of

    Generates adversarial inputs and edge-case scenarios to perform safety evaluations and brand risk stress-testing on AI models.

    Jupyter Notebookdata-driftdata-qualitydata-science
    GitHub पर देखें↗7,137
  • 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

    Detects and blocks prompt injection attacks, jailbreaks, and malicious instructions before they reach the language model.

    TypeScriptaianthropicguardrails
    GitHub पर देखें↗6,631
  • nvidia/nemo-guardrailsNVIDIA का अवतार

    NVIDIA/NeMo-Guardrails

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

    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

    Protects models from jailbreak attempts and malicious instructions using input inspection.

    Python
    GitHub पर देखें↗6,453
  • tensorflow/cleverhanstensorflow का अवतार

    tensorflow/cleverhans

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

    Cleverhans एक TensorFlow एडवरसैरियल मशीन लर्निंग लाइब्रेरी है जो एक अटैक फ्रेमवर्क, रोबस्टनेस बेंचमार्क और डिफेंस लाइब्रेरी के रूप में कार्य करती है। यह एडवरसैरियल एग्जांपल्स उत्पन्न करने, न्यूरल नेटवर्क्स की सुरक्षा का परीक्षण करने और दुर्भावनापूर्ण इनपुट्स के खिलाफ मॉडल लचीलापन बढ़ाने के लिए सुरक्षात्मक तंत्र लागू करने के लिए उपकरणों का एक संग्रह प्रदान करती है। प्रोजेक्ट का ध्यान ऐसे परटर्ब्ड इनपुट्स बनाने पर है जिन्हें मशीन लर्निंग मॉडल्स को गलत भविष्यवाणियां करने के लिए धोखा देने के लिए डिज़ाइन किया गया है। यह एडवरसैरियल नॉइज़ के अधीन होने पर डीप लर्निंग मॉडल की स्थिरता और सटीकता के मूल्यांकन को सक्षम बनाता है, और सुरक्षा कमजोरियों की पहचान करने के लिए ज्ञात अटैक मेथड्स के संदर्भ कार्यान्वयन प्रदान करता है। टूलकिट एडवरसैरियल एग्जांपल जनरेशन, मशीन लर्निंग मॉडल डिफेंस और न्यूरल नेटवर्क रोबस्टनेस बेंचमार्किंग को कवर करती है। यह ग्रेडिएंट-आधारित परटर्बेशन और इटरेटिव ऑप्टिमाइज़ेशन लूप्स को निष्पादित करने के लिए एक मॉडल-अज्ञेय इंटरफ़ेस और डिफरेंशिएबल अटैक कार्यान्वयन का उपयोग करती है।

    Generates malicious input perturbations using reference methods to deceive machine learning models.

    Jupyter Notebook
    GitHub पर देखें↗6,443
  • trusted-ai/adversarial-robustness-toolboxTrusted-AI का अवतार

    Trusted-AI/adversarial-robustness-toolbox

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

    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

    Analyzes inputs and activations to flag samples crafted to deceive the model.

    Pythonadversarial-attacksadversarial-examplesadversarial-machine-learning
    GitHub पर देखें↗6,056
  • helicone/heliconeHelicone का अवतार

    Helicone/helicone

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

    Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with large language models. By acting as a reverse-proxy, it provides a centralized layer for routing requests across multiple AI providers, allowing developers to maintain consistent application logic while gaining deep visibility into model performance, usage, and costs. The platform distinguishes itself through a robust suite of traffic management and prompt engineering tools. It enables policy-driven control, including automatic failover between providers, rate limiting, and edge-b

    Analyzes user messages to identify jailbreak attempts and malicious instructions across multiple languages and blocks the request.

    TypeScript
    GitHub पर देखें↗5,830
  • giskard-ai/giskardGiskard-AI का अवतार

    Giskard-AI/giskard

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

    Giskard लार्ज लैंग्वेज मॉडल्स (LLMs) और AI एजेंट्स के लिए एक इवैल्यूएशन फ्रेमवर्क, टेस्टिंग लाइब्रेरी और क्वालिटी मॉनिटरिंग सिस्टम है। यह मॉडल के प्रदर्शन और विश्वसनीयता को मापने के लिए एक टूलकिट के रूप में कार्य करता है, जो RAG (retrieval-augmented generation) पाइपलाइन्स को वैलिडेट करने के लिए विशेष क्षमताएं प्रदान करता है। यह प्रोजेक्ट अपने ऑटोमेटेड रेड टीमिंग टूल और सिक्योरिटी स्कैनर के माध्यम से खुद को अलग बनाता है, जिसे कमजोरियों, प्रॉम्प्ट इंजेक्शन और सुरक्षा जोखिमों की पहचान करने के लिए डिज़ाइन किया गया है। यह मॉडल की मजबूती को मापने और जानकारी लीक होने का पता लगाने के लिए एडवर्सरियल प्रोबिंग और सिंथेटिक एज केस जनरेशन का उपयोग करता है। यह प्लेटफॉर्म तथ्यात्मक सटीकता और मतिभ्रम (hallucination) का पता लगाने, तर्क और लॉजिक बेंचमार्किंग, और बायस डिटेक्शन जैसी व्यापक क्षमताएं प्रदान करता है। यह रिग्रेशन टेस्टिंग, RAG कंपोनेंट असेसमेंट और नॉलेज बेस से टेस्ट केस जनरेट करने के लिए टूल्स प्रदान करता है। सिस्टम में सहयोगी टीम वर्कस्पेस, रोल-आधारित एक्सेस कंट्रोल और समय के साथ प्रदर्शन में गिरावट की निगरानी के लिए शेड्यूल्ड इवैल्यूएशन पाइपलाइन्स जैसी मैनेजमेंट सुविधाएं शामिल हैं।

    Generates synthetic edge cases and adversarial inputs to stress-test model resilience and robustness.

    Python
    GitHub पर देखें↗5,434
  • christophm/interpretable-ml-bookchristophM का अवतार

    christophM/interpretable-ml-book

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

    This project is a comprehensive educational resource and technical manual focused on interpretable machine learning and explainable AI. It serves as a textbook and reference for implementing techniques that make complex machine learning models transparent and understandable to humans. The resource provides guidance on both building inherently transparent models, such as decision trees and sparse linear models, and applying post-hoc explanation methods to black-box systems. It details specific methodologies for quantifying feature importance, generating rationales for individual predictions, a

    Generates adversarial inputs to stress-test AI models and identify vulnerabilities in their decision logic.

    Jupyter Notebook
    GitHub पर देखें↗5,317
  • microsoft/agent-governance-toolkitmicrosoft का अवतार

    microsoft/agent-governance-toolkit

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

    agent-governance-toolkit सुरक्षा नीतियों को लागू करने, जीरो-ट्रस्ट पहचान प्रबंधित करने और स्वायत्त AI एजेंटों के निष्पादन को सैंडबॉक्स करने के लिए एक फ्रेमवर्क है। यह एक सुरक्षा नीति इंजन, क्रिप्टोग्राफिक पहचान प्रबंधन और रनटाइम निष्पादन सैंडबॉक्स के उपयोग के माध्यम से एजेंटों के व्यवहार को नियंत्रित करने के लिए डिज़ाइन की गई एक गवर्नेंस परत प्रदान करता है। यह प्रोजेक्ट मल्टी-टियर प्रिविलेज रिंग सिस्टम और एक क्रिप्टोग्राफिक आइडेंटिटी मेश के माध्यम से खुद को अलग करता है जो स्वायत्त संस्थाओं के बीच संचार को सुरक्षित करता है। यह इकाई विश्वसनीयता को ट्रैक करने के लिए डिके-आधारित ट्रस्ट स्कोरिंग तंत्र को लागू करता है और निष्पादन का सत्यापन योग्य इतिहास बनाए रखने के लिए हैश-चेन्ड, टेम्पर-प्रूफ ऑडिट लॉग का उपयोग करता है। यह टूलकिट प्रॉम्प्ट सुरक्षा (इंजेक्शन हमलों से बचाव के लिए), नियामक मानकों के खिलाफ स्वचालित अनुपालन मैपिंग और सागा पैटर्न का उपयोग करके स्वायत्त वर्कफ़्लो ऑर्केस्ट्रेशन सहित क्षमता क्षेत्रों की एक विस्तृत श्रृंखला को कवर करती है। इसमें स्वास्थ्य और खर्च की सीमाओं को ट्रैक करने के लिए फ्लीट मॉनिटरिंग, और अनधिकृत संसाधन एक्सेस को प्रतिबंधित करने के लिए टूल निष्पादन सैंडबॉक्सिंग भी शामिल है। नियंत्रण संकेतों को निष्पादित करने, गवर्नेंस नीतियों को मान्य करने और एक्सटेंशन की स्थापना को प्रबंधित करने के लिए एक कमांड-लाइन इंटरफेस प्रदान किया गया है।

    Uses a multi-vector evaluation system to detect and block prompt injection and jailbreak attempts.

    Python
    GitHub पर देखें↗4,522
  • llm-attacks/llm-attacksllm-attacks का अवतार

    llm-attacks/llm-attacks

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

    This repository provides tools and methodologies for studying adversarial attacks on large language models. It focuses on understanding how carefully crafted inputs can manipulate or bypass the safety mechanisms of LLMs, enabling researchers to probe model vulnerabilities and improve their robustness. The project covers techniques for generating adversarial prompts, evaluating model responses under attack conditions, and analyzing the effectiveness of different attack strategies.

    Generates gradient-based adversarial inputs to stress-test AI model safety alignments.

    Python
    GitHub पर देखें↗4,509
  • reinderien/mimicreinderien का अवतार

    reinderien/mimic

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

    Mimic is a unicode homoglyph generator and text obfuscation tool. It functions as a character substitutor that replaces standard ASCII characters with visually similar Unicode symbols to create text that appears correct to humans but is functionally different. The project is used for source code obfuscation by inserting subtle syntax errors into code to hide intent or break automated analysis. It also serves as a tool for textual adversarial testing to evaluate the resilience of software filters against maliciously crafted input. The utility achieves these results through a mapping system th

    Generates maliciously crafted input using Unicode substitutions to test the resilience of software filters.

    Python
    GitHub पर देखें↗3,755
  • azure/pyritAzure का अवतार

    Azure/PyRIT

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

    PyRIT is an AI vulnerability assessment tool and security scanner designed to detect risks in large language model applications. It functions as a generative AI red teaming framework used to simulate adversarial attacks and identify weaknesses in system guardrails. The tool automates AI risk assessment by scanning generative AI components for security vulnerabilities. It utilizes automated testing and analysis to identify security gaps and prevent potential exploits through a consistent, repeatable process. The system incorporates asynchronous model orchestration to compare security postures

    Generates adversarial inputs through iterative prompt refinement to bypass safety filters.

    Pythonai-red-teamgenerative-aired-team-tools
    GitHub पर देखें↗3,444
  • vllm-project/semantic-routervllm-project का अवतार

    vllm-project/semantic-router

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

    Identifies jailbreak attempts and prompt injections in real time to prevent unauthorized model behavior.

    Goai-gatewaybert-classificationfine-tuning
    GitHub पर देखें↗3,205
  • 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

    Detects and blocks prompt injection and jailbreak attempts to prevent malicious hijacking of model behavior.

    Pythonadversarial-machine-learningchatgptlarge-language-models
    GitHub पर देखें↗2,561
  1. Home
  2. Security & Cryptography
  3. Adversarial Robustness Testing
  4. Adversarial Input Generation

सब-टैग एक्सप्लोर करें

  • Adversarial Input Detection2 सब-टैग्सAnalyzes input data or internal model activations to flag samples likely crafted to deceive the model. **Distinct from Adversarial Input Generation:** Distinct from Adversarial Input Generation: focuses on detecting adversarial inputs, not generating them.
  • Adversarial Suffix GenerationCreating specific string sequences to be appended to queries to trigger restricted responses. **Distinct from Adversarial Input Generation:** Specifically targets the generation of suffixes rather than general adversarial input shapes.
  • Textual Adversarial GeneratorsTools for generating adversarial text inputs specifically designed to test filter resilience via Unicode substitutions. **Distinct from Adversarial Input Generation:** Distinct from general Adversarial Input Generation by specializing in textual homoglyph-based attacks.
  • Textual Adversarial InputsGeneration of text using visually misleading characters to test the resilience of software filters and AI models. **Distinct from Adversarial Input Generation:** Distinct from general Adversarial Input Generation by focusing specifically on visually misleading text characters.