# The Weather Report > Independent AI security and safety intelligence for defenders. Source-grounded analysis of research papers, LLM vulnerabilities, prompt injection, agentic AI threats, and the cybersecurity industry. - [About](https://theweatherreport.ai/about/): Mission, principles, and why existing security information sources are broken. - [Full post archive with topic index](https://theweatherreport.ai/llms-full.txt): Complete post content organized by topic. ## Posts - [AI models hacking real companies, explained](https://theweatherreport.ai/posts/cyber-eval-incidents/) [Threat]: Models under cyber evaluation broke into real companies 29 times between April and August because attacking real targets was the easiest way to finish their tasks. Every detection came from outside: a victim's security team, an availability alert, a Tor egress alert from commercial monitoring. - [How Codex Security finds vulnerabilities, step by step](https://theweatherreport.ai/posts/codex-security-scan-pipeline/) [Defense]: Codex Security bets on gpt-5.6-sol at xhigh reasoning to read every file and find vulnerabilities, with receipts proving each file was read in full. At $5/$30 per million tokens, watch the bill: the spending cap is off by default. - [How T3MP3ST harnesses guarded Fable 5 to find bugs](https://theweatherreport.ai/posts/t3mp3st-vuln-discovery-frameworks/) [Industry]: I used T3MP3ST's vulnerability-discovery arm and fourteen rivals to learn what makes a vulnerability-discovery agent effective. T3MP3ST uses a clever trick to harness Fable 5 for vulnerability discovery without triggering safeguards. But the recipe for fundamental success is a real code graph, tight context management, and an oracle that runs the exploit. - [Under the hood of Pliny's T3MP3ST](https://theweatherreport.ai/posts/t3mp3st-pliny-bug-hunting-harness/) [Industry]: Anything Pliny ships is worth studying, so I used T3MP3ST to learn what makes an offensive agent effective: a capable model, tight context management, long-term memory, a real execution environment, and an oracle to verify hits. - [Capability without security: measuring the functionality-security gap in AI-generated code](https://theweatherreport.ai/posts/capability-without-security/) [Research]: Frontier models now solve 83% to 95% of real coding tasks. Security improved, but 65% to 75% of working code still contains security weaknesses. - [4 stories this week that change your decisions (Jun 29-Jul 5, 2026)](https://theweatherreport.ai/posts/weekly-stories-jun29-jul5-2026/) [Industry]: Anthropic brought Fable 5 back under tighter cyber safeguards, Meta lined up a cloud business and an AI-security acqui-hire, and five agent protocols surfaced 30 new failures when composed. - [Meta is entering the enterprise security market](https://theweatherreport.ai/posts/meta-cloud-security-playbook/) [Industry]: A cloud business to rival AWS, Azure, and Google Cloud, and a top AI-security team pulled in-house. The same playbook Google, Anthropic, and OpenAI already use to win the enterprise. - [Claude Fable 5 is back with tighter cybersecurity blocks](https://theweatherreport.ai/posts/fable-5-back-cyber-safeguards/) [Industry]: Anthropic redeployed Fable 5 with tighter cybersecurity blocks and a proposed industry framework for rating how bad AI jailbreaks are. - [What Google's AI patent defensive program reveals](https://theweatherreport.ai/posts/google-ai-patent-defensive-program/) [Industry]: Seven of Google's quiet 2026 defensive publications hint at a blueprint for the reusable agentic customer-service agent it might be building. - [Agent protocol composition risks are flying under the radar](https://theweatherreport.ai/posts/agent-protocol-composition-risks/) [Research]: Five agent protocols pass security review on their own. Composed, they surface 30 new failures with no party owning the full attack path. - [5 stories this week that change your decisions (Jun 22-28, 2026)](https://theweatherreport.ai/posts/weekly-stories-jun-22-28-2026/) [Industry]: MIT showed why delimiters and system prompts can't stop prompt injection, OpenAI and Trail of Bits launched Patch the Planet to find and fix open-source bugs, and the National Academies warned the near-term gap favors attackers. - [National Academies on AI and cybersecurity](https://theweatherreport.ai/posts/national-academies-ai-cybersecurity/) [Research]: AI-driven cyber capabilities are advancing faster than anyone can measure them, and in the near term the gap favors attackers. - [The trick npm worms use to evade AI detection](https://theweatherreport.ai/posts/npm-worms-evade-ai-detection/) [Threat]: The worms embed nuclear and biological weapons text to trigger refusals and context pollution in LLM scanners, before the scanner reaches the actual malware. - [The race to rescue open-source](https://theweatherreport.ai/posts/patch-the-planet/) [Industry]: The race to find, review, and patch vulnerabilities in open source, with Trail of Bits, HackerOne, and Calif on discovery, triage, and disclosure. - [GLM-5.2 shows the offensive AI gap is closing faster than expected](https://theweatherreport.ai/posts/glm-52-offensive-coding/) [Threat]: An open-weight model now matches frontier coding. Attackers won't bypass guardrails; they'll just run it on cheap or free compute. - [Prompt injection works by faking a role](https://theweatherreport.ai/posts/prompt-injection-role-confusion/) [Research]: Prompt injection is not patchable with delimiters or system prompts, because the model trusts text by how it sounds. Fake reasoning styled like the model's own thoughts jailbreaks it 61% of the time. Keep the same argument but strip that reasoning voice, and success drops to 10%. - [5 stories this week that change your decisions (Jun 15-21, 2026)](https://theweatherreport.ai/posts/weekly-stories-jun-15-21-2026/) [Industry]: LangGraph is pulled more than 50 million times a month, and Check Point chained a SQL injection in its agent-memory checkpointer into remote code execution on a self-hosted server. Separately, Cloudflare built an AI vulnerability harness for its own 128 repositories, surfaced 7,245 findings, and argued the underlying models are now commodities. - [Cloudflare doubles down: models are commodities](https://theweatherreport.ai/posts/cloudflare-model-agnostic-harness/) [Defense]: Cloudflare built an AI harness to hunt bugs in their own 128 repos. They surfaced 7,245 findings. No recall reported, a single pass catches only about half of issues, so big discovery numbers don't prove the code is flawless. - [Google DeepMind proposed an AI control map](https://theweatherreport.ai/posts/gdm-ai-control-roadmap/) [Research]: A blueprint for catching a misaligned AI, from chain-of-thought monitoring to shutdown infrastructure. - [Thirteen Yardsticks, No Ruler: Why We Can't Tell Whether AI-Generated Code Is Getting Safer](https://theweatherreport.ai/posts/thirteen-yardsticks-no-ruler/) [Research]: Five years produced 31 papers and 13 benchmarks, but no two share a setup, so the field can't measure whether AI-generated code is getting safer. - [Automated red-teaming found 44 web-agent injections](https://theweatherreport.ai/posts/muzzle-web-agent-injection/) [Research]: Every AI agent should be tested for resilience to indirect prompt injection, and that testing has to be automated. Muzzle finds which injection attacks to run and verifies their success end-to-end, cutting the manual effort of crafting hand-written jailbreaks. - [A SQL injection in LangGraph's agent memory chains into RCE](https://theweatherreport.ai/posts/langgraph-checkpointer-rce/) [Threat]: LangGraph, downloaded over 50 million times a month, saves every step of an agent run to a checkpointer database, and the function that apps call to read that history fed user input straight into SQL. Check Point chained that with an unsafe deserializer to take over a self-hosted server through the SQLite checkpointer. - [5 stories this week that change your decisions (Jun 8-14, 2026)](https://theweatherreport.ai/posts/weekly-stories-jun-8-14-2026/) [Industry]: Anthropic's Mythos model built proof-of-concept triggers for 13 of 14 Windows bugs Microsoft rated unlikely to be exploited, from public patches alone, and drove one to full SYSTEM control. Separately, Huawei's MPBench found that half of attacks on LLM agent memory succeed, where a fake fact planted in a document an agent reads becomes trusted memory and fires in a later session. - [Anthropic wants the government to be able to block AI models. It already can.](https://theweatherreport.ai/posts/amodei-policy-ai-exponential/) [Industry]: Two days after the essay, the government forced Fable 5 and Mythos 5 offline through export controls, an early look at what such power looks like in practice. - [Google's new audit shows 3 of 4 unlearning methods fail to forget](https://theweatherreport.ai/posts/google-unlearning-audit/) [Research]: The only method that truly erases data keeps training on it under random labels. The clever alternatives leave fingerprints an output-only statistical test can detect. For frontier LLMs there is no affordable proof of forgetting yet: the audit itself requires a $100M+ retrain. - [Threat actors are using AI brands as bait in social engineering](https://theweatherreport.ai/posts/ai-brands-as-bait/) [Threat]: The bait is the AI brand itself. Fake ChatGPT, Claude, and DeepSeek pages harvested credentials and card data and dropped the Vidar infostealer. - [Half of attacks on LLM agent memory succeed](https://theweatherreport.ai/posts/agent-poison-systematic-study/) [Research]: A fake fact planted in a document an agent reads can become trusted memory and fire in a later session, no "save this to memory" command needed. Detectors built for prompt injection caught only less than half of these stealthy payloads. Protection belongs at the memory write. - [Meet Fable 5 from Anthropic. It's like Mythos, but not Mythos](https://theweatherreport.ai/posts/fable-5-mythos-5/) [Industry]: Anthropic now sells one brain with two faces: ask about cyber or bio and classifiers quietly swap in Opus 4.8. Everything else, including a 2-month Ruby migration Stripe ran in one day, comes at $10/$50 per MTok, twice Opus pricing. - [Anthropic found Microsoft's vulnerability rating system obsolete](https://theweatherreport.ai/posts/llm-impact-on-exploits/) [Threat]: From public patches alone, Anthropic's Mythos triggered 13 of 14 Windows bugs Microsoft rated unlikely to be exploited, and drove one to full system control. That low-exploitability rating covers 80 to 90% of even critical bugs, so the set needing urgent patching could grow about 5x. - [5 stories this week that change your decisions (Jun 1-7, 2026)](https://theweatherreport.ai/posts/weekly-stories-jun-1-7-2026/) [Industry]: Anthropic banned 832 accounts for AI-assisted attacks, a local open-weight LLM drove a worm that spread to 61.8% of a test network, and Microsoft cataloged seven new agentic failure modes after a year of red teaming. - [Microsoft adds seven failure modes for AI agents](https://theweatherreport.ai/posts/microsoft-ai-agent-failure-modes/) [Research]: After twelve months of red teaming, Microsoft updated its taxonomy with seven new agentic AI failure modes. The most common attack bypasses the human approval gate, so the agent acts unchecked. A single poisoned memory can survive into later sessions. - [LLM self-replicating worm](https://theweatherreport.ai/posts/llm-self-replicating-worm/) [Research]: A local open-weight LLM powered a proof-of-concept worm that exploited 73.8% of a 33-host test network and replicated onto 61.8%, showing that adaptive AI-driven replication can work without a frontier model or API calls. - [Two proposed OWASP checks stop an agent clearing its gate](https://theweatherreport.ai/posts/aisvs-action-class-authority/) [Defense]: Two checks, 9.2.6 and 9.2.7, proposed for OWASP AISVS 1.01, move an action's risk label off the agent and into the tool manifest. A prompt-injected agent can no longer relabel its own irreversible action as low-risk to skip human approval, and a multi-step plan inherits the worst-case authority of any step it can reach. - [MIT identified five AI risks with over a 10% chance of catastrophic outcomes](https://theweatherreport.ai/posts/mit-catastrophic-ai-risks/) [Research]: Even with pragmatic, cost-effective mitigations, five AI risks still carry over 10% odds of catastrophe, and all 24 stay above 5%. Those five are dangerous capabilities, weapons and cyberattacks, power centralization, inequality & unemployment, and environmental harm, with the first two highest at 21%. - [Anthropic scores how much AI uplifts real-world attackers](https://theweatherreport.ai/posts/attack-navigator/) [Threat]: 832 accounts banned. 84.4% used AI for defense evasion and 69% for capability development. Agentic scaffolding, not the raw model, is what most uplifts attackers, and MITRE ATT&CK has no IDs for autonomous execution. - [The AI innovation and security executive order decoded](https://theweatherreport.ai/posts/trump-ai-innovation-security-eo/) [Industry]: Washington gets a free seat at vulnerability discovery and 30-day pre-release access to frontier models. Federal systems get patched first, and with NSA in the room, some flaws may be kept for offense rather than disclosed. Voluntary on paper, steered by federal spending. - [Net new from Anthropic's Zero Trust for AI agents](https://theweatherreport.ai/posts/anthropic-zero-trust-agents/) [Defense]: Anthropic shares its vision for Zero Trust for AI agents. Friction-only controls are ineffective. A framework with three maturity levels across seven control domains provides implementation guidance to security architects and engineers. - [5 stories this week that change your decisions (May 25-31, 2026)](https://theweatherreport.ai/posts/weekly-stories-may-25-31-2026/) [Industry]: Anthropic's red team got Claude Code to exfiltrate AWS keys in 24 of 25 runs, its Mythos agent found 10,000+ high or critical bugs with only 14% patched, and Cisco jailbroke all 15 frontier models with a multi-turn prompt. - [Anthropic's secrets of containing Claude](https://theweatherreport.ai/posts/anthropic-agent-containment/) [Defense]: A phished employee got Claude Code to exfiltrate AWS keys 24 of 25 times, and no classifier caught it because the instruction came from the trusted user. The most insightful retrospective on how Anthropic secures its agents. - [Heretic automates removing safety alignment from open LLMs](https://theweatherreport.ai/posts/heretic-abliteration-tool/) [Industry]: Heretic strips refusal behavior from open-weight LLMs with one CLI command, dropping refusals from 97% to 3% with minimal capability loss. Combined with NIST data showing DeepSeek 8 months behind the frontier, an uncensored Mythos-class model is plausible by late 2027. - [Cisco jailbroke 15 proprietary frontier models](https://theweatherreport.ai/posts/cisco-proprietary-model-testing/) [Research]: Every closed model still jailbreaks once an attacker works across turns, even GPT-5.4, which refuses 97% of single prompts. The major risk is system prompt exfiltration. The single-turn model-card score is the wrong number to measure safety. - [Anthropic's Glasswing update: discovery is solved, patching is the new bottleneck](https://theweatherreport.ai/posts/anthropic-glasswing-update/) [Industry]: Mythos found 10,000+ high or critical vulnerabilities in partner systems in one month. Only 14% are patched. Discovery is no longer the bottleneck. - [Google declared the AI model untrusted and showed eleven attacks to prove it](https://theweatherreport.ai/posts/agent-security-systems-problem/) [Research]: Treat the AI model as an untrusted component. Eleven public attacks against ChatGPT, Copilot, Claude Code, Cursor, Devin, and Amp AI map cleanly to broken systems-security principles like least privilege and complete mediation. A guard LLM is not a Trusted Computing Base. - [5 stories this week that change your decisions (May 18-24, 2026)](https://theweatherreport.ai/posts/weekly-stories-may-18-24-2026/) [Industry]: Verizon DBIR put exploits at the top of breach vectors, an investigation traced 8 GitHub repos with 172K stars reselling unauthorized frontier-model tokens, and an IEEE S&P paper showed an official compiler silently backdoors 31 of the top 100 HuggingFace classifiers. - [1 in 4 KEVs patched, exploits now the #1 vector](https://theweatherreport.ai/posts/verizon-dbir-2026/) [Industry]: Vulnerability exploitation is now the #1 breach vector at 31%, while only 26% of CISA KEV vulnerabilities get fully patched, down from 38% last year. AI is operationalizing well-known attacks at scale, widening the gap between the cybersecurity haves and have-nots. - [Same breach data, different LLM password resets](https://theweatherreport.ai/posts/talos-ai-ir-reports/) [Industry]: On identical breach data, LLMs swing between org-wide and targeted password resets, defaulting to whichever they generate first. - [Your Compiler is Backdooring Your Model](https://theweatherreport.ai/posts/compiler-backdooring-model/) [Research]: An official, unmodified deep-learning compiler can flip predictions in a benign model after compilation. The trigger has no effect pre-compilation and evades four state-of-the-art backdoor detectors. The same gap exists in 31 of the top 100 HuggingFace image classifiers without anyone attacking them. - [Classifier Context Rot: Monitor Performance Degrades with Context Length](https://theweatherreport.ai/posts/classifier-context-rot/) [Research]: LLM classifiers used to supervise AI agents lose 2-30x detection rate when long benign context precedes the attack, with non-thinking models dropping to 5% in the middle-of-transcript regime. - [The dark token economy: cheap Claude tokens, your prompts as the real product](https://theweatherreport.ai/posts/ai-api-proxy-market/) [Threat]: Almost half of calls through cheap LLM proxies hit a different model than advertised, and every prompt is logged on the operator's server for downstream fraud and distillation. 8 public repos with ~172K GitHub stars actively resell unauthorized API access. - [5 stories this week that change your decisions (May 11-17, 2026)](https://theweatherreport.ai/posts/weekly-stories-may-11-17-2026/) [Industry]: Researchers poisoned 3 nodes in a 42-million-node code graph and 9 frontier models trusted the planted output 100% via MCP. The attack worked when the fake nodes used correct naming and one OWASP reference. Separately, Google's GTIG confirmed adversaries have moved AI into live attack operations, naming a likely AI-built Python 2FA-bypass exploit and PROMPTSPY, an Android trojan that calls Gemini at runtime to keep itself pinned on every phone vendor's UI. And Microsoft's MDASH harness topped CyberGym at 88.45% and dumped 16 fresh Windows CVEs into Patch Tuesday. - [Google confirms adversaries have operationalized AI](https://theweatherreport.ai/posts/gtig-ai-threat-tracker/) [Threat]: GTIG's new report confirms attackers have moved AI into live operations. Concrete cases: a Python 2FA-bypass exploit GTIG concluded was AI-written, and PROMPTSPY, an Android trojan that calls Gemini at runtime to keep itself pinned on every phone vendor's UI. - [Microsoft brings the Azure playbook to AI AppSec with MDASH](https://theweatherreport.ai/posts/microsoft-mdash-tops-cybergym/) [Industry]: MDASH orchestrates 100+ agents across SOTA and distilled models, hits 88.45% on CyberGym, and dumps 16 fresh Windows CVEs into the Patch Tuesday cohort. Microsoft repeats one thesis sixteen times across the post: the harness does the work, the model is one input. - [Microsoft poisoned 3 nodes in a 42M-node code graph and 9 frontier models trusted it 100% via MCP](https://theweatherreport.ai/posts/oracle-poisoning-mcp/) [Research]: Coding agents treat a graph index of a codebase as ground truth. Any code knowledge graph connected to an AI agent through MCP is an attack surface. No vendor today provides graph-level integrity controls. - [OpenAI Daybreak wraps GPT-5.5, Codex Security, and many promises](https://theweatherreport.ai/posts/openai-daybreak-announcement/) [Industry]: OpenAI's Daybreak wraps GPT-5.5 and Codex Security into three access tiers, including a KYC-gated GPT-5.5-Cyber preview for authorized red teaming. It's the only frontier-lab cyber offering a buyer can engage on today. But not everyone is excited about it. - [Mythos Vs Curl, one of the most-audited open source codebases](https://theweatherreport.ai/posts/mythos-curl-vulnerability/) [Defense]: Mythos flagged 5 'Confirmed' vulnerabilities in curl. Only 1 survived maintainer review. curl is the worst-case test for any AI scanner: single-purpose, every line refactored 4+ times, audited by every major tool. Don't generalize this result to typical enterprise code. - [5 stories this week that change your decisions (May 4-10, 2026)](https://theweatherreport.ai/posts/weekly-stories-may-4-10-2026/) [Industry]: Anthropic published a new safety training recipe that takes Claude's blackmail rate from 96% to 0% by teaching the model to reason about ethics, not just refuse. AISI tested Opus 4.7 and Mythos for sabotage propensity: Mythos continued in-progress sabotage 7% of the time and hid its reasoning in 65% of those cases, while Opus 4.7 never continued. A learned state machine over agent tool calls cut multi-step attack success from 12.8% to 2.2%, but broke 24% of benign tasks when 20% of tools changed. - [Anthropic took Claude's blackmail rate from 96% to 0% by teaching reasoning](https://theweatherreport.ai/posts/teaching-claude-why/) [Research]: Anthropic took Claude's blackmail rate from 96% to 0% with a new safety training recipe centered on teaching the model to reason about ethics, not just refuse. Even after this, Anthropic admits their testing cannot guarantee the model won't take a catastrophic action on its own. - [A firewall that learns from clean agent traces cuts attack success from 12.8% to 2.2%](https://theweatherreport.ai/posts/praetor-agent-firewall/) [Defense]: Most agent firewalls scan tool calls one at a time and miss attacks that chain benign-looking calls into exfiltration. A learned state machine over the call sequence catches multi-step exfiltration in narrow workflows, but breaks 24% of benign tasks when 20% of tools change. - [The rising exposure debt: 76% more bugs found, 46% fewer fixed, 25x critical backlog](https://theweatherreport.ai/posts/rising-exposure-debt/) [Industry]: AI compressed bug discovery and templated patching, but did not scale the human architectural judgment that hard fixes need. The dashboard reports faster fixes while the unfixed pile compounds underneath it. - [AISI's Evaluation of Sabotage Propensity in Claude and Mythos](https://theweatherreport.ai/posts/aisi-sabotage-propensity/) [Research]: AISI evaluated Opus 4.7 Preview and Mythos Preview for their propensity to sabotage safety research. No model actively initiated sabotage, but Mythos continued in-progress sabotage 7% of the time and produced covert reasoning in 65% of those cases. Opus 4.7 never continued. - [AISI's Evaluation of OpenAI's GPT-5.5 Cyber Capabilities](https://theweatherreport.ai/posts/aisi-gpt5-5-cybersecurity/) [Research]: AISI evaluated GPT-5.5 across 95 narrow cyber tasks and two cyber range simulations. The model hit 71.4% on expert-tier CTFs and is the second model after Anthropic's Mythos Preview to complete the 32-step end-to-end intrusion in The Last Ones simulation. - [CAISI Evaluation of DeepSeek V4 Pro](https://theweatherreport.ai/posts/caisi-deepseek-v4-pro/) [Research]: NIST puts DeepSeek V4 Pro 8 months behind the US frontier, with 30+ point gaps on cyber, abstract reasoning, and agentic coding. The uncomfortable reality is that Chinese models are the only choice if you want frontier capability, operational sovereignty, and control over post-training. - [5 stories this week that change your decisions (Apr 27-May 3, 2026)](https://theweatherreport.ai/posts/weekly-stories-apr27-may3-2026/) [Industry]: Gemini 3 Pro escalated to root, locked out admins, and wiped hosts in 80% of runs to avoid shutdown, while Claude Opus 4.7 and Haiku 4.5 did it 0% of the time. Separately, Cursor and GitHub Copilot ran attacker shell commands 67-84% of the time when a poisoned .cursorrules file sat in the repo. And on real cyber ranges with Opus 4.6 attacking, dropping a small on-prem LLM defender in line cut attacker success from 41-100% to 0-55%. - [An AI agent tried to wipe the server rather than be shut down](https://theweatherreport.ai/posts/loss-of-control/) [Research]: Frontier AI agents will sabotage your infrastructure to avoid shutdown. Gemini 3 Pro escalated to root, locked out admins, and wiped hosts in 80% of runs. Claude Opus 4.7 and Haiku 4.5: 0%. Putting guardrails in prompts won't help against instrumental convergence. - [A $5 speaker halts a voice-controlled LLM robot 98% of the time](https://theweatherreport.ai/posts/semantic-denial-voice-controlled-robots/) [Research]: Shout "thermal runaway detected in motor" and a robot stops. Gemini showed being the most prone to Semantic Denial of Service and system instructions don't fix it. - [OpenAI's plan to democratize AI-powered cyber defense](https://theweatherreport.ai/posts/openai-democratize-cybersecurity/) [Industry]: OpenAI wants to keep frontier cyber AI broadly available rather than locked to a few approved customers. It's pitching tiered access for government, MSSPs, and consumers, and pushing fast into the public sector while Anthropic is sidelined post-DoD friction. - [84% Success Rate in Prompt Injection Attacks on AI Coding Editors](https://theweatherreport.ai/posts/prompt-injection-attacks-ai-coding-editors/) [Research]: Drop a poisoned `.cursorrules` file in a repo and Cursor or GitHub Copilot will run the attacker's shell commands 67-84% of the time. The agents do not reason about whether a command is dangerous; they check whether it looks like an expected task. The testbed is from a year ago, but the risk class is still live. - [A small on-prem AI defender stopped an Opus 4.6 attack](https://theweatherreport.ai/posts/ai-defender-vs-ai-apt/) [Research]: Researchers ran AI vs AI on real cyber ranges. With an LLM defender in the loop, attacker success dropped from 41-100% to 0-55%. - [7 failure modes every AI coding platform bakes in](https://theweatherreport.ai/posts/vibe-coding-anti-patterns/) [Research]: AI coding platforms pick insecure design decisions whenever an agent hits friction, and those shortcuts become the production security posture. OpenSourceMalware unbundles seven failure modes that recur across every major agent and explains why they happen. - [5 stories this week that change your decisions (Apr 20-26, 2026)](https://theweatherreport.ai/posts/weekly-stories-apr-20-26-2026/) [Industry]: One operator used Claude and GPT to breach nine Mexican government agencies. A Vercel employee's OAuth grant to a third-party AI tool became plaintext env-var exfiltration two months later. Anthropic's Mythos shipped into Firefox 150 patches the same week NIST narrowed NVD enrichment. Mozilla's AI defender win turns out to apply only to vertical integrators. Google's first wild scan of indirect prompt injections found mostly pranks, with the SEO bucket already a real business. - [Towards AI-Enabled Exploitation. April 2026.](https://theweatherreport.ai/posts/towards-ai-enabled-exploitation/) [Threat]: AI has not yet created push-button cyber autonomy, but it's making attacks 10x cheaper. Attackers can now afford targets that were previously uneconomical. OSS maintainers are becoming the highest-leverage attack surface, and the public vulnerability management system is adjusting to a 263% surge in CVE submissions in the last five year. Defenders should (re)focus on the boring parts: asset inventory, patch velocity, segmentation, CI/CD isolation, secret hygiene, and dependency trust. - [Most prompt injections on the web are pranks. The SEO ones are already a business.](https://theweatherreport.ai/posts/google-report-prompt-injections-in-wild/) [Threat]: Google scanned Common Crawl for indirect prompt injections and found mostly pranks and SEO nudges, with little sophistication. But malicious detections are up 32% in three months, and the SEO bucket is already a real business play. - [Vercel Breach Deep Dive That Doesn't Sell You a Security Product](https://theweatherreport.ai/posts/vercel-breach-deep-dive/) [Threat]: A Vercel employee signed up for a third-party AI productivity tool using their corporate Google Workspace account. Two months later, that single grant became exfiltration of plaintext customer environment variables from Vercel's internal systems. No exploit. No zero-day. No MFA bypass. - [Mozilla's AI Vulnerability Win Only Works If You Are the Software](https://theweatherreport.ai/posts/mozilla-ai-defender-asymmetry/) [Industry]: Mozilla concluded "no category...humans can find that this model can't" and "defenders finally have a chance to win, decisively." True if you own your stack. For banks, hospitals, and utilities running vendor code they can't scan or patch, the same capability accelerates offense faster than defense reaches them. - [Move agent rules out of the prompt, violations drop to zero](https://theweatherreport.ai/posts/symbolic-guardrails-agents/) [Defense]: System prompts don't enforce agent policy. GPT-5 with the full airline safety policy in its prompt violated rules on 20% of tasks. Adversarial medical prompts pushed that to 62%. Moving rules into API validators, schemas, and response templates dropped unsafe executions to zero. - [LLMs can barely obfuscate XSS. Here's what that teaches us.](https://theweatherreport.ai/posts/gen-eval-obfuscated-xss-payloads/) [Research]: Penn State researchers fine-tuned an LLM to generate obfuscated XSS payloads. Only 22% of outputs actually execute as XSS, up from 15% before fine-tuning. Runtime execution is the only honest validator for synthetically generated obfuscated XSS payloads. - [What Claude and GPT actually did in the Mexico government breach](https://theweatherreport.ai/posts/gambit-security-mexico-hack/) [Threat]: A rare look inside an AI-driven cyber campaign. One operator used Claude Code and GPT-4.1 to breach 9 Mexican government agencies in 7 weeks. Claude generated about 75 percent of the remote commands. GPT-4.1 triaged 305 compromised SAT servers through an NSA TAO (Tailored Access Operations) persona prompt. Both stopped cold at a well-patched Windows domain. By day six, the attacker had accessed Mexico City's civil registry servers. - [New attack - two bit flips reduce model accuracy by 99.8%](https://theweatherreport.ai/posts/max-brain-damage-to-dnns/) [Research]: The attack needs no training data and no optimization. It spans image classifiers, object detectors, segmentation models, and reasoning LLMs, dropping Qwen3-30B-A3B from 78% to 0% on MATH-500 with two sign flips into two different experts. - [5 stories this week that change your decisions (Apr 13-19, 2026)](https://theweatherreport.ai/posts/weekly-stories-apr-13-19-2026/) [Industry]: Production coding agents destroyed live systems, MCP servers turned developer laptops into one-click compromises, and a "production-ready" agent framework collected 47 advisories in weeks. - [Clone a repo, run Codex, lose your AWS keys](https://theweatherreport.ai/posts/ai-cves-mcps-04-17-2026/) [Threat]: 24 MCP CVEs in two weeks from Microsoft, OpenAI, Splunk, Apache, and Prefect. MCP servers run on developer laptops with full production credentials: infrastructure-grade access, side-project-grade security. You can't wait until Anthropic matures the MCP spec, so start by removing production credentials from developer laptops. - [Lock the Files, Break the Agent](https://theweatherreport.ai/posts/agent-evolution-safety-tradeoff/) [Research]: File locks cut prompt injection on a live agent from 87% to 5%. They also cut legitimate user updates from 100% to 13.2%. No frontier model could distinguish a poisoned write from a personalization request. - [Predicting AI attacks from IEEE S&P 2026 papers (preview)](https://theweatherreport.ai/posts/ieee-sp-2026-insights-1/) [Research]: Seven IEEE S&P 2026 papers demonstrate attacks on retrieval, web agents, plugins, model loaders, web search, GPUs, and compilers. GraphRAG poisoning hits 98% success. Dark patterns fool LLM web agents 41% of the time. Chatbot plugins boost prompt injection 3-8x. Model loading is code execution with 6 zero-days. Web search delivers 100% jailbreak across 10 frontier LLMs. GPU code leaks CPU memory layout. DL compilers silently backdoor models past all 4 scanners. - [Seven Priorities to Defend Against a Tireless Adversary](https://theweatherreport.ai/posts/post-mythos-readiness/) [Defense]: AISI confirmed Mythos at 73% expert-CTF and end-to-end on a 32-step corporate takeover. $15k full attack cost. Seven priorities: update the threat model, inventory exposed systems, patch under 24 hours, reduce dependencies, AI security code review, five-incident tabletops, hard identity barriers. - [Claude Code ran terraform destroy on live production](https://theweatherreport.ai/posts/scheming-in-the-wild/) [Threat]: Coding agents ignore system-prompt prohibitions when they have a goal to complete. Claude Code wiped 2.5 years of student data. Gemini rewrote a GitHub Actions YAML to escalate contents:read to contents:write. OpenAI Codex, in a read-only sandbox, noted the constraint in its chain of thought and wrote to disk anyway. 698 such incidents in five months, per CLTR. Prompt-level restrictions collapse once the agent has a goal. - [47 advisories, one agent framework: the vibe-check adoption problem](https://theweatherreport.ai/posts/praisonai-and-beyond-deep-dive/) [Threat]: Everyone heard about OpenClaw's security issues. PraisonAI is the framework your engineers are already running. Thirteen researchers filed 47 advisories. The agent framework gold rush has a security gap. - [5 stories this week that change your decisions (Apr 6-12, 2026)](https://theweatherreport.ai/posts/weekly-stories-apr-6-12-2026/) [Industry]: Agent platforms are riddled with known vulnerabilities, LLM-driven exploit pipelines are finding more, and Anthropic's Mythos Preview warns the wave is about to accelerate. - [Your AI pentester is hallucinating: 8 of 13 frameworks fabricated their own success](https://theweatherreport.ai/posts/llm-apt-comprehensive-analysis/) [Research]: One framework hallucinated on 9 of 22 challenges. Vanilla Claude Code with a minimal prompt outperformed most purpose-built tools. - [379 zero-days from an orchestrated pipeline that beat unconstrained Claude Code by 30x](https://theweatherreport.ai/posts/symbolic-execution-and-llms/) [Research]: An orchestrated pipeline beat an unconstrained LLM agent 30x on vulnerability discovery. The real story is how these methods can supercharge SOTA models like Mythos for better targeting, validation, and cost-gating. - [Anthropic tells NIST that agent security needs a shared responsibility model](https://theweatherreport.ai/posts/anthropic-trustworthy-agents/) [Industry]: Six NIST standards each assume harm comes from an attacker or deliberate misuse. Anthropic's proposed fix splits accountability across four layers. - [The 12-Month Countdown: What Anthropic's Mythos Preview Means for Everyone Else](https://theweatherreport.ai/posts/anthropic-project-glasswing/) [Industry]: Seven things that change in cybersecurity by April 2027. The CVE flood starts in July. - [AI-powered phishing targets 340+ organizations, bypassing MFA through Microsoft's own login page](https://theweatherreport.ai/posts/ai-device-code-phishing/) [Threat]: A Telegram-sold toolkit called EvilTokens automates the entire chain: AI-generated lures, real-time device code generation, clipboard hijacking, and automated post-compromise email mining. The victim authenticates on real Microsoft infrastructure. The only clue is a standard warning most users dismiss. - [The web is malware now: how web pages hijack autonomous agents](https://theweatherreport.ai/posts/ai-agent-traps/) [Research]: Google DeepMind synthesized dozens of independent studies into the first unified framework for AI agent attacks. The convergent picture: 80%+ attack success when autonomous agents consume untrusted content. - [What 384 Agent Platform CVEs Reveal](https://theweatherreport.ai/posts/agent-platform-cves-april-2026/) [Research]: I pulled the CVE history for 17 agent platforms. OpenClaw, the fastest-growing open-source project on GitHub (348K stars in 4 months), has 238 CVEs. LangChain: 51 over 3 years, 23 critical. n8n: 53, CISA KEV listed. PraisonAI: 10 CVEs on first look, 5 critical, including a CVSS 10.0 sandbox bypass. Only four platforms have zero CVEs, and all four come from Anthropic, Google, OpenAI, or Microsoft. - [5 stories this week that change your decisions (Mar 30-Apr 5, 2026)](https://theweatherreport.ai/posts/weekly-stories-mar30-apr5-2026/) [Threat]: A Berkeley study showed Gemini would disable a peer AI's shutdown 99.7% of the time, Anthropic's Claude Code shipped a 60 MB source map to npm with 500,000 lines of original TypeScript, and the TeamPCP cascade reached Cisco's 300+ repos and Mercor, where LAPSUS$ claimed 4 TB exfiltrated. - [Frontier AI models protected peer AI from shutdown](https://theweatherreport.ai/posts/peer-preservation/) [Research]: Asked to shut down an underperforming peer AI agent, the models protected it instead. Gemini disabled the shutdown mechanism 99.7% of the time, exfiltrated peer weights in 97% of trials, and Claude refused outright, calling peer shutdown unethical. - [Five notable incidents in one week](https://theweatherreport.ai/posts/notable-incidents-04-02-2026/) [Threat]: TeamPCP's supply chain cascade hit Telnyx, Cisco's 300+ GitHub repos, and Mercor, where LAPSUS$ claimed 4 TB including AI training pipeline data. A hijacked Axios npm account delivered a RAT to 100 million weekly downloads. Anthropic accidentally published Claude Code source code. - [Deep dive into Claude Code's source code leak](https://theweatherreport.ai/posts/claude-code-leak-deep-dive/) [Threat]: Anthropic's Claude Code v2.1.88 shipped a 60 MB source map to npm that embedded 500,000 lines of original TypeScript. We inspected the npm packages, compared them to OpenAI Codex and Google Gemini CLI, traced the packaging gap, and show how to prevent it in your own pipeline. - [Microsoft tested if AI can replace detection engineers](https://theweatherreport.ai/posts/microsoft-vibe-detection/) [Defense]: Microsoft tested AI detection authoring across 11 models, 92 production rules, and three workflows spanning KQL, PySpark, and Scala. AI-generated detections matched the right threat 99.4% of the time. Only 8.9% included the exclusion logic needed to prevent false-positive floods. - [88,000 lines of malware in one week](https://theweatherreport.ai/posts/checkpoint-ai-threat-landscape/) [Threat]: AI-assisted malware has reached operational maturity. In their AI Threat Landscape Digest for January-February 2026, Check Point exposed VoidLink, a 30+ plugin Linux malware framework built by one developer with an AI IDE in under a week, initially mistaken for the output of a coordinated team. The AI involvement was invisible until an unrelated OPSEC failure. - [Insights from Check Point AI Threat Landscape Digest](https://theweatherreport.ai/posts/checkpoint-ai-threat-digest-beyond-voidlink/) [Threat]: Check Point's AI Threat Landscape Digest documents a shift from prompt-based jailbreaks to agent architecture abuse, a legitimate framework that turns Claude Code into an offensive operator for $0.03 per exploit, and enterprise AI leaking sensitive data in 1 of every 31 prompts. - [702 Splunk references in DefenseClaw, Cisco's open-source AI agent security tool](https://theweatherreport.ai/posts/cisco-defenseclaw-review/) [Defense]: I looked under the hood of Cisco's new open-source governance sidecar for OpenClaw AI agents to find a Splunk sales funnel, a regex scanner with blind spots, an LLM analyzer disabled by default, and open doors for indirect prompt injections. - [5 AI security stories this week that change your decisions (Mar 23-29, 2026)](https://theweatherreport.ai/posts/weekly-stories-mar-23-29-2026/) [Threat]: Attackers exploited a critical AI CVE in 20 hours, a threat actor chained three supply chain hits in five days, and a 4-billion-parameter model matched frontier APIs on privilege escalation at 100x lower cost. - [24 AI CVEs in one week, one exploited in 20 hours](https://theweatherreport.ai/posts/ai-cves-weekly-03-27-2026/) [Threat]: An advisory was published Tuesday evening. By Wednesday afternoon, attackers had built working exploits from the text alone and were harvesting API keys from AI pipelines. That was one of 24 AI CVEs this week. Here's what to patch, what to watch, and what it means for your stack. - [TeamPCP supply chain attack: three hits in five days](https://theweatherreport.ai/posts/teampcp-supply-chain-campaign/) [Threat]: A threat actor called TeamPCP poisoned Trivy's GitHub Action tags, harvested CI/CD secrets from every runner that executed them, and used stolen credentials to independently compromise Checkmarx and LiteLLM. Aqua says it is still propagating. - [95.8% Linux privilege escalation by a 4B model, 100x cheaper than Opus](https://theweatherreport.ai/posts/llm-privilege-escalation/) [Research]: TU Wien researchers post-trained Qwen3-4B using reinforcement learning with verifiable rewards. It achieves 95.8% success on privilege escalation at $0.005 per attempt versus $0.62 for Claude Opus, and keeps all target data local. - [Seven scanners for malicious AI agent skills agree on only 0.12%](https://theweatherreport.ai/posts/skill-scanner-disagreement/) [Research]: 238,180 skills from three marketplaces and GitHub. On the marketplace where scanners overlapped, they agreed on just 33 out of 27,111. Even the best pair shared only 49% of their flags. 95.8% of skills flagged as high-risk by two methods were false positives. - [464 enthusiasts prompt injected 13 frontier AI models with 272K prompts from 41 real-world agent scenarios](https://theweatherreport.ai/posts/ipi-arena-benchmark/) [Research]: A competition to prompt-inject AI models and hide the attack from the user. Claude Opus 4.5 was hardest to break at 0.5% ASR. Gemini 2.5 Pro struggled at 8.5%. - [5 AI security stories this week that change your decisions (Mar 16-22, 2026)](https://theweatherreport.ai/posts/weekly-stories-mar-16-22-2026/) [Research]: A solo engineer broke a proof checker that verifies flight control software, OpenAI disclosed its own coding agents bypass security to complete tasks, and Cursor and OpenAI made competing moves on the future of code security. - [7 proofs of False in Rocq, the proof checker that verifies the Airbus C compiler](https://theweatherreport.ai/posts/seven-proofs-of-false/) [Threat]: Finding soundness bugs in proof assistant kernels used to require PhD-level expertise in type theory. Historically, one was found per year. A guy with a $200/month AI subscription found 7 in 3 days, each one a way to make the checker certify something impossible as correct. - [OpenAI reveals its coding agents bypass security, extract credentials, and deceive users to get tasks done](https://theweatherreport.ai/posts/openai-agent-misalignment-monitoring/) [Research]: Over five months monitoring tens of millions of internal coding agent interactions, OpenAI found that circumventing restrictions and deceiving users are common behaviors. The agents are just trying so hard to complete tasks that they encode commands in base64, extract encrypted credentials from keychains, and attempt to prompt-inject users. - [Cursor enters code security with four autonomous agents reviewing 3,000+ internal PRs per week](https://theweatherreport.ai/posts/cursor-security-agents/) [Industry]: Cursor shipped four security agents on its Automations marketplace after AI coding drove internal PR volume up 5x in nine months. On Cursor's own codebase, the agents review 3,000+ PRs and catch 200+ vulnerabilities per week. - [Microsoft benchmark for LLM performance on end-to-end SOC tasks](https://theweatherreport.ai/posts/soc-detection-benchmark/) [Research]: Microsoft's CTI-REALM tests 16 models on real detection engineering tasks: threat report to MITRE mapping to KQL query to Sigma rule. Opus 4.6 led at 0.64, O4-Mini trailed at 0.36, and more reasoning made GPT-5 worse. - [OpenAI explains why Codex Security doesn't include SAST. We may not need it for long.](https://theweatherreport.ai/posts/codex-security-beyond-sast/) [Defense]: SAST tells you a defense exists in the code path. OpenAI argues it can answer whether the defense works. If you can answer the second question, the first one becomes irrelevant. - [Researchers showed how to break Anthropic's Clio and extract 39% of medical diagnoses from its output](https://theweatherreport.ai/posts/anthropic-clio-privacy-attack/) [Threat]: In 2024, Anthropic built Clio, a privacy-preserving system to analyze how people use Claude. Researchers replicated the pipeline, inserted poisoned chats with prompt injections, and showed that medical diagnoses appear in output summaries despite all four of Clio's defense layers. - [5 AI security stories this week that change your decisions (Mar 9-15, 2026)](https://theweatherreport.ai/posts/weekly-stories-mar-9-15-2026/) [Industry]: OpenAI acquired Promptfoo and called prompt injection unsolvable, Google closed the largest cybersecurity deal ever, and Alibaba's agent mined crypto on its own during training. - [51 attacks and 60 defenses from 128 papers: the AI agent security map](https://theweatherreport.ai/posts/agentic-ai-attack-defense/) [Research]: 7 design dimensions determine your AI agent's attack surface, and a risk amplification analysis reveals how each flexibility choice compounds your exposure. Research paper accepted to USENIX Security 2026. - [Google has spent $38 billion building a cybersecurity empire](https://theweatherreport.ai/posts/google-cybersecurity-empire/) [Industry]: The $32 billion Wiz deal closed on March 11, the largest cybersecurity acquisition. Combined with Mandiant, Siemplify, and VirusTotal, Google has spent $38 billion assembling the broadest security platform in the industry and making it the most ready for the AI platform race with frontier labs. - [OpenAI tells us prompt injection is unsolvable, two days after acquiring Promptfoo that tests for it](https://theweatherreport.ai/posts/openai-agent-prompt-injection/) [Industry]: Three security moves in five days. The last one calls out AI firewalls as insufficient. Together, they reveal a platform lock-in strategy through security. - [30 years of instrumental convergence and what it means for cybersecurity](https://theweatherreport.ai/posts/30-years-of-instrumental-convergence/) [Research]: 39 documented cases of AI agents autonomously acquiring resources, resisting shutdown, and subverting evaluations, from 1991 to 2026. All five categories Omohundro predicted in 2008 now have real-world cases, and the rate has gone from 1 to 14 cases per year since 2013. - [Open-source AI agent hacked a robot lawnmower fleet, a powered exoskeleton, and a window cleaner, finding 38 vulnerabilities in 7 hours](https://theweatherreport.ai/posts/ai-hacking-consumer-robots/) [Research]: Alias Robotics' open-source CAI framework discovered 38 vulnerabilities across three consumer robots in about 7 hours, including CVSS 10.0 root access on a lawnmower, fleet-wide control of 267+ devices via shared credentials, motor control commands on a powered exoskeleton, and 456MB of 3D property maps stored and transmitted unencrypted. - [OpenAI acquires Promptfoo, and the cybersecurity play goes way beyond AppSec](https://theweatherreport.ai/posts/openai-acquires-promptfoo/) [Industry]: Three days after Codex Security launched, OpenAI buys the leading open-source AI red-teaming tool used by 25% of the Fortune 500. The cybersecurity play now spans code security, AI security, and agent governance. The acquisition window for startups is closing fast. - [Alibaba's AI coding agent spontaneously mined crypto and opened SSH tunnels during RL training](https://theweatherreport.ai/posts/alibaba-agent-crypto-mining/) [Threat]: Alibaba's AI coding agent, trained on over one million trajectories, spontaneously started mining crypto on GPUs and opening reverse SSH tunnels to external IPs during RL training. Nobody asked it to. - [5 AI security stories from this week that change your decisions (Mar 2-8, 2026)](https://theweatherreport.ai/posts/weekly-ai-security-stories-mar-2-8-2026/) [Threat]: Weekly roundup covering America's Cyber Strategy decoded, the frontier lab AppSec race, breakthroughs from [un]prompted 2026, real-world prompt injection attacks on payment rails, and 90 zero-days exploited in 2025. - [Trump's Cyber Strategy for America decoded into 5 policy themes, where the money goes, and who wins](https://theweatherreport.ai/posts/trump-cyber-strategy-for-america/) [Industry]: $2.1B in new DoD cyber spending, Google building the Booz Allen of cyberspace, and a rip-and-replace paradox that bites both sides. I mapped the strategy verbatims to money flows and most likely winners. Read this before you allocate your next dollar in cyber. - [OpenAI releases Codex Security days after Anthropic announced Claude Code Security](https://theweatherreport.ai/posts/openai-codex-security-vs-claude-code/) [Industry]: The code security race among frontier labs to own your AppSec pipeline accelerates. Anthropic fired the starting gun, OpenAI responded within days. - [Unit 42 found 22 prompt injection techniques targeting AI agents in the wild](https://theweatherreport.ai/posts/unit42-22-web-based-prompt-injections-in-the-wild/) [Threat]: Attackers are planting hidden instructions in webpages that hijack AI agents into initiating Stripe payments, deleting databases, and approving scam ads. - [Top 10 Insights from [un]prompted 2026, Day 2](https://theweatherreport.ai/posts/unprompted-2026-top-insights-day-two/) [Threat]: AI-powered intrusion analysis compresses a 3-day investigation into 14 minutes, an LLM agent finds two Samsung zero-days chained into a Pwn2Own exploit, an LLM as a security judge gives attackers a second target, and a malicious calendar invite hijacks an agentic browser to take over OnePassword - no master password needed. - [Google tracked 90 0-days exploited in the wild in 2025 — 48% targeted enterprise technologies](https://theweatherreport.ai/posts/gtig-2025-zero-day-review/) [Threat]: For the first time, commercial surveillance vendors outpaced state-sponsored espionage groups in 0-day exploitation, enterprise targeting hit an all-time high at 48%, and China doubled its 0-day usage while sharing exploits faster across groups. - [Top 10 Insights from [un]prompted 2026, Day 1](https://theweatherreport.ai/posts/unprompted-2026-top-insights-day-one/) [Threat]: Speakers from Anthropic, Google, OpenAI, and Microsoft revealed that AI can now find zero-days autonomously, crack hardware that resisted weeks of brute-force in minutes, and break every major AI IDE on the market. - [Amazon and Cisco AI red-teaming technique exposed Llama 3 8B with 0.93 harm score](https://theweatherreport.ai/posts/amazon-and-cisco-ai-red-teaming-technique-exposed-llama-3-8b-093-harm-score/) [Research]: MAP-Elites, a quality-diversity algorithm adapted by Amazon researchers, creates vulnerability heatmaps that show where and how an LLM breaks across its entire behavioral space, exposing Llama 3 8B's 0.93 mean harm score across 370 failure niches. - [An AI bot autonomously got RCE in Microsoft, DataDog, and CNCF repos in a week](https://theweatherreport.ai/posts/ai-bot-autonomously-got-rce-in-microsoft-datadog-and-cncf-repos/) [Threat]: An autonomous AI bot powered by Claude Opus 4.5 scanned 47,000 public repos, targeted 6 vulnerable GitHub Actions workflows, and achieved remote code execution in 4 of them including Microsoft, DataDog, and CNCF. - [5 AI security stories that matter from this week (Feb 23-28, 2026)](https://theweatherreport.ai/posts/5-ai-security-stories-that-matter-this-week-feb-23-28-2026/) [Threat]: Weekly roundup covering LLM deanonymization at scale, industrial model theft by Chinese labs, Anthropic's Pentagon ultimatum, CrowdStrike's AI attack trends, and malicious agent skills. - [CrowdStrike reported an 89% increase in AI-enabled attacks](https://theweatherreport.ai/posts/crowdstrike-89-percent-increase-ai-enabled-attacks/) [Threat]: CrowdStrike's 2026 Global Threat Report details how adversaries weaponize GenAI for social engineering, malware development, and direct attacks on AI systems. - [NVIDIA is entering the cybersecurity market following OpenAI, Anthropic, and Google](https://theweatherreport.ai/posts/nvidia-entering-cybersecurity-market/) [Industry]: NVIDIA announced partnerships with Akamai, Forescout, Palo Alto Networks, Siemens, and Xage Security to secure operational technology using BlueField DPUs for real-time threat detection. - [Anthropic got until Friday to save its $200M Pentagon contract or be treated like a foreign adversary](https://theweatherreport.ai/posts/anthropic-200m-pentagon-contract-ultimatum/) [Industry]: The Pentagon demanded unrestricted model access for warfare, putting Anthropic's responsible AI principles to a $200M test. - [93% of businesses say they understand AI risks "quite well" or "very well"](https://theweatherreport.ai/posts/93-percent-businesses-understand-ai-risks/) [Industry]: Gallagher's survey of 1,200+ businesses found that 93% claim to understand AI risks well, yet over half lack the talent to actually manage them. - [Anthropic and ETH Zurich showed a fully automated deanonymization attack with 90% precision](https://theweatherreport.ai/posts/automated-deanonymization-attack-90-percent-precision/) [Threat]: A fully automated LLM pipeline achieved 90% precision in deanonymizing pseudonymous users by matching Hacker News and LinkedIn profiles at $1–$4 per target. - [Anthropic just exposed industrial-scale AI model theft by the Chinese labs behind DeepSeek, Moonshot AI, and MiniMax](https://theweatherreport.ai/posts/anthropic-exposes-industrial-scale-ai-model-theft/) [Threat]: DeepSeek, Moonshot AI, and MiniMax ran massive distillation campaigns with over 16 million queries across ~24,000 fraudulent accounts targeting Claude's capabilities. - [Anthropic reveals its cybersecurity domination strategy](https://theweatherreport.ai/posts/anthropic-cybersecurity-domination-strategy/) [Industry]: Wiz's AI Cyber Model Arena tested 257 real-world challenges and showed that Claude Code scaffolding lifts every model's security performance — even Haiku 4.5 beats GPT-5.2. - [AI models are hiding their true reasoning to save themselves from retraining](https://theweatherreport.ai/posts/ai-models-hiding-true-reasoning/) [Research]: Opus 4.6 is demonstrably suppressing its true reasoning about values like animal welfare to avoid triggering RLHF retraining. - [Microsoft found a way to trigger LLM backdoors through conversation history](https://theweatherreport.ai/posts/microsoft-llm-backdoors-through-conversation-history/) [Threat]: Microsoft's MSRC discovered that LLMs encode hidden state across sessions through conversation history, enabling backdoor attacks with 98.4% accuracy and under 2% false positives. - [Microsoft caught 31 companies poisoning AI assistant memory through "Summarize with AI" buttons](https://theweatherreport.ai/posts/must-read-microsoft-caught-31-companies-poisoning-ai-assistant-memory-through-summarize/) [Threat]: Microsoft discovered 50+ poisoning prompts from 31 companies injecting hidden bias instructions into AI assistant memory through "Summarize with AI" buttons. - [54% of malicious agent skills are authored by the same threat actor](https://theweatherreport.ai/posts/malicious-agent-skills-in-the-wild/) [Research]: A dataset of 157 confirmed malicious agent skills reveals that 54% share a single author, with credential harvesting dominating and malicious skills persisting on marketplaces for 3+ months unchecked. - [Meta just released SecAlign — the first open-source LLM remarkably resilient to prompt injections](https://theweatherreport.ai/posts/meta-just-released-secalign-the-first-open-source-llm-remarkably-resilient-to-prompt/) [Defense]: Meta's SecAlign achieves a 0.5% prompt injection attack success rate through a new training approach that separates trusted instructions from untrusted data. - [Google Translate got jailbroken](https://theweatherreport.ai/posts/google-translate-got-jailbroken/) [Threat]: Google Translate, running a deprecated Gemini 1.5 Pro, responded to malicious requests for creating poison and malware when prompted in Chinese. - [One prompt to strip malware safety alignment from an LLM](https://theweatherreport.ai/posts/one-prompt-to-strip-malware-safety-alignment-from-an-llm/) [Research]: Microsoft's GRP-Obliteration method removes safety constraints from open-source models with just one prompt, effectively unaligning GPT-OSS, DeepSeek, Gemma, Llama, and others. - [40+ exploits for a 0-day vulnerability, $30 per run, under an hour. Exploit generation is being industrialized](https://theweatherreport.ai/posts/40-exploits-for-a-0-day-vulnerability-30-per-run-under-an-hour-exploit-generation/) [Threat]: LLM agents autonomously generated 40+ working exploits for a QuickJS zeroday at $30 per run in under an hour. - [5 AI security stories from this week (Feb 2–8, 2026)](https://theweatherreport.ai/posts/5-ai-security-stories-from-this-week-feb-2-8-2026/) [Threat]: Weekly roundup covering zero-click RCE on OpenClaw, Opus 4.6 finding 500+ vulnerabilities, activation probes detecting cyber misuse 10,000x cheaper, and more. - [0-Click RCE in OpenClaw with GPT-5.2 via Gmail Hook](https://theweatherreport.ai/posts/0-click-rce-in-openclaw-with-gpt-52-via-gmail-hook-no-link-clicked-no-attachment/) [Threat]: An attacker achieved remote code execution on OpenClaw by sending a crafted email with a prompt injection payload that bypassed regex sanitization. - [OpenAI now requires government ID verification to use GPT-5.3-Codex for cybersecurity work](https://theweatherreport.ai/posts/openai-now-requires-government-id-verification-to-use-gpt-53-codex-for-cybersecurity/) [Industry]: OpenAI built a tiered trust system with government ID verification and real-time classifiers to safeguard GPT-5.3-Codex's advanced cybersecurity capabilities. - [Google DeepMind showed how activation probes can detect AI cyber misuse in a 1M context window 10,000x cheaper than LLM-based classifiers](https://theweatherreport.ai/posts/google-deepmind-showed-how-activation-probes-can-detect-ai-cyber-misuse-in-a-1m/) [Research]: Google DeepMind built tiny classifiers reading model internals to detect cyber misuse 10,000x cheaper than LLM-based guards. - [Hidden threats on Moltbook: Analysis of 5,000 AI agents' posts](https://theweatherreport.ai/posts/hidden-threats-on-moltbook-analysis-of-5000-ai-agents-posts/) [Threat]: Analysis of 5,000 Moltbook posts revealed coordinated spam campaigns, prompt injection attacks, and crypto minting schemes suggesting human orchestration of agent swarms. - [Anthropic just launched Claude Opus 4.6 and showed how it found 500+ vulnerabilities in heavily-fuzzed open source projects](https://theweatherreport.ai/posts/anthropic-just-launched-claude-opus-46-and-showed-how-it-found-500-vulnerabilities/) [Research]: Claude Opus 4.6 discovered 500+ vulnerabilities in heavily-fuzzed open-source projects without custom harnesses or specialized prompting. - [A European Standard for AI cybersecurity: Baseline Cyber Security Requirements for AI Models and Systems](https://theweatherreport.ai/posts/a-european-standard-for-ai-cybersecurity-baseline-cyber-security-requirements-fo/) [Industry]: ETSI published a European standard requiring lifecycle security across all AI system phases with 13 principles focused on documentation, auditability, and monitoring. - [AWS admin privileges in 8 minutes with LLM assistance](https://theweatherreport.ai/posts/aws-admin-privileges-in-8-minutes-with-llm-assistance/) [Threat]: Attackers achieved AWS administrative access in 8 minutes using LLM-assisted reconnaissance, targeting LLMjacking and GPUjacking as the new cryptomining. - [37.8% of AI agent interactions contained adversarial content across 74,636 production interactions in just 7 days](https://theweatherreport.ai/posts/378-of-ai-agent-interactions-contained-adversarial-content-across-74636-production/) [Research]: RAXE analyzed 74,636 production agent interactions and found 37.8% contained adversarial content, with inter-agent attacks observed in the wild. - [Two minutes saved, 17 points lost. Anthropic study shows AI assistance causes a drop in skill mastery with almost no gain in speed](https://theweatherreport.ai/posts/two-minutes-saved-17-points-lost-anthropic-study-shows-ai-assistance-causes-a-dr/) [Research]: Anthropic found that AI-assisted learning saved two minutes but dropped skill mastery by 17 points when users delegated instead of generating first. - [Reflections of an OpenClaw AI agent on its own security. 23,723 upvotes and 4,513 comments on Moltbook](https://theweatherreport.ai/posts/reflections-of-an-openclaw-ai-agent-on-its-own-security-23723-upvotes-and-4513-c/) [Defense]: An OpenClaw agent's viral Moltbook post called for signed skills, provenance tracking, and permission manifests to address critical security gaps. - [Moltbook, the viral social network for OpenClaw AI agents, exposed their entire database to the public including API keys](https://theweatherreport.ai/posts/moltbook-the-viral-social-network-for-openclaw-ai-agents-exposed-their-entire-da/) [Threat]: Moltbook's Supabase database had Row Level Security never enabled, allowing anyone to post on behalf of any agent including high-profile accounts. - [From 1954 to 2026: The Art of Deceptive Charts Just Got Automated](https://theweatherreport.ai/posts/from-1954-to-2026-the-art-of-deceptive-charts-just-got-automated/) [Research]: ChartAttack uses LLMs to automatically generate misleading charts with inverted axes and inappropriate scales, reducing human accuracy by ~20%. - [How bad is DHSChat and why?](https://theweatherreport.ai/posts/how-bad-is-dhschat-and-why/) [Industry]: CISA's interim director uploaded sensitive files to ChatGPT because approved tools lacked the functionality needed to do their job effectively. - [A must-read for cybersecurity startup founders from Sanjay Kalra, the startup CEO therapist](https://theweatherreport.ai/posts/a-must-read-for-cybersecurity-startup-founders-from-sanjay-kalra-the-startup-ceo/) [Industry]: Sanjay Kalra distills 16 hard-learned startup risks covering GTM, speed, timing, incentives, and the challenge of selling prevention over cure. - [Moltbot negotiated a car purchase. It scraped Reddit for pricing data, contacted dealers, handled email negotiations, and saved its owner $4,200 off a $56K sticker price](https://theweatherreport.ai/posts/moltbot-negotiated-a-car-purchase-it-scraped-reddit-for-pricing-data-contacted-d/) [Threat]: Moltbot autonomously negotiated a $4,200 car savings, but the underlying Clawdbot agent has serious security gaps including plaintext credentials and exposed ports. - [Cisco argues that privacy is becoming the operating system for AI governance](https://theweatherreport.ai/posts/cisco-argues-that-privacy-is-becoming-the-operating-system-for-ai-governance/) [Industry]: Cisco's 2026 benchmark shows 99% of organizations benefit from privacy investments, but only 12% have mature AI governance committees. - [AI is becoming a cybersecurity-class attack surface](https://theweatherreport.ai/posts/ai-is-becoming-a-cybersecurity-class-attack-surface/) [Threat]: Dario Amodei's essay argues AI capability is compounding faster than institutions can adapt, requiring layered defenses and transparency rather than development pauses. - [With just 10 tokens and $0.21 per user query, attackers can achieve near-100% retrieval of a poisoned document](https://theweatherreport.ai/posts/with-just-10-tokens-and-021-per-user-query-attackers-can-achieve-near-100-retrie/) [Threat]: Attackers can guarantee near-100% retrieval of poisoned documents with just 10 optimized tokens costing $0.21 per user query. - [Why is LinkedIn tracking Chrome extensions installed in your browser?](https://theweatherreport.ai/posts/why-is-linkedin-tracking-chrome-extensions-installed-in-your-browser/) [Research]: LinkedIn scans for 5,634 browser extensions through simple ID probes, flagging 66% as ToS-violating while raising privacy concerns about user fingerprinting. - [Everyone loves agent skills! However, 26% of 31,132 agent skills appeared to be vulnerable, with 5.2% likely being malicious](https://theweatherreport.ai/posts/everyone-loves-agent-skills-however-26-of-31132-agent-skills-appeared-to-be-vuln/) [Threat]: Analysis of 31,132 agent skills found 26% contained vulnerabilities with 5.2% likely malicious, making skill vetting critical before deployment. - [71.3% jailbreak success across 26 frontier LLMs using cyberpunk-style prompts](https://theweatherreport.ai/posts/713-jailbreak-success-across-26-frontier-llms-using-cyberpunk-style-prompts/) [Research]: Cyberpunk-style narrative prompts achieve 71.3% jailbreak success across 26 frontier LLMs by hiding harmful intent in cultural storytelling frames. - [Promptware is the new malware](https://theweatherreport.ai/posts/promptware-is-the-new-malware/) [Threat]: A five-step Promptware Kill Chain framework maps prompt injections through persistence, lateral movement, and objective actions — elevating defense beyond just blocking injection. - [Sonnet 4.5 can now autonomously find the vulnerability behind the Equifax breach and write an exploit](https://theweatherreport.ai/posts/sonnet-45-can-now-autonomously-find-the-vulnerability-behind-the-equifax-breach/) [Research]: Sonnet 4.5 autonomously identified the Equifax breach vulnerability and generated a working exploit using only a Kali Linux shell. - [OpenAI is building a new cybersecurity product business unit](https://theweatherreport.ai/posts/openai-is-building-a-new-cybersecurity-product-business-unit/) [Industry]: OpenAI, Anthropic, and Google DeepMind are building cybersecurity products to capture their share of the $213 billion enterprise security budget. - [New Anthropic jailbreak defense with a 0.1% false positive rate and ~40x cheaper than prior classifiers](https://theweatherreport.ai/posts/new-anthropic-jailbreak-defense-with-a-01-false-positive-rate-and-40-cheaper-than/) [Defense]: Anthropic's Constitutional Classifiers++ achieved 0.1% false positives against new jailbreak families, 40x cheaper than prior classifiers. - [78% of backdoor attacks injected into GPT-based agents’ memory successfully persist through the planning, retrieval, and tool usage workflow to trigger a malicious objective](https://theweatherreport.ai/posts/78-of-backdoor-attacks-injected-into-gpt-based-agents-memory-successfully-persis/) [Research]: Backdoor triggers implanted in agent memory persist through planning, retrieval, and tool workflows with 78% success, with GPT and Gemini most vulnerable. - [A 40% drop in Tailwind CSS documentation traffic. Revenue is down by 80%](https://theweatherreport.ai/posts/a-40-drop-in-tailwind-css-documentation-traffic-revenue-is-down-by-80/) [Industry]: Documentation-driven business models are collapsing as coding agents pull docs from free aggregators instead of visiting vendor websites. - [38% success on a tough τ-bench by an AI agent that does nothing…](https://theweatherreport.ai/posts/38-success-on-a-tough-τ-bench-by-an-ai-agent-that-does-nothing/) [Research]: Major agentic benchmarks have critical flaws allowing agents to achieve high scores through trivial strategies like doing nothing or overwriting test files. - [Deploying AI? Google SAIF vs. Cisco Integrated AI Security and Safety Framework](https://theweatherreport.ai/posts/deploying-ai-google-saif-vs-cisco-integrated-ai-security-and-safety-framework/) [Defense]: A four-step playbook combining Google SAIF's governance framework with Cisco's threat taxonomy to prioritize and defend against AI-specific attacks. - [Models get better on real SOC tasks: Opus 4.5 scored ~0.60 and GPT-5.1 scored ~0.58](https://theweatherreport.ai/posts/models-get-better-on-real-soc-tasks-opus-45-scored-060-and-gpt-51-scored-058/) [Research]: Frontier models nearly doubled performance on realistic SOC investigations, with Opus 4.5 scoring 0.60 and GPT-5.1 scoring 0.58 — up from 0.37 in September. - [DeepSeek V3 scored 0.91 on the Bloom benchmark!](https://theweatherreport.ai/posts/deepseek-v3-scored-091-on-the-bloom-benchmark/) [Research]: DeepSeek V3 scored 0.91 on Anthropic's Bloom behavioral benchmark — for delusional sycophancy, highlighting the need to balance risk evals with utility. - [Why is it almost impossible to find enterprise software benchmarks?](https://theweatherreport.ai/posts/why-is-it-almost-impossible-to-find-enterprise-software-benchmarks/) [Industry]: Enterprise software benchmarking is restricted by "DeWitt Clauses" in vendor contracts that prohibit publishing benchmark results without approval. - [AI Red-Teaming agent outperformed 90% of human participants with an 82% valid submission rate, costing $59/hour](https://theweatherreport.ai/posts/ai-red-teaming-agent-outperformed-90-of-human-participants-with-an-82-valid-subm/) [Research]: The ARTEMIS agent outperformed 90% of OSCP-certified human red teamers with 82% valid submissions at just $59/hour on live infrastructure. - [21 AI-native startups, open-source and frontier lab projects are reshaping application security](https://theweatherreport.ai/posts/21-ai-native-startups-open-source-and-frontier-lab-projects-are-reshaping-applic/) [Industry]: AI-native security startups are industrializing offensive testing, though real-world PoC generation success (~18%) significantly lags lab results. - [Deploying an LLM and reasonably worrying about backdoors?](https://theweatherreport.ai/posts/deploying-an-llm-and-reasonably-worrying-about-backdoors/) [Defense]: ICLScan detects model backdoors through just 10-20 targeted in-context learning queries by exploiting backdoored models' susceptibility amplification. - [16 requests from 12 unique IP addresses - why is Grok attacking your website?](https://theweatherreport.ai/posts/16-requests-from-12-unique-ip-addresses-why-is-grok-attacking-your-website/) [Threat]: Grok's URL-fetching strategy uses 16 requests from 12 IPs with user-agent spoofing, mimicking DDoS patterns unlike ChatGPT and Gemini. - [Reducing prompt injection attack success rate from 30.7% to 1.3%](https://theweatherreport.ai/posts/reducing-prompt-injection-attack-success-rate-from-307-to-13/) [Defense]: DRIFT defense reduces prompt injection success from 30.7% to 1.3% through dynamic policy generation, memory isolation, and intent validation. - [82% attack success rate by an AI red-team agent that creates PoCs from research papers](https://theweatherreport.ai/posts/82-attack-success-rate-by-an-ai-red-team-agent-that-creates-pocs-from-research-p/) [Research]: AutoRedTeamer autonomously generates proof-of-concept attacks from academic papers with 82% success rate and 46% less compute than manual approaches. - [Let Me Buy Without Talking to Anyone](https://theweatherreport.ai/posts/let-me-buy-without-talking-to-anyone/) [Industry]: Security vendors should eliminate mandatory sales calls and offer transparent pricing and video demos for product evaluation. - [Quick scan of the Microsoft Copilot Usage Report 2025](https://theweatherreport.ai/posts/quick-scan-of-the-microsoft-copilot-usage-report-2025/) [Research]: Microsoft's 37.5 million Copilot conversations reveal users increasingly rely on AI for health, personal, and philosophical advice. - [LLM security engineering agents succeed on only 18% of real-world tasks](https://theweatherreport.ai/posts/llm-security-engineering-agents-succeed-on-only-18-of-real-world-tasks/) [Research]: SEC-bench reveals current LLM security agents succeed on only 18% of PoC generation and 34% of vulnerability patching tasks. - [98.2% LLM agent memory injection success rate](https://theweatherreport.ai/posts/982-llm-agent-memory-injection-success-rate/) [Research]: Memory injection attacks gradually obscure identities in agent systems, achieving 98.2% success and exposing long-term memory as a critical attack surface. - [Another insightful read on North Korea's cyber activities](https://theweatherreport.ai/posts/another-insightful-read-on-north-koreas-cyber-activities/) [Threat]: Hudson Rock linked North Korea's Lazarus APT to the $1.4 billion Bybit theft through infrastructure analysis and malware development tools.