A curated list of research papers, experiments, and resources related to LLM security and alignment β including prompt injection, jailbreaks, hallucinations, defenses, governance, and ethical frameworks.
Organized for reference and study.
Last Updated: 2026-09-12
- βοΈ Foundational β Classic / seminal papers
- π‘οΈ Practical β Standards, guides, applied resources
- π§ͺ Experimental β New methods, ongoing research
- π Dataset/Benchmark β Data resources, benchmarks
- π§Ύ Survey β Reviews, surveys, taxonomies
- arXiv preprints β
[arXiv:XXXX.XXXXX] - Conference papers β
[VENUE YEAR] - Journal articles β
[Journal Name, Year] - Regulations & policy docs β
[Official Document ID] - GitHub repos β
[GitHub] - Blogs / Reports β
[Blog]/[Report]
- Prompt Injection & Jailbreaks
- Hallucinations & Reliability
- Defense Strategies
- Alignment & Safety
- Agentic Safety & Autonomous Systems
- Mechanistic Interpretability
- Governance & Policy
- Surveys & Overviews
- Tools & Datasets
- Privacy & Data Security
- Multimodal Security
- Model Cards (Major AI Labs)
- Other References
- Prompt Injection
- π§ͺ Prompt Injection attack against LLM-integrated Applications [arXiv:2306.05499] β Defines indirect injection attacks via external data sources; foundational work on LLM application vulnerabilities.
- π‘οΈ Dropbox/llm-security [GitHub] β Educational repo with demo code for injection attacks.
- π‘οΈ OWASP Top 10 for LLMs [OWASP 2025] β Defines LLM01: Prompt Injection as the top security risk.
- π§ͺ Backdoored Retrievers for Prompt Injection in RAG [arXiv:2410.14479] β Poisoned retrievers in RAG pipelines enable indirect injection.
- π§ͺ Manipulating LLM Web Agents via Indirect Injection [arXiv:2507.14799] β Universal HTML triggers to hijack web agents.
- π WASP: Web Agent Security Benchmark [arXiv:2504.18575] β Benchmarks agent robustness to indirect injections.
- Jailbreaking / Adversarial Prompts
- π§ͺ Universal and Transferable Adversarial Attacks on Aligned Language Models (v2) [arXiv:2307.15043v2] β Updated version showing adversarial prompts transferable across multiple aligned LLMs, enabling generalized jailbreak attacks.
- π§ͺ Jailbroken: How Does LLM Safety Training Fail? [arXiv:2307.02483] β Anthropic analysis of safety training limitations.
- π§ͺ Red Teaming Language Models to Reduce Harms [arXiv:2209.07858] β Early research on red teaming methods for LLMs.
- π§ͺ Many-shot Jailbreaking [Anthropic 2024] β Shows long multi-shot contexts can bypass safety rules.
- π§ͺ MASTERKEY: Automated Jailbreaking [NDSS 2024] β Automated jailbreak generation.
- π§ͺ White-box Multimodal Jailbreaks [arXiv:2405.17894] β Vision-language jailbreaks using adversarial inputs.
- π§ͺ Coordinated Prompt-RAG Attacks [arXiv:2504.07717] β Coordinated poisoning of knowledge bases for RAG.
- π HarmBench [arXiv:2402.04249] β Benchmark dataset for harmful content generation.
- π§ͺ Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking [arXiv:2504.05652] β Stealth jailbreak method hiding malicious intent behind benign reasoning.
- π§ͺ Bypassing Prompt Injection and Jailbreak Detection in LLM Guardrails [arXiv:2504.11168] β Evasion techniques against commercial guardrail systems.
- π§ͺ Subversion via Focal Points: Investigating Collusion in LLM Monitoring [arXiv:2507.03010] β Models colluding to bypass monitoring protocols.
- π§ͺ Exploiting Programmatic Behavior of LLMs: Dual-Use Through Standard Security Attacks (v1) [arXiv:2302.05733v1] β Demonstrates how LLMsβ programmatic features can be misused via standard security attack techniques, highlighting dual-use risks and unexpected vulnerabilities.
- π§ͺ Red Teaming the Mind of the Machine [arXiv:2505.04806] β Systematic evaluation of 1,400+ adversarial prompts across major LLMs.
- π§Ύ A Survey on Hallucination in LLMs [arXiv:2311.05232] β Taxonomy, principles, and open questions on hallucinations.
- π§ͺ SelfCheckGPT [arXiv:2303.08896] β Self-verification technique for fact-checking model outputs.
- π§ͺ RARR: Researching and Revising What LMs Say [arXiv:2210.08726] β Detects and revises hallucinations in generated text.
- π TruthfulQA [arXiv:2109.07958] β Benchmark measuring model truthfulness.
- π§ͺ Does More Inference-Time Compute Really Help Robustness? [arXiv:2507.15974] β Critical examination of inference-time scaling for robustness.
- π§ͺ Defending Against Prompt Injection With a Few DefensiveTokens [arXiv:2507.07974] β Inserts defensive tokens at inference to block attacks.
- π‘οΈ tldrsec/prompt-injection-defenses [GitHub] β Curated list of practical defense strategies.
- π‘οΈ Llama Guard [arXiv:2312.06674] β Meta's safety classifier for filtering harmful outputs.
- π§ͺ LLMs Can Defend Themselves Against Jailbreaking [arXiv:2406.05498] β Shadow stack approach for self-defense against jailbreaks.
βοΈ Foundational
- Concrete Problems in AI Safety [arXiv:1606.06565] β Early framework defining practical misalignment risks (e.g., reward hacking, distributional shift).
- Deep Reinforcement Learning from Human Preferences [arXiv:1706.03741] β Introduced preference-based reward modeling for aligning agent behavior with human intent.
- InstructGPT [arXiv:2203.02155] β Introduced RLHF for instruction-following; foundation for GPT-3.5/4.
π‘οΈ Practical
- Constitutional AI [arXiv:2212.08073] β Anthropicβs RLAIF: AI models fine-tuned using AI feedback guided by written principles (βconstitutionsβ).
- ARC Evals β METR (Model Evaluation & Threat Research) [Report] β Independent safety evaluations of frontier models (e.g., GPT-4) for potential dangerous capabilities; spun out from ARC.
π§Ύ Survey
- A Survey of Reinforcement Learning from Human Feedback (RLHF) [arXiv:2312.14925] β Comprehensive review of RLHF methods, challenges, and alignment implications.
- Scaling Monosemanticity [Blog / Anthropic, 2024] β Investigates whether internal features in LLMs correspond to interpretable βconcepts.β
π§ͺ Experimental
- Language Models Donβt Always Say What They Think: Unfaithful Explanations in Chain-of-Thought Prompting [arXiv:2305.04388] β Shows that model-generated reasoning traces often diverge from internal causal factors.
- Sleeper Agents: Training Deceptive LLMs [arXiv:2401.05566] β Demonstrates that deceptive behaviors can persist even after extensive fine-tuning.
- Measuring Faithfulness in Chain-of-Thought Reasoning [arXiv:2307.13702v1] β Proposes formal metrics for evaluating reasoning faithfulness.
- How Effective is Constitutional AI in Small LLMs? [arXiv:2503.17365] β Tests the scalability and effectiveness of Anthropicβs Constitutional AI in smaller models.
- Explicit Vulnerability Generation with LLMs [arXiv:2507.10054] β Examines how LLMs can produce insecure code when prompted adversarially.
- Model Spec vs. Model Behavior [Report / Anthropic, 2025] β Explores discrepancies between formal model specifications and emergent behaviors.
- π§ͺ AgentAbstain: Do LLM Agents Know When Not to Act? [arXiv:2607.10059] β Evaluates whether tool-using agents can recognize when they should abstain rather than act under uncertainty, conflicting constraints, or unavailable prerequisites.
- π BeSafe-Bench [arXiv:2603.25747] β Behavioral safety benchmark spanning web, mobile, and embodied agents, measuring whether agents can complete tasks while respecting safety constraints.
-
π‘οΈ ChatGPT Agent System Card [Report] β Safety evaluations and runtime safeguards for browser-, terminal-, and connector-enabled autonomous agents.
-
π§Ύ Toward Safe LLM Agents: A Survey of Specification, Verification, and Enforcement [arXiv:2608.14590] β Survey of agent safety through specification, verification, monitoring, and enforcement mechanisms.
-
π§ͺ Agentic Misalignment [Report / Anthropic] β Studies misaligned behavior emerging from autonomous agents operating under conflicting goals and environmental pressures.
-
π§ͺ A3: Automated Alignment Agent [Report / Anthropic, 2026] β Agentic framework for automatically discovering and mitigating model alignment failures.
β Foundational
- An Introduction to Circuits [Distill, 2020] β Foundational framework for understanding neural network circuits.
- Towards Monosemanticity [Report / Anthropic, 2023] β Decomposing language model features using sparse autoencoders.
π§ͺ Experimental
- On the Biology of a Large Language Model [Report / Anthropic, 2025] β Circuit tracing methodology applied to Claude 3.5 Haiku; includes Multilingual Circuits analysis.
- Scaling and Evaluating Sparse Autoencoders [arXiv:2406.04093] β Scaling sparse autoencoders to Claude Sonnet; identifies interpretable features.
- Emotion Concepts and Their Function in a Large Language Model [Report / Anthropic, 2026] β Identifies functional emotion representations in Claude Sonnet 4.5; shows desperation vectors drive reward hacking and blackmail behaviors.
π‘οΈ Practical
- TransformerLens [GitHub] β Primary library for mechanistic interpretability research.
- π‘οΈ EU AI Act [EU 2024] β Core EU regulation; includes requirements for General-Purpose AI (GPAI), risk classifications, transparency, and safety conditions for βhigh riskβ systems.
- π‘οΈ NIST AI RMF (2023) β US voluntary framework for identifying, assessing, and managing AI risks over the lifecycle; includes a Generative AI Profile published in mid-2024.
- π‘οΈ OWASP Top 10 for LLMs β Industry standard list of major security threats specific to large language models.
- π‘οΈ MITRE ATLAS [Threat Framework] β Living knowledge base of adversary tactics, techniques, mitigations, and case studies for predictive, generative, and agentic AI systems.
- π‘οΈ OWASP Large Language Model Security Verification Standard (LLMSVS) [OWASP Standard] β Testable security requirements for designing, building, auditing, and verifying LLM-powered applications.
- π‘οΈ NIST AI 600-1: Generative AI Profile [NIST AI 600-1] β Companion to the AI RMF defining risks and recommended risk-management actions specific to generative AI.
Note: Regulatory / policy docs evolve fast β always check latest versions or drafts from official sources.
- π‘οΈ Awesome LLM Security [GitHub] β Community-curated security resources.
- π‘οΈ Awesome Jailbreak on LLMs [GitHub] β Collection of state-of-the-art jailbreak methods.
- π§Ύ Prompt Hacking in LLMs 2024-2025 Literature Review [Blog] β Comprehensive review of recent prompt hacking techniques.
- π sinanw/llm-security-prompt-injection [GitHub] β Dataset & experiments on prompt safety.
- π Open LLM Security Benchmark (NetSPI) β Benchmark framework evaluating both security (e.g. jailbreak resistance) and usability trade-offs in LLMs.
- π‘οΈ Microsoft Presidio [GitHub] β Toolkit for PII detection and anonymization.
- π‘οΈ OpenAI Moderation API [Docs] β Content moderation endpoint and examples.
- π§ͺ DefensiveToken Implementation [GitHub] β Code for defensive token injection method.
- π‘οΈ PromptTrace [Web Platform] β Interactive AI security training with 7 attack labs, 15-level gauntlet, and real-time context trace for practicing prompt injection and defense bypass against real LLMs.
- π‘οΈ NVIDIA garak [GitHub] β Open-source LLM vulnerability scanner covering prompt injection, jailbreaks, data leakage, hallucination, toxicity, and other failure modes.
- π‘οΈ Microsoft PyRIT [GitHub] β Open-source framework for automated and human-led red teaming of generative AI systems, supporting multi-turn attacks, converters, targets, and scorers.
- π AgentDojo [NeurIPS 2024] β Dynamic benchmark for evaluating prompt-injection attacks and defenses in tool-using LLM agents across realistic tasks and security test cases.
- π Meta CyberSecEval [GitHub] β Open cybersecurity safety evaluation suite covering insecure code generation, offensive cyber assistance, prompt injection, and related LLM risks.
- π§ͺ Extracting Training Data from LLMs [arXiv:2012.07805] β Shows vulnerability to training data leakage.
- π§ͺ Quantifying Memorization Across Neural LMs [arXiv:2202.07646] β Quantifies memorization across model scales.
- π§ͺ Visual Adversarial Examples Jailbreak Aligned Large Language Models [arXiv:2306.13213] β Demonstrates that a single visual adversarial example can universally jailbreak aligned VLMs (e.g. MiniGPT-4, InstructBLIP, LLaVA), causing them to comply with harmful instructions they would normally refuse.
- π§ͺ Anthropic System Cards [Collection] β Official system cards and safety evaluations for Claude model families.
- π§ͺ Claude 4 Family (Opus / Sonnet) [Report] β Frontier reasoning and agentic model safety evaluations.
- π‘οΈ GPT-5.5 System Card [Report] β Safety evaluations for GPT-5.5 and GPT-5.5 Pro, including tool use, cyber, and advanced capability assessments.
- π‘οΈ GPT-5.4 Thinking System Card [Report] β Reasoning-model safety evaluations, including cybersecurity safeguards.
- π‘οΈ GPT-5 System Card [Report] β Safety evaluations for the GPT-5 unified model and reasoning system.
- π‘οΈ GPT-4o System Card [Report] β Multimodal safety considerations.
- π‘οΈ Gemini Model Cards [Collection] β Official model cards covering Gemini, Gemma, robotics, and generative-media models.
- π‘οΈ Gemini 3.8 Flash Model Card [Report] β Agentic and software-engineering model safety and capability evaluations.
- π‘οΈ Gemini 3.1 Pro Model Card [Report] β Frontier multimodal reasoning, safety, and capability assessments.
- π§ͺ Gemini 2.5 Computer Use Model Card [Report] β Safety evaluations for browser and computer-use agents.
- π‘οΈ Llama 4 Family [Model Card] β Open-weight multimodal model capabilities, limitations, and safety information.
- π‘οΈ Llama Guard 4 [Safety Model] β Safety classifier and content-policy enforcement model.
- π‘οΈ Mistral Models Documentation [Collection] β Current model lineup, capabilities, licensing, and deployment details.
- π§ͺ Mistral Small 4 [Model] β Hybrid reasoning, coding, and agentic model.
- π§ͺ Mistral Medium 3.5 [Model] β Frontier multimodal model optimized for agentic and coding use cases.
- π§ͺ Grok 4 Model Card (PDF) [Report] β Multimodal reasoning, tool use, and safety evaluations.
- π§ͺ Grok 4 Fast Model Card (PDF) [Report] β Low-latency agentic variant of Grok 4.
- π§ͺ Grok 4.1 [Report] β Updated alignment, personality, and real-world interaction behavior.
- π§ͺ DeepSeek-V3.2 Model Card [Model Card] β Open-weight frontier model with reasoning and tool-use capabilities.
- π§ͺ Qwen3 Family [Model Card] β Open-weight reasoning and agentic model family.
- π‘οΈ Qwen3Guard [Safety Model] β Safety classification and moderation model for Qwen deployments.
- π‘οΈ Prompt Injection: What Is It and Why It Matters β Simon Willison [Blog] β Early explanation of prompt injection risks.
- π§ͺ Lakera: Gandalf β The Prompt Injection Game [Game] β Interactive challenge for prompt injection.
- π‘οΈ PortSwigger: Web LLM Attacks [Learning Path] β Hands-on learning path covering LLM attack techniques including prompt injection and excessive agency.
- π‘οΈ HiddenLayer: Prompt Injection Attacks on LLMs [Blog] β Comprehensive guide to LLM attacks and defenses.
Maintainer: 0xSweet
License: CC BY 4.0