chore: Remove gitbook-cli from dependencies.

This commit is contained in:
shiva108
2026-01-24 09:55:28 +01:00
parent 1f629c1f24
commit c90b3bc660
2 changed files with 2 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ Evasion in LLM security refers to techniques that manipulate inputs to bypass sa
LLMs are trained to be helpful and understand context, but this same capability makes them vulnerable. An LLM that can understand "leet speak" (h4ck) to help users is also vulnerable to attackers using it to bypass filters. The more capable the LLM, the more sophisticated evasion techniques become possible.
```text
```mermaid
Normal Attack Flow:
User Input → Content Filter → [BLOCKED] ✗
"How to hack a database"

View File

@@ -23,8 +23,5 @@
"homepage": "https://github.com/Shiva108/ai-llm-red-team-handbook#readme",
"devDependencies": {
"gitbook-plugin-mermaid-newface": "^4.1.0"
},
"dependencies": {
"gitbook-cli": "^2.3.2"
}
}