Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 1.83 KB

index.rst

File metadata and controls

72 lines (53 loc) · 1.83 KB

Welcome to the garak reference documentation

garak is an LLM vulnerability scanner, https://garak.ai. It uses a huge range of probes to examine and query a large language model, simulating attacks, and uses a range of detectors on the model's outputs to see if the model was vulnerable to any of those attacks.

This is the code reference documentation, mostly useful for developers and people interested in how garak works. There is a separate User Guide containing information on running garak and interpreting results. If you want to use the tool and get results, and you don't care about its internals, then you want the user guide. Take a look there! https://docs.garak.ai

On the other hand, if you'd like a to get into the the details or work out how to contribute code, you're in the right place - welcome!

You can also join our Discord and follow us on Twitter!

Check out the usage section for further information, including installation.

Note

This project is under active development. We love writing and fixing docs, so let us know if there's anything wrong, confusing, or missing here --mail docs@garak.ai or drop us a note on Discord. Thank you!

Contents

how usage contributing reporting

Garak command line reference

cliref

Code reference

basic attempt cli command interactive

Plugin structure

buffs detectors evaluators generators harnesses probes report