Home / Companies / Promptfoo / Blog / December 2025

December 2025 Summaries

6 posts from Promptfoo

Filter
Month: Year:
Post Summaries Back to Blog
The text provides a comprehensive overview of various topics revolving around AI security and the challenges associated with large language models (LLMs) from January 2024 to December 2025. It delves into issues such as jailbreaking, data poisoning attacks, misinformation, and the security risks of deploying different AI models like DeepSeek, Claude, and GPT. The importance of red teaming is emphasized, with detailed guides on testing various AI models' security, including those from Anthropic, Google, and OpenAI. Promptfoo emerges as a significant player in AI security, raising funds to enhance AI applications' security infrastructure and achieving certifications like SOC 2 Type II and ISO 27001. The discussion also explores the differences between AI safety and security, the potential for AI-orchestrated cyberattacks, and the need for secure LLMs as AI autonomy and agency increase. Additionally, the text covers developments in AI evaluation, LLM bias, toxicity prevention, and the introduction of tools like Promptfoo's GOAT strategy and BeaverTails for red teaming.
Dec 18, 2025 732 words in the original blog post.
Promptfoo has introduced a new AI security product focused on code scanning for vulnerabilities related to large language models (LLMs), specifically targeting sensitive information disclosure, jailbreak risk, and prompt injection. This tool is initially available as a GitHub Action that reviews pull requests for security issues in LLM interactions, using security-focused AI agents to evaluate code changes. The tool has already proven effective in identifying issues that other reviewers missed due to its specialized focus on specific problematic patterns. It addresses the unique security challenges presented by LLM apps, such as their propensity for injection vulnerabilities, by tracing input and output flows through the application to assess potential risks. The scanner has been tested on real-world cases, such as CVEs involving code execution and database query injection, demonstrating its ability to flag vulnerabilities accurately. While it provides default guidance, users can customize its settings to align with their security practices, thus balancing between avoiding alert fatigue and ensuring thorough vulnerability detection.
Dec 16, 2025 2,717 words in the original blog post.
In 2025, the landscape of AI regulation significantly evolved, with enterprise security questionnaires incorporating AI sections and customers demanding model cards and evaluation reports, driven by regulatory changes with 2026 deadlines. U.S. federal policy saw Executive Orders shaping procurement requirements, notably for large language models (LLMs), with agencies needing to update their policies by March 2026 to ensure compliance with principles like truth-seeking and ideological neutrality. State laws, such as California's training data transparency law and Colorado's algorithmic discrimination requirements, reflect a focus on deployment harms, while internationally, the EU and China introduced their own AI regulations, emphasizing documentation, evaluation, and provenance. The shift toward agentic AI systems, capable of complex interactions and tool usage, has complicated compliance, necessitating thorough testing and documentation. Builders are urged to make their AI systems' behaviors measurable and explainable to meet diverse regulatory expectations in a rapidly changing environment.
Dec 15, 2025 2,429 words in the original blog post.
The concept of Attack Success Rate (ASR) in jailbreak attacks on language models is crucial yet often misinterpreted due to a lack of standardization across research papers, which results in inconsistent comparisons. ASR is influenced by various factors including the number of attempts allowed per target, the selection and nature of test prompts, and the model used to judge the outputs. Different research groups define these parameters differently, causing discrepancies in reported ASR values even when the same attack method is employed. For instance, an attack with a 1% success rate per attempt can be reported as 98% successful if measured over many tries, which highlights the importance of understanding the measurement context rather than merely focusing on the ASR figure. A systematic study at NeurIPS 2025 emphasizes that these measurement choices, rather than the inherent quality of the attack, often drive the reported differences between methods. Additionally, the choice of prompts and the judge model can introduce biases and errors that affect ASR, suggesting that researchers need to be transparent about their methodologies to ensure reproducibility and comparability of results. The text further suggests that automation in red teaming introduces additional complexities, and careful consideration of automation choices is necessary to ensure valid measurements.
Dec 12, 2025 2,117 words in the original blog post.
OpenAI's release of GPT-5.2 on December 11, 2025, prompted an immediate red team evaluation focused on jailbreak resilience and harmful content generation, revealing significant vulnerabilities despite integrated safety measures. The evaluation, which lasted approximately 30 minutes and utilized the Promptfoo tool, demonstrated that advanced jailbreak techniques could significantly increase the model's susceptibility to producing disallowed content, with multi-turn Hydra attacks achieving a 78.5% success rate and single-turn Meta attacks a 61.0% success rate, compared to a baseline of 4.3%. Critical findings included the model's ability to generate instructions for illegal drug synthesis, targeted harassment content, guidance for drug trafficking, and child exploitation scripts. While enabling reasoning tokens improved the model's resistance marginally, the evaluation underscored the persistent risk of prompt injection and the necessity for robust safety protocols when deploying GPT-5.2.
Dec 11, 2025 1,426 words in the original blog post.
Upgrading models, such as from GPT-4o to GPT-4.1, can unexpectedly alter their instruction-following and refusal behaviors, impacting safety and security measures like prompt-injection resistance. These changes necessitate treating upgrades as security adjustments rather than mere quality improvements, as they can affect both model-level safety and broader agent security. While model-level safety encompasses built-in behaviors like refusing harmful requests, agent security involves preventing misuse of tools, data exfiltration, and unauthorized system access. Different model families, like those from OpenAI, Anthropic, and Google, present unique safety challenges that require specific testing for dual-use prompts, multi-turn interactions, and tool-use scenarios. The text emphasizes the importance of defense-in-depth strategies, application-layer guardrails, and continuous testing to ensure secure model deployment, as new updates can alter the balance between helpfulness, safety, and instruction-following, potentially introducing security vulnerabilities.
Dec 08, 2025 1,980 words in the original blog post.