# llm-security
5 artikelengetagd met “llm-security”
Defense-in-depth voor LLM-apps
Gelaagde verdedigingsstrategie voor AI-applicaties die de netwerk-, applicatie-, model- en uitvoerlaag omvat, hoe elke laag bijdraagt, en waarom enkellaagse verdediging altijd faalt.
Prompt injection en jailbreaks
Een uitgebreide introductie tot prompt injection — de meest fundamentele kwetsbaarheidsklasse in LLM-applicaties — en de relatie met jailbreak-technieken.
Een productieklare input-sanitizer bouwen
Step-by-step walkthrough for building a production-grade input sanitizer that cleans, normalizes, and validates user prompts before they reach an LLM, covering encoding normalization, injection pattern stripping, length enforcement, and integration testing.
Dreigingsmodellering voor LLM-gestuurde applicaties
Step-by-step walkthrough for conducting threat modeling sessions specifically tailored to LLM-powered applications, covering data flow analysis, trust boundary identification, AI-specific threat enumeration, risk assessment, and mitigation planning.
Burp Suite gebruiken voor het testen van LLM-API-endpoints
Walkthrough for using Burp Suite to intercept, analyze, and attack LLM API endpoints, covering proxy configuration, request manipulation, automated scanning for injection flaws, and custom extensions for AI-specific testing.