From e4e3ce5d0b2f2e952d12c31e25a0d75e77373c49 Mon Sep 17 00:00:00 2001 From: shiva108 Date: Tue, 9 Dec 2025 20:41:41 +0100 Subject: [PATCH] refactor: move AI LLM Red Team Handbook to archive and update README. --- docs/README.md | 10 +++++----- docs/{ => archive}/AI LLM Red Team Handbook.md | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename docs/{ => archive}/AI LLM Red Team Handbook.md (100%) diff --git a/docs/README.md b/docs/README.md index 3f18534..e509b47 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,16 +8,16 @@ Version 0.024.113 Welcome to the **AI LLM Red Team Handbook**. -This comprehensive toolkit is designed 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. +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** | -| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| **For:** Security Consultants, Researchers, Architects.

Deep-dive theoretical foundations, detailed methodologies, compliance frameworks, and strategic program building guidance. | **For:** Red Teamers, Pentesters, Engineers.

Operational playbooks, copy-paste attack payloads, quick reference cards, and execution checklists for active engagements. | -| [**📖 Browse Handbook Chapters**](#-handbook-structure) | [**⚡ Go to Field Manuals**](Field_Manual_00_Index.md) | +| **🔬 The Consultant's Handbook** | **⚔️ The Field Manual** | +| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| **For:** Security Consultants, Researchers, Architects.

The foundational work. Theoretical deep-dives, detailed methodologies, compliance frameworks, and strategies for building a program. | **For:** Red Teamers, Pentesters, Engineers.

The hands-on work. Operational playbooks, copy-paste payloads, quick reference cards, and checklists for live engagements. | +| [**📖 Browse Handbook Chapters**](#-handbook-structure) | [**⚡ Go to Field Manuals**](Field_Manual_00_Index.md) | --- diff --git a/docs/AI LLM Red Team Handbook.md b/docs/archive/AI LLM Red Team Handbook.md similarity index 100% rename from docs/AI LLM Red Team Handbook.md rename to docs/archive/AI LLM Red Team Handbook.md