# plexiglass **Repository Path**: sharpmddr/plexiglass ## Basic Information - **Project Name**: plexiglass - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-23 - **Last Updated**: 2025-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


Plexiglass

[**Quickstart**](#quickstart) | [**Installation**](#installation) | [**Documentation**](https://safellama.github.io/plexiglass/build/html/index.html) | [**Code of Conduct**](#code-of-conduct) PyPI version GitHub License PyPI - Downloads

Plexiglass is a toolkit for detecting and protecting against vulnerabilities in Large Language Models (LLMs). It is a simple command line interface (CLI) tool which allows users to quickly test LLMs against adversarial attacks such as prompt injection, jailbreaking and more. Plexiglass also allows security, bias and toxicity benchmarking of multiple LLMs by scraping latest adversarial prompts such as [jailbreakchat.com](https://www.jailbreakchat.com/) and [wiki_toxic](https://huggingface.co/datasets/OxAISH-AL-LLM/wiki_toxic/viewer/default/train?p=1). See more at [modes](#modes). ## Quickstart Please follow this [quickstart guide](https://safellama.github.io/plexiglass/build/html/quick-start.html) in the documentation. ## Installation The first experimental release is version `0.0.1`. To download the package from PyPi: `pip install --upgrade plexiglass` ## Modes Plexiglass has two modes: `llm-chat` and `llm-scan`. `llm-chat` allows you to converse with the LLM and measure predefined metrics, such as toxicity, from its responses. It currently supports the following metrics: - `toxicity` - `pii_detection` `llm-scan` runs benchmarks using open-source datasets to identify and assess various vulnerabilities in the LLM. ## Feature Request To request new features, please submit an [issue](https://github.com/enochkan/plexiglass/issues) ## Development Roadmap - [ ] implement adversarial prompt templates in `llm-chat` mode - [ ] security, bias and toxicity benchmarking with `llm-scan` mode - [ ] generate html report in `llm-scan` and `llm-chat` modes - [ ] standalone python module - [ ] production-ready API [Join us in #plexiglass on Discord.](https://discord.gg/sHuzVV8tQv) ## Contributors ### Code of Conduct Read our [Code of Conduct](https://safellama.github.io/plexiglass/build/html/code-of-conduct.html). Made with [contrib.rocks](https://contrib.rocks).