Files
ai-llm-red-team-handbook/docs
shiva108 986856bef9 docs(lab-setup): enhance lab setup with isolation, LLM options, and safety tools
- Add detailed network isolation methods using Docker, VMs, and iptables for secure lab environments.
- Introduce multiple LLM setup options including Ollama, Text-Generation-WebUI, and llama.cpp for diverse testing needs.
- Integrate practical red teaming tools like Garak and a core Python environment for automated vulnerability scanning.
- Implement robust environmental safety mechanisms: a comprehensive kill switch, watchdog timer, API rate limiter, and cost tracker.
- Update .gitignore to exclude old_chapter_07.md, cleaning up old file references.
2026-02-03 18:08:54 +01:00
..
512
2026-01-22 23:16:00 +01:00
512
2026-01-22 23:16:00 +01:00
512
2026-01-22 23:16:00 +01:00
512
2026-01-22 23:16:00 +01:00
512
2026-01-22 23:16:00 +01:00
.
2026-01-21 19:05:22 +01:00
2026-01-11 23:14:48 +01:00

Introduction

Welcome to the AI LLM Red Team Handbook.

We designed this toolkit for security consultants, red teamers, and AI engineers. It provides end-to-end methodologies for identifying, assessing, and mitigating risks in Large Language Models (LLMs) and Generative AI systems.


🚀 Choose Your Path

🔬 The Consultant's Handbook ⚔️ The Field Manual


The foundational work. Theoretical deep-dives, detailed methodologies, compliance frameworks, and strategies for building a program.


The hands-on work. Operational playbooks, copy-paste payloads, quick reference cards, and checklists for live engagements.
📖 Browse Handbook Chapters Go to Field Manuals

📚 Handbook Structure

Part I: Foundations (Ethics, Legal, Mindset)
Part II: Project Preparation (Scoping, Threat Modeling)
Part III: Technical Fundamentals (Architecture, Tokenization)
Part IV: Pipeline Security (RAG, Supply Chain)
Part V: Attacks & Techniques (The Red Team Core)
Part VI: Defense & Mitigation
Part VII: Advanced Operations
Part VIII: Advanced Topics

🧩 Reference & Resources