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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesAdversarial Attacks

Tools for testing model robustness and creating adversarial perturbations.

Explore 10 awesome GitHub repositories matching part of an awesome list · Adversarial Attacks. Refine with filters or upvote what's useful.

Awesome Adversarial Attacks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cs231n/cs231n.github.ioAvatar von cs231n

    cs231n/cs231n.github.io

    10,923Auf GitHub ansehen↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Teaches how to generate adversarial examples using gradient-based methods to test model robustness.

    Jupyter Notebook
    Auf GitHub ansehen↗10,923
  • opencv/opencv_contribAvatar von opencv

    opencv/opencv_contrib

    10,116Auf GitHub ansehen↗

    This project is a collection of optional, community-contributed algorithms and specialized vision tools that extend the core OpenCV framework. It serves as a comprehensive library of extra modules for computer vision research, providing advanced toolsets for image processing, visual data analysis, and object detection. The library includes specialized frameworks for augmented reality tracking, biometric face recognition, and three-dimensional pose estimation. It provides distinct capabilities for identifying AR markers, tracking 3D object silhouettes, and performing neural network vulnerabili

    Provides tools for generating synthetic noise patterns to test the robustness of neural networks against misclassification attacks.

    C++opencv
    Auf GitHub ansehen↗10,116
  • homanp/superagentAvatar von homanp

    homanp/superagent

    6,631Auf GitHub ansehen↗

    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

    Simulates targeted attack scenarios against deployed agents to discover security vulnerabilities and exploit paths.

    TypeScript
    Auf GitHub ansehen↗6,631
  • cleverhans-lab/cleverhansAvatar von cleverhans-lab

    cleverhans-lab/cleverhans

    6,443Auf GitHub ansehen↗

    Cleverhans is an adversarial machine learning library and toolkit designed to generate adversarial examples, incorporate them into training loops, and benchmark the resilience of machine learning models. It provides a gradient-based attack framework for constructing both white-box and black-box attacks to identify model misclassifications. The project includes capabilities for model robustness benchmarking, allowing users to evaluate and verify how models resist evasion attacks and malicious input perturbations. It also facilitates adversarial training to increase a model's resistance to pert

    Implements black-box adversarial attacks by using substitute imitators to identify model misclassifications.

    Jupyter Notebookbenchmarkingmachine-learningsecurity
    Auf GitHub ansehen↗6,443
  • trusted-ai/adversarial-robustness-toolboxAvatar von Trusted-AI

    Trusted-AI/adversarial-robustness-toolbox

    6,056Auf GitHub ansehen↗

    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

    Provides a framework for generating evasion, poisoning, and extraction attacks to stress-test model robustness.

    Pythonadversarial-attacksadversarial-examplesadversarial-machine-learning
    Auf GitHub ansehen↗6,056
  • llm-attacks/llm-attacksAvatar von llm-attacks

    llm-attacks/llm-attacks

    4,509Auf GitHub ansehen↗

    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.

    Provides a comprehensive toolkit for generating gradient-based adversarial prompts to evaluate model robustness.

    Python
    Auf GitHub ansehen↗4,509
  • vdigpku/cmua-watermarkAvatar von VDIGPKU

    VDIGPKU/CMUA-Watermark

    110Auf GitHub ansehen↗

    The official code for CMUA-Watermark: A Cross-Model Universal Adversarial Watermark for Combating Deepfakes (AAAI2022) arxiv. It is based on disrupting-deepfakes .

    Cross-model universal adversarial watermarks for combating deepfakes.

    Python
    Auf GitHub ansehen↗110
  • jwliang007/pffAvatar von JWLiang007

    JWLiang007/PFF

    18Auf GitHub ansehen↗

    This repository contains the official PyTorch implementation of the following paper at ICLR 2024 (Spotlight):

    Backdoor attacks targeting face forgery detection models.

    Python
    Auf GitHub ansehen↗18
  • ningyu1991/scalableganfingerprintsN

    ningyu1991/ScalableGANFingerprints

    0Auf GitHub ansehen↗

    Ning Yu\, Vladislav Skripniuk\, Dingfan Chen, Larry Davis, Mario Fritz *Equal contribution ICLR 2022 Spotlight

    Scalable fingerprinting for responsible generative model disclosure.

    Auf GitHub ansehen↗0
  • abstractteen/antiforgeryA

    AbstractTeen/AntiForgery

    0Auf GitHub ansehen↗

    An example of Anti-Forgery: Towards a Stealthy and Robust DeepFake Disruption Attack via Adversarial Perceptual-aware Perturbations (to be presented at the IJCAI-ECAI 2022). This repository contains code for crafting perceptual-aware perturbation in the Lab color space to attack an…

    Stealthy deepfake disruption via adversarial perceptual perturbations.

    Auf GitHub ansehen↗0
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Adversarial Attacks

Unter-Tags erkunden

  • Black-Box Attack ExecutionsTechniques for identifying model misclassifications when internal gradients are unavailable, often via substitute models. **Distinct from Adversarial Attacks:** Focuses on the execution of attacks without model access, whereas Adversarial Attacks is the broad field.