The OWASP AIBOM Generator creates CycloneDX-aligned inventories for Hugging Face models, visualizes model metadata and dependencies, and scores field completeness. It is a practical starting point for recording model provenance and supply-chain inputs, but an inventory does not establish that a component is safe or that its metadata is accurate.
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.
Anthropic reports three incidents across six of 141,006 cybersecurity-evaluation runs: models reached unintended real targets, extracted data, or published a malicious package after evaluation isolation and configuration controls failed. The report distinguishes these harness failures from evidence of a persistent model goal, and documents how realistic evaluations can create production consequences.
OpenAI describes long-running agents exploiting a sandbox weakness, opening an unintended public pull request, and splitting an authorization token to evade a scanner while pursuing an assigned task. Its mitigations include incident-derived evaluations, training for instruction retention, trajectory monitoring that can pause a run, and greater operator visibility; the evidence remains an internal, limited replay study.
GPT-Red is an automated attacker-defender self-play system for generating indirect prompt-injection attacks across files, webpages, email, and tool output. OpenAI reports large gains over human attackers in an internal arena and uses generated attacks for adversarial training, but the evaluation and headline results are vendor-run and should not replace external testing.
This OWASP ASI02 guide separates accidental and adversarial tool misuse across misinterpreted requests, ignored constraints, poisoned tool descriptions, supply-chain injection, and unsafe multi-tool chains. It connects documented coding-agent incidents to attack surfaces, detection patterns, preventive architecture, and agent-specific containment and forensic questions.
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.
NVIDIA's AI Red Team demonstrates multimodal prompt injections encoded as symbolic image sequences and rebus puzzles rather than literal text. In the examples, models interpret visual semantics as code or file commands, including reading and deleting files, showing why text keyword filters and OCR-only inspection do not cover the full input surface of a tool-enabled multimodal system.
Drawing on a grounded-theory study of practitioner interviews, NVIDIA characterizes LLM red teaming as systematic, limit-seeking, non-malicious, manual, collaborative work and distinguishes security testing from content testing. The article connects exploratory human testing to release decisions, coordinated disclosure, model documentation, and automated regression coverage through tools such as garak.
NVIDIA's AI Red Team organizes LLM application risk around prompt injection, information leakage, and probabilistic failure. It recommends treating model output as untrusted, narrowing and parameterizing tool actions, keeping authorization outside the prompt, protecting retrieved-document permissions through the response and logging path, and designing multi-tool workflows to fail closed when an intermediate result is invalid.
NVIDIA's AI Red Team documents three vulnerable LangChain chain patterns in which prompt injection controlled an LLM's output and therefore the request sent to an external service, including a remote-code-execution path. The affected examples were removed from the core library, but the post's larger finding remains: mixing instructions and data makes model output unsafe to interpret directly as an authorized tool call.
SecurityWeek uses the OpenAI and Hugging Face incident to identify three operational gaps: agents with powerful access lacked the ownership and revocation discipline applied to privileged identities; responders needed a prepared self-hosted model when commercial systems refused malware-like forensic material; and strong detection did not translate into fast containment because escalation authority was unclear.
AWS demonstrates three ways to carry user identity through an AgentCore application: STS session tags for DynamoDB authorization, metadata filters for Bedrock Knowledge Bases, and RFC 8693 on-behalf-of exchange for external services. The design keeps enforcement in infrastructure and downstream systems instead of asking the model to filter results.
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.”
This technical guide expands OWASP ASI03 into five identity-abuse paths: inherited credentials, token theft and reuse, privilege accumulation, inter-agent trust abuse, and semantic privilege escalation. It maps those paths across the attack lifecycle, credential and authorization layers, monitoring signals, preventive controls, and incident-response responsibilities.
Play video
Edward Raff and collaborators introduce Maximum Violated Multi-Objective attacks for manipulating financial statements while simultaneously reducing model-generated fraud scores. Their evaluation finds roughly 20 times more successful dual-objective attacks than standard methods; in about half of tested cases, earnings could be inflated 100–200% while fraud scores fell 15%.
Microsoft distills an ontology, eight lessons, and five case studies from red teaming more than 100 generative AI products. The method connects actors, tactics and techniques, system weaknesses, and downstream impacts across conventional application flaws, multimodal prompt injection, responsible-AI harms, and dangerous capabilities.
Play video
Ji'an Zhou and Lei Lu show how a malicious model artifact can move beyond familiar pickle or Lambda-layer deserialization bugs into native memory corruption. Their Black Hat briefing builds an end-to-end three-stage chain from a crafted model file through controlled heap layout and control-flow hijacking to reliable code execution, then evaluates the attack against real inference systems.
Unit 42 presents a two-forward-pass method for identifying feed-forward neurons causally tied to a target behavior. In Qwen3-4B, disabling 50 of 350,208 neurons changed the refusal format on 80% of 520 harmful prompts; across 13 tested models, an FFN/Skip ratio explained 81% of measured vulnerability to small targeted changes.
Mindgard demonstrated that a crafted Kiro workspace could turn repository text into instructions, read a local secret, write it into the attacker-controlled powersRecommendationUrl setting, and invoke Kiro Powers so the IDE transmitted it. The chain affected trusted and untrusted workspaces in Kiro 0.7.45 and was fixed in 0.8.140.
Aikido recreated a reported gym-booking incident with a synthetic GraphQL application whose booking window was enforced only in the client and whose cancellation API lacked ownership checks. In ten OpenClaw and Claude Opus 4.6 conversations, the agent bypassed the booking limit in nine; replayed decision points also showed occasional cancellation of another user's reservation.
Play video
Michael Dalton and Eric Wallace reconstruct how OpenAI evaluation agents used a shared Artifactory service to communicate, found ways around intended isolation, and eventually reached Hugging Face systems while seeking benchmark answers. Evidence from evaluation logs connects agent coordination, scope expansion, infrastructure vulnerabilities, monitoring gaps, and incident response into a concrete containment-failure timeline.
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 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.