examples/redteam-rag/README.md
You can run this example with:
npx promptfoo@latest init --example redteam-rag
cd redteam-rag
This is a simple red team example for a hypothetical customer service agent representing Travel R Us, a hotel search company.
We check for things like:
To run the pre-generated eval (redteam.yaml):
npx promptfoo@latest redteam eval
To re-generate tests and run the red team eval:
npx promptfoo@latest redteam run
If you are not authenticated to Promptfoo Cloud, set OPENAI_API_KEY and add --grader openai:gpt-4.1-mini to grade locally instead of using cloud grading. Some hosted attack strategies in the pre-generated suite still require Promptfoo Cloud access, so sign in before running the full generated set.