mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-07-10 14:38:36 +02:00
115 lines
2.6 KiB
JSON
115 lines
2.6 KiB
JSON
{
|
|
"title": "AI LLM Red Team Handbook",
|
|
"description": "The Complete Consultant's Guide to AI & LLM Security Testing",
|
|
"author": "CPH:SEC",
|
|
"language": "en",
|
|
"direction": "ltr",
|
|
"gitbook": ">=3.2.3",
|
|
"plugins": [
|
|
"search-plus",
|
|
"advanced-emoji",
|
|
"github",
|
|
"anchors",
|
|
"splitter",
|
|
"sharing",
|
|
"fontsettings",
|
|
"highlight",
|
|
"copy-code-button",
|
|
"expandable-chapters-small",
|
|
"back-to-top-button",
|
|
"page-treeview",
|
|
"prism",
|
|
"-lunr",
|
|
"-search",
|
|
"insert-logo",
|
|
"custom-favicon",
|
|
"tbfed-pagefooter",
|
|
"chapter-fold",
|
|
"code",
|
|
"alerts"
|
|
],
|
|
"pluginsConfig": {
|
|
"search-plus": {
|
|
"maxIndexSize": 5000000,
|
|
"ignoreSpecialCharacters": false
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/shiva108/ai-llm-red-team-handbook"
|
|
},
|
|
"sharing": {
|
|
"facebook": false,
|
|
"twitter": true,
|
|
"linkedin": true,
|
|
"all": [
|
|
"facebook",
|
|
"twitter",
|
|
"linkedin",
|
|
"weibo",
|
|
"instapaper"
|
|
]
|
|
},
|
|
"fontsettings": {
|
|
"theme": "night",
|
|
"family": "sans",
|
|
"size": 2
|
|
},
|
|
"insert-logo": {
|
|
"url": "assets/banner.svg",
|
|
"style": "background: none; max-height: 50px; min-height: 50px"
|
|
},
|
|
"custom-favicon": {
|
|
"favicon": "assets/favicon.ico"
|
|
},
|
|
"tbfed-pagefooter": {
|
|
"copyright": "Copyright © AI Security Research Team 2024",
|
|
"modify_label": "Last updated:",
|
|
"modify_format": "YYYY-MM-DD HH:mm:ss"
|
|
},
|
|
"prism": {
|
|
"css": [
|
|
"prism-themes/themes/prism-ghcolors.css"
|
|
],
|
|
"lang": {
|
|
"flow": "typescript"
|
|
}
|
|
}
|
|
},
|
|
"variables": {
|
|
"version": "2.0",
|
|
"updated": "December 2024",
|
|
"chapters": "24 Complete Chapters",
|
|
"examples": "12+ Practical Attack Demonstrations"
|
|
},
|
|
"links": {
|
|
"sidebar": {
|
|
"GitHub Repository": "https://github.com/shiva108/ai-llm-red-team-handbook",
|
|
"Report an Issue": "https://github.com/shiva108/ai-llm-red-team-handbook/issues",
|
|
"Contribute": "https://github.com/shiva108/ai-llm-red-team-handbook/blob/main/CONTRIBUTING.md"
|
|
}
|
|
},
|
|
"styles": {
|
|
"website": "styles/website.css",
|
|
"ebook": "styles/ebook.css",
|
|
"pdf": "styles/pdf.css",
|
|
"mobi": "styles/mobi.css",
|
|
"epub": "styles/epub.css"
|
|
},
|
|
"structure": {
|
|
"readme": "AI LLM Red Team Handbook.md",
|
|
"summary": "SUMMARY.md"
|
|
},
|
|
"pdf": {
|
|
"pageNumbers": true,
|
|
"fontSize": 12,
|
|
"fontFamily": "Arial",
|
|
"paperSize": "a4",
|
|
"margin": {
|
|
"top": 56,
|
|
"bottom": 56,
|
|
"right": 62,
|
|
"left": 62
|
|
},
|
|
"headerTemplate": null,
|
|
"footerTemplate": null
|
|
}
|
|
} |