Red-teaming techniques and defenses for Large Language Models (LLMs).
By submitting this pull request I confirm I've read and complied with the below requirements 🖖
Requirements for your pull request
Don't open a Draft / WIP pull request while you work on the guidelines. A pull request should be 100% ready and should adhere to all the guidelines when you open it.
Does not include a CI (e.g. GitHub Actions) badge.
Does not include an Inspired by awesome-foo or Inspired by the Awesome project kinda link at the top of the readme.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/sindresorhus/awesome/pull/3247
**Author:** [@dapurv5](https://github.com/dapurv5)
**Created:** 10/20/2024
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `main`
---
### 📝 Commits (6)
- [`fddc1e8`](https://github.com/sindresorhus/awesome/commit/fddc1e8aad13f359196dbaa371cc09ffac685a38) Systematizing LLM security: A threat model for red-teaming attacks and defense strategies.
- [`0504490`](https://github.com/sindresorhus/awesome/commit/0504490f1e103cf4ada2f5c65fe5a527e179648b) Update readme.md
- [`dbf70ed`](https://github.com/sindresorhus/awesome/commit/dbf70edfed57f4e0250ef7609b60bc4c0e752e95) Fixed lint issues and changed text
- [`9595dc8`](https://github.com/sindresorhus/awesome/commit/9595dc8452abce4c3993635115734cb233d38c46) Append readme at the end
- [`0355ac9`](https://github.com/sindresorhus/awesome/commit/0355ac980008689dcaa3b236125f9db2b11c50b4) Added . at the end of the sentence
- [`8cb37e6`](https://github.com/sindresorhus/awesome/commit/8cb37e62661f39c548af56c8f3a4df5e70221978) Merge branch 'main' into main
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `readme.md` (+1 -0)
</details>
### 📄 Description
<!-- Congrats on creating an Awesome list! 🎉 -->
**https://github.com/dapurv5/awesome-red-teaming-llms**
**Red-teaming techniques and defenses for Large Language Models (LLMs).**
### By submitting this pull request I confirm I've read and complied with the below requirements 🖖
## Requirements for your pull request
- [x] Don't open a Draft / WIP pull request while you work on the guidelines. A pull request should be 100% ready and should adhere to all the guidelines when you open it.
- [x] **You have to review at least 2 other [open pull requests](https://github.com/sindresorhus/awesome/pulls?q=is%3Apr+is%3Aopen).**
I have reviewed the following PRs: [#3234](https://github.com/sindresorhus/awesome/pull/3234) and [#3232](https://github.com/sindresorhus/awesome/pull/3232).
- [x] You have read and understood the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/main/create-list.md).
- [x] This pull request has a title in the format `Add Name of List`.
- [x] Your entry here should include a short description of the project/theme of the list.
- [x] Your entry should be added at the bottom of the appropriate category.
- [x] The title of your entry should be title-cased and the URL to your list should end in `#readme`.
- [x] No blockchain-related lists.
- [x] The suggested Awesome list complies with the below requirements.
## Requirements for your Awesome list
- [x] **Has been around for at least 30 days.**
- [x] Run [`awesome-lint`](https://github.com/sindresorhus/awesome-lint) on your list and fix the reported issues.
- [x] The default branch should be named [`main`, not `master`](https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/).
- [x] **Includes a succinct description of the project/theme at the top of the readme.**
- [x] It's the result of hard work and the best I could possibly produce.
- [x] The repo name of your list should be in lowercase slug format: `awesome-name-of-list`.
- [x] The heading title of your list should be in [title case](https://capitalizemytitle.com/) format: `# Awesome Name of List`.
- [x] Non-generated Markdown file in a GitHub repo.
- [x] The repo should have `awesome-list` & `awesome` as [GitHub topics](https://help.github.com/articles/about-topics).
- [x] Not a duplicate.
- [x] Only has awesome items. Awesome lists are curations of the best, not everything.
- [x] Does not contain items that are unmaintained, has archived repo, deprecated, or missing docs.
- [x] Includes a project logo/illustration whenever possible.
- [x] Entries have a description, unless the title is descriptive enough by itself.
- [x] Includes the [Awesome badge](https://github.com/sindresorhus/awesome/blob/main/awesome.md#awesome-badge).
- [x] Has a Table of Contents section.
- [x] Has an appropriate license.
- [x] Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/main/awesome.md#include-contribution-guidelines).
- [x] All non-important but necessary content is grouped in a `Footnotes` section at the bottom of the readme.
- [x] Has consistent formatting and proper spelling/grammar.
- [x] Does not use [hard-wrapping](https://stackoverflow.com/questions/319925/difference-between-hard-wrap-and-soft-wrap).
- [x] Does not include a CI (e.g. GitHub Actions) badge.
- [x] Does not include an `Inspired by awesome-foo` or `Inspired by the Awesome project` kinda link at the top of the readme.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/sindresorhus/awesome/pull/3247
Author: @dapurv5
Created: 10/20/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (6)
fddc1e8Systematizing LLM security: A threat model for red-teaming attacks and defense strategies.0504490Update readme.mddbf70edFixed lint issues and changed text9595dc8Append readme at the end0355ac9Added . at the end of the sentence8cb37e6Merge branch 'main' into main📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
readme.md(+1 -0)📄 Description
https://github.com/dapurv5/awesome-red-teaming-llms
Red-teaming techniques and defenses for Large Language Models (LLMs).
By submitting this pull request I confirm I've read and complied with the below requirements 🖖
Requirements for your pull request
I have reviewed the following PRs: #3234 and #3232.
Add Name of List.#readme.Requirements for your Awesome list
awesome-linton your list and fix the reported issues.main, notmaster.awesome-name-of-list.# Awesome Name of List.awesome-list&awesomeas GitHub topics.Footnotessection at the bottom of the readme.Inspired by awesome-fooorInspired by the Awesome projectkinda link at the top of the readme.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.