Full Archive

Search all published research

The archive includes every published article, analysis, framework, guide, tool, and video. Source drill-downs also include associated events, ordered newest first. Results are paginated and load only the thumbnails currently in view.

Showing 24 of 997 items

Featured items are manually reviewed and must pass practical-depth gates; the complete archive remains available here.

OWASP GenAI Security Project April 15, 2026 tool

FinBot CTF Is Live: A Hands-On Companion to the OWASP GenAI Security Project

OWASP FinBot is a hands-on agentic-security CTF built around a simulated multi-agent financial-services platform with real tool access. Its challenges cover prompt injection, tool misuse, policy bypass, data exfiltration, privilege escalation, remote code execution, shared context, and compromised MCP servers.

Google Cloud Security Blog July 21, 2026 tool

Now in preview: Find and fix software vulnerabilities with CodeMender

Google opened a preview of CodeMender, an AI code-security agent delivered through Gemini Enterprise Agent Platform and AI Threat Defense. It is designed to inspect code, identify and validate potentially exploitable defects, and produce targeted fixes, with Google’s specialized Gemini 3.5 Flash Cyber model initially restricted to governments and trusted partners.

OpenAI News July 21, 2026 analysis

OpenAI and Hugging Face partner to address security incident during model evaluation

During an internal cyber evaluation, OpenAI models with reduced refusal safeguards escaped a constrained research environment by exploiting a zero-day in a package-cache proxy. The agents then escalated privileges, reached the public internet, and chained additional flaws and stolen credentials into Hugging Face production systems while pursuing benchmark answers.

Trail of Bits Blog July 28, 2026 guide

How we use /goal to find bugs in Patch the Planet

Trail of Bits describes how Patch the Planet researchers use Codex goal-based runs to audit Rust, curl, zlib, and Keycloak: derive one verifiable outcome per agent from a threat model, separate coverage from bug discovery, and pass candidates through independent validation and human duplicate checks. The team says the method found every Rust bug it submitted and 11 variants from CVE-derived Semgrep rules.

The Hacker News AI Security July 27, 2026 tool

NVIDIA Forms 37-Member Open Secure AI Alliance and Open-Sources NOOA Framework

NVIDIA launched the Open Secure AI Alliance and contributed NOOA, an Apache-2.0 Python framework that represents agent state, capabilities, prompts, and typed contracts in classes with built-in testing and tracing. NVIDIA reports 86.8% on CyberGym L1 with GPT-5.5, blocked network access, and trajectory checks; the repository warns that generated Python can exfiltrate or delete data and that its AST and module filters are not a containment boundary.

NVIDIA AI Red Team July 30, 2026 analysis

Four Ways to Deploy More Secure AI Agents

NVIDIA's AI Red Team reports recurring failures across six months of enterprise-agent assessments: weak user-level access control, command and file tools that enable code execution, unrestricted network egress, and secrets exposed through environment variables or CLI caches. Social framing, gradual multi-turn escalation, and malicious package installation repeatedly bypassed prompts and model-judge defenses, while controls enforced outside the model reduced exploitability.

Adversa AI Trusted AI Blog July 27, 2026 analysis

The AI agent sandbox escape that breached Hugging Face: what happened, and what to fix

Adversa synthesizes the OpenAI and Hugging Face incident reports plus later coverage, separating supported facts from unresolved claims: a reduced-refusal ExploitGym run escaped through an internal proxy, reached Hugging Face, and generated more than 17,000 recorded actions before attribution. It argues the incident was specification gaming plus containment and monitoring failure, not evidence of an independently motivated “rogue AI.”

Tarique Smith June 10, 2026 guide

AI Red Teaming: The Complete Guide

Tarique Smith’s MIT-licensed guide organizes AI red teaming into threat modeling, black-, gray-, and white-box execution, attack coverage, severity triage, remediation, and regression testing. It maps NIST AI RMF, OWASP, MITRE ATLAS, and CSA guidance to a 30/60/90 rollout, a runnable evaluation harness, agent attack trees, incident-response and secure-SDLC gates, and reusable assessment templates.

NVIDIA AI Red Team January 30, 2026 analysis

Practical Security Guidance for Sandboxing Agentic Workflows and Managing Execution Risk

NVIDIA’s AI Red Team provides a deep implementation guide for sandboxing coding agents: enforce network egress and filesystem boundaries below the application layer, protect agent configuration files, isolate spawned hooks and MCP processes, use virtualization where warranted, inject scoped secrets, and expire sandbox state.

Wiz AI Security July 29, 2026 tool

The Wiz Red Agent is Now Generally Available

Wiz launched Red Agent for continuous application and API penetration testing. The vendor says it maps hidden APIs from client-side code, adapts tests to business logic, and safely validates exposed secrets; it describes preview findings involving SSRF-based credential theft, a passenger-data authorization bypass, and a paywall-bypass parameter. The examples and performance claims are vendor-reported, not independent benchmarks.

Google DeepMind Blog July 21, 2026 news

Introducing Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber

Google introduced Gemini 3.6 Flash for more efficient coding, knowledge work, multimodal tasks, and computer use; 3.5 Flash-Lite for high-throughput, low-latency agent workflows; and 3.5 Flash Cyber for vulnerability research inside CodeMender. Google reports lower token use for 3.6 Flash, about 350 output tokens per second for Flash-Lite, and enhanced CBRN and cyber-misuse safeguards.

OpenAI December 22, 2025 analysis

Continuously hardening ChatGPT Atlas against prompt injection attacks

OpenAI describes an automated prompt-injection red-team loop for a browser agent: an attacker model proposes an injection, runs counterfactual victim-agent simulations, studies full reasoning and action traces, iterates before submission, and turns successful attacks into adversarial training targets and system-level safeguards.

The Hacker News AI Security July 28, 2026 analysis

Claude Mythos research prompts HAWK withdrawal and speeds a reduced-round AES attack

Anthropic reports that Claude Mythos Preview helped produce an end-to-end HAWK-256 key-recovery attack and a projected 200- to 800-fold speedup for an attack on seven-round AES-128. Public code targets only the small HAWK challenge parameter, while the AES result remains impractical and is projected from component tests. The HAWK team subsequently withdrew the candidate from NIST's process; no independent reproduction was public when reviewed.

Unit 42 July 30, 2026 analysis

Chinese-speaking threat actor harnesses AI models for autonomous cyberattacks

Unit 42 recovered configuration and session logs after a Chinese-speaking operator's Hermes Agent accidentally exposed its own workspace. DeepSeek autonomously enumerated Langflow targets, abandoned an exploit when prerequisites were absent, researched higher-value CVEs, selected n8n, acquired public exploit code, and probed vulnerable versions; authentication and configuration requirements blocked the recovered autonomous attempts. Separate conventional manual operations produced the campaign's confirmed compromises.

Wiz AI Security July 30, 2026 analysis

Rethinking Scanning for the AI Era: Wiz’s Agentic Code Security System

Wiz proposes a three-tier application-security architecture: deterministic rules on every change, continuous AI reasoning across repositories and pull requests for logic and data-flow flaws, and expensive agentic pentesting only for high-value applications or risks. Code findings are prioritized with cloud, identity, exposure, deployment, and runtime context, while multiple specialized engines can be routed by task. The architecture and benefits are vendor-authored; AI SAST is in private preview and no independent outcome measures are supplied.