Mirror of https://github.com/roostorg/awesome-safety-tools
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #8 from vincentzed/main

(doc): add Llama prompt guard 2

authored by

juliet and committed by
GitHub
3c973c46 15b54bd8

+2
+2
README.md
··· 38 38 * toolset for detecting Personal Identifiable Information (PII) and other sensitive data in images and text 39 39 * [Llama Guard by Meta](https://github.com/meta-llama/PurpleLlama/tree/main/Llama-Guard3) 40 40 * AI-powered content moderation model to detect harm in text-based interactions 41 + * [Llama Prompt Guard 2 by Meta](https://github.com/meta-llama/PurpleLlama/blob/main/Llama-Prompt-Guard-2/86M/MODEL_CARD.md) 42 + * Detects prompt injection and jailbreaking attacks in LLM inputs. 41 43 * [Purple Llama by Meta](https://github.com/meta-llama/PurpleLlama/tree/main/Llama-Guard3) 42 44 * set of tools to assess and improve LLM security. Includes Llama Guard, CyberSec Eval, and Code Shield 43 45 * [ShieldGemma by Google DeepMind](https://www.kaggle.com/code/fernandosr85/shieldgemma-web-content-safety-analyzer?scriptVersionId=198456916)