Tag: prompt injection

Security Architecture for Generative AI: Threat Models and Defenses

Security Architecture for Generative AI: Threat Models and Defenses

Learn how to build a robust security architecture for generative AI. This guide covers threat models like prompt injection, defense-in-depth strategies, and practical steps to secure LLMs and agentic systems.

Instruction Hierarchies for Generative AI: Managing Conflicts Between Prompts and Policies

Instruction Hierarchies for Generative AI: Managing Conflicts Between Prompts and Policies

Explore how instruction hierarchies manage conflicts between prompts and policies in generative AI. Learn about ManyIH, GPT-4o performance, and security strategies to prevent prompt injection.

Red Teaming LLMs: A Guide to Offensive Security Testing for AI Safety

Red Teaming LLMs: A Guide to Offensive Security Testing for AI Safety

Learn how to use offensive red teaming to secure Large Language Models. Discover tools like NVIDIA garak, identify prompt injection risks, and build a safety pipeline.

Private Prompt Templates: How to Prevent Inference-Time Data Leakage in AI Systems

Private Prompt Templates: How to Prevent Inference-Time Data Leakage in AI Systems

Private prompt templates can expose API keys, user roles, and credentials during AI inference. Learn how attackers steal system instructions and the five proven steps to stop inference-time data leakage before it costs your business millions.

Input Validation for LLM Applications: How to Sanitize Natural Language Inputs to Prevent Prompt Injection Attacks

Input Validation for LLM Applications: How to Sanitize Natural Language Inputs to Prevent Prompt Injection Attacks

Learn how to prevent prompt injection attacks in LLM applications by implementing layered input validation and sanitization techniques. Essential security practices for chatbots, agents, and AI tools handling user input.