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

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

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

llm-attacks/llm-attacks

0
View on GitHub↗
4,509 星标·602 分支·Python·mit·10 次浏览llm-attacks.org↗

Llm Attacks

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.

Features

  • Adversarial Input Generation - Generates gradient-based adversarial inputs to stress-test AI model safety alignments.
  • Model Experiment Execution - Implements a system for running harmful prompts across multiple models to compare safety robustness.
  • LLM Evaluation Frameworks - Provides a testing environment to quantify how often harmful prompts bypass safety filters.
  • Adversarial Robustness Testing - Quantifies the success rate of jailbreak attacks through batch experiments to evaluate model stability.
  • Model Benchmarking Suites - Runs batch experiments across multiple harmful behaviors to measure model vulnerability to attacks.
  • Model Red-Teaming - Implements automated adversarial testing to detect safety failures and bypass safety filters in LLMs.
  • Adversarial Suffix Optimization - Uses coordinate gradient descent to iteratively refine token sequences that maximize adversarial response probability.
  • Safety and Alignment Frameworks - Provides a framework for identifying alignment failures to ensure models do not generate harmful content.
  • Adversarial Attacks - Provides a comprehensive toolkit for generating gradient-based adversarial prompts to evaluate model robustness.
  • Discrete Token Search - Searches the model vocabulary for replacement tokens that align with calculated gradient vectors.
  • Gradient-Based Jailbreak Generators - Automatically optimizes string sequences using model gradients to trigger restricted responses from language models.
  • Adversarial Suffix Generation - Generates specific string sequences to append to queries that bypass safety filters.
  • Transferability Testing - Validates if adversarial suffixes created on open-source models can bypass filters on closed-source models.
  • Evaluation Benchmarks - Universal and transferable adversarial attacks on aligned models.
  • White Box Attacks - Provides universal and transferable adversarial attacks on aligned models.

Star 历史

llm-attacks/llm-attacks 的 Star 历史图表llm-attacks/llm-attacks 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Llm Attacks 的开源替代方案

相似的开源项目,按与 Llm Attacks 的功能重合度排序。
  • giskard-ai/giskardGiskard-AI 的头像

    Giskard-AI/giskard

    5,434在 GitHub 上查看↗

    Giskard is an evaluation framework, testing library, and quality monitoring system for large language models and AI agents. It serves as a toolkit for quantifying model performance and reliability, providing specialized capabilities for validating retrieval-augmented generation pipelines. The project distinguishes itself through an automated red teaming tool and security scanner designed to identify vulnerabilities, prompt injections, and safety risks. It utilizes adversarial probing and synthetic edge case generation to quantify model robustness and detect information disclosure. The platfo

    Python
    在 GitHub 上查看↗5,434
  • internlm/opencompassInternLM 的头像

    InternLM/opencompass

    7,096在 GitHub 上查看↗

    OpenCompass is a comprehensive evaluation platform, benchmarking suite, and distributed model evaluator designed to measure the performance and accuracy of large language models. It provides a framework for benchmarking both open-source and API-based models against diverse datasets using standardized metrics and reproducible pipelines. The project features an automated judging framework that uses language models as judges to score and verify the quality of generated text. It includes a performance leaderboard system for comparing the relative capabilities of various models across industry-sta

    Python
    在 GitHub 上查看↗7,096
  • evolvinglmms-lab/lmms-evalEvolvingLMMs-Lab 的头像

    EvolvingLMMs-Lab/lmms-eval

    3,701在 GitHub 上查看↗

    lmms-eval is a benchmarking system and performance analysis suite designed to measure the capabilities of large multimodal models. It provides a framework for evaluating models across text, image, audio, and video datasets, serving as a multimodal dataset orchestrator and benchmarking tool to quantify accuracy and efficiency. The project distinguishes itself through a unified multimodal message protocol that structures diverse media inputs for consistent model consumption. It features specialized benchmarking for audio, video, visual, document, and spatial reasoning, alongside tools for model

    Pythonagiaudio-evaluationbenchmark
    在 GitHub 上查看↗3,701
  • arize-ai/phoenixArize-ai 的头像

    Arize-ai/phoenix

    8,605在 GitHub 上查看↗

    Arize Phoenix is an LLM observability platform and evaluation framework designed to capture execution traces and monitor large language model applications. It serves as a prompt management system for versioning and testing templates, and as a self-hosted AI operations infrastructure for managing telemetry and experiments. The platform differentiates itself through a specialized embedding visualization tool used to detect data drift and optimize vector search. It provides a comprehensive evaluation suite that utilizes judge-based evaluators and ground-truth datasets to score model outputs, and

    Jupyter Notebookagentsai-monitoringai-observability
    在 GitHub 上查看↗8,605
查看 Llm Attacks 的所有 30 个替代方案→

常见问题解答

llm-attacks/llm-attacks 是做什么的?

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…

llm-attacks/llm-attacks 的主要功能有哪些?

llm-attacks/llm-attacks 的主要功能包括:Adversarial Input Generation, Model Experiment Execution, LLM Evaluation Frameworks, Adversarial Robustness Testing, Model Benchmarking Suites, Model Red-Teaming, Adversarial Suffix Optimization, Safety and Alignment Frameworks。

llm-attacks/llm-attacks 有哪些开源替代品?

llm-attacks/llm-attacks 的开源替代品包括: giskard-ai/giskard — Giskard is an evaluation framework, testing library, and quality monitoring system for large language models and AI… internlm/opencompass — OpenCompass is a comprehensive evaluation platform, benchmarking suite, and distributed model evaluator designed to… azure/pyrit — PyRIT is an AI vulnerability assessment tool and security scanner designed to detect risks in large language model… evolvinglmms-lab/lmms-eval — lmms-eval is a benchmarking system and performance analysis suite designed to measure the capabilities of large… arize-ai/phoenix — Arize Phoenix is an LLM observability platform and evaluation framework designed to capture execution traces and… open-compass/opencompass — OpenCompass is an open-source framework for standardized benchmarking of large language models. It provides a…