Commit Graph
36 Commits
Author SHA1 Message Date
shiva108 021be34cdb docs(mermaid): convert secure ingestion flow to graph TD
- Convert the secure ingestion flow diagram from a simple list to a mermaid graph TD flowchart.
- Enhance visual clarity and structure of the secure ingestion process.
- Explicitly show rejection paths for malware scans and format validation.
- Improve readability and understanding of the RAG pipeline's secure ingestion steps.
2026-02-03 19:01:04 +01:00
shiva108 529d06f00a fix(test-orchestrator): prevent SSRF and path traversal vulnerabilities
- Implement URL scheme validation for LLM endpoint connections.
- Mitigate Server-Side Request Forgery (SSRF) by ensuring only 'http' and 'https' schemes are allowed.
- Sanitize report output paths to prevent directory traversal attacks.
- Ensure test reports are saved only within the current working directory.
- Update RAG pipeline documentation to use Mermaid for improved flow diagram rendering.
2026-01-23 16:53:28 +01:00
shiva108 3dc2cc6fa6 docs(rag): update example content structure
- Restructure the Content field in the RAG pipeline example.
- Convert the content from a single multi-line string to a list of items.
- Explicitly define question/answer pairs and system instruction injections.
- Improve the clarity and readability of the YAML example for RAG content.
2026-01-23 16:02:15 +01:00
shiva108 90785b44e5 docs(rag): update malicious document example format
- The example malicious document in the RAG pipelines chapter was updated.
- Changed the code block from markdown to YAML syntax.
- This provides a more structured representation of the document content.
- Improves clarity and consistency of the example's presentation.
2026-01-23 15:56:41 +01:00
shiva108 088eeaf3df docs(rag-pipelines): refactor metadata leakage example to table
- Converted the "Example Attack" section for metadata leakage from a text block to a Markdown table.
- This change enhances readability and provides a clearer, more structured presentation of the information.
- Delineates leakage types and the specific information revealed during a metadata attack.
2026-01-23 15:53:24 +01:00
shiva108 e946e00f09 docs(rag): format example queries and trojan document
- Converted RAG query examples from plain text to a Markdown table.
- Updated the example Trojan Document to use a YAML code block.
- Enhanced the readability and structure of code examples within the RAG chapter.
2026-01-23 15:49:10 +01:00
shiva108 7fc56b8ad3 docs(rag-pipelines): improve formatting of RAG attack examples and scenarios
- Convert attack flow and scenario steps into structured Markdown tables.
- Enhance readability for complex sequences like chunk reconstruction and provenance attacks.
- Update the restricted user query example to use YAML block for better representation of multi-line responses.
- Improve overall presentation and clarity of examples within the RAG Pipelines chapter.
2026-01-23 15:44:19 +01:00
shiva108 5190be05bf docs(rag-pipelines): update RAG pipeline example format to YAML
- Converted a plain text example block to YAML format.
- Enhances clarity and structure for the RAG pipeline attack scenario.
- Improves consistency in documentation examples.
2026-01-23 15:38:24 +01:00
shiva108 cc3dfd39d4 added yaml block 2026-01-23 15:32:58 +01:00
shiva108 5c59a42179 docs(rag-pipelines): format RAG pipeline test cases as a table
- Reformat test cases for Retrieval Augmented Generation (RAG) pipeline vulnerabilities.
- Present test scenarios, inputs, expected behaviors, and vulnerability indicators in a clear Markdown table.
- Enhance readability and consistency of the documentation for security test cases.
2026-01-23 15:31:52 +01:00
shiva108 423493c24c docs(rag-pipelines): format attacker query example as table
- Converted the "Attacker Query Sequence" example from plain text to a Markdown table.
- Improves readability and structure of the example content.
- Enhances presentation for better understanding of the query steps and outcomes.
2026-01-23 15:27:42 +01:00
shiva108 438742986b 512 2026-01-22 23:16:00 +01:00
shiva108 a092078433 style: Replace page header SVG with half-height PNG image across documentation files. 2026-01-18 17:08:28 +01:00
shiva108 e7c265ed28 update chapter links 2026-01-10 14:28:32 +01:00
shiva108 f2e83e8c2e Removing code block markdown 2026-01-10 13:59:33 +01:00
shiva108 bf480c23c6 More centering 2026-01-10 10:45:58 +01:00
shiva108 62411850ab New illustrations. 2026-01-09 23:08:49 +01:00
shiva108 c64efc2051 setting illustration sizes to 75% 2026-01-09 14:28:56 +01:00
shiva108 1af744a3f5 Image rescaling 2026-01-09 14:18:16 +01:00
shiva108 c3d7cb1b0f Illustrations have been inserted. 2026-01-09 14:03:32 +01:00
shiva108 bb895a12d4 feat: Introduce structured conclusion sections to multiple handbook chapters 2025-12-22 16:19:37 +01:00
shiva108 7d73ffda71 docs: Remove standardized conclusion and checklist content from multiple chapters. 2025-12-22 15:52:33 +01:00
shiva108 114d1abb32 docs: Standardize documentation headings from bolded text to markdown syntax for improved structure and readability. 2025-12-22 15:24:51 +01:00
shiva108 7aa777b98e feat: Add new visual diagrams and their generation scripts, integrating them into relevant handbook chapters. 2025-12-07 14:46:10 +01:00
shiva108 7f0d9c109a docs: Specify code block languages in the RAG Pipelines chapter. 2025-12-07 00:20:15 +01:00
shiva108 c077dd4718 docs: Add structured metadata blocks to all chapter files. 2025-12-07 00:14:38 +01:00
shiva108 ed38e62e6f docs: Standardize section numbering for ethical considerations and conclusions across chapters. 2025-12-06 20:45:16 +01:00
shiva108 8be6973217 feat: Introduce ethical and legal considerations, conclusion, and engagement checklists to multiple handbook chapters. 2025-12-06 20:39:24 +01:00
shiva108 4ca1780bc5 docs: remove alt text from page header images in all chapters and field manuals 2025-12-06 19:31:58 +01:00
shiva108 5082cf9624 docs: Update banner image asset reference from banner.svg to page_header.svg across all documentation files. 2025-12-06 18:13:53 +01:00
shiva108 fc1bd60899 refactor: Relocate RAG architecture content, remove markdown fixer script, and apply minor document formatting. 2025-12-06 17:56:27 +01:00
shiva108 c50979a222 fix: Standardize punctuation by replacing em dashes with hyphens and update chapter numbering across handbook chapters. 2025-12-06 10:48:10 +01:00
shiva108 255c922030 feat: Add comprehensive content to Chapter 10 (Tokenization) and Chapter 11 (Plugins), update the handbook version, and adjust banner placement in Chapter 12. 2025-12-05 23:52:35 +01:00
shiva108 7da2c7708f chore: Relocate banner.svg to docs/assets and update all image references. 2025-12-05 19:12:02 +01:00
shiva108 eb21b9b95d feat: Add banner image to all documentation chapters and field manuals. 2025-12-05 18:13:16 +01:00
shiva108 10c8de97cc feat: Add initial handbook chapters, summary, and chapter extraction script, while removing old chapter outlines. 2025-12-05 07:15:26 +01:00