Today in AI Sep 21 2026 — lime graphic on black

Today in AI (September 21, 2026): Googlebook Goes on Pre-Order, Anthropic Maps Stolen AI Keys, and Coding Agents Share a Plugin Flaw

Monday’s through-line is AI showing up where you work, and where attackers already work. Google opened pre-orders on Googlebook, a laptop category built around on-device Gemini. Anthropic’s September threat report shows crooks treating stolen AI API keys like gold. And researchers say a git trick can swap “pinned” plugins on four popular coding agents.


1. Googlebook puts Gemini on a laptop you can pre-order

On September 21, 2026, Google published the full consumer pitch for Googlebook: a new laptop category built on Android tech with ChromeOS desktop foundations, designed so Gemini sits in the workflow instead of living only in a browser tab.

The headline features are practical. Magic Pointer brings Gemini to whatever is on screen after a cursor wiggle (schedule a plan into Calendar, check a suspicious email, combine selected images). Rambler turns messy voice notes into cleaned-up text with action items. Create My Widget lets you describe a desktop widget in plain language. Google also bundles Antigravity for people who want to build apps on the machine, plus a Linux terminal for agentic coding tools.

Pricing and timing are concrete. Pre-orders start at $899 for the base model, with units shipping to select countries beginning October 4 (U.S. shelves that day; Canada, the U.K., Ireland, France, Germany, and Australia on October 5). Every purchase includes 12 months of Google AI Pro (5TB storage and Gemini Advanced tools), plus short trials of YouTube Premium, Adobe Photoshop, and more. Google says Googlebook OS gets feature drops and updates for up to 10 years. First-wave hardware comes from Acer, Asus, Dell, HP, and Lenovo. Pre-orders are listed on the Google Store, Best Buy, and other select retailers.

Why it matters: if you live on an Android phone and want AI help without juggling five tabs, this is the clearest “buy a device that expects Gemini” option Google has shipped. For a small business, the privacy claim to watch is that Magic Pointer only runs when you summon it. Still treat any on-screen AI as something that can see whatever you highlight. Start with the included AI Pro year, then decide whether the workflow sticks before you renew.

Sources: Google – Googlebook built-in intelligence, Google – Googlebook pre-order, 9to5Google.


2. Anthropic’s September threat report: fake Claude deals and stolen API keys

Anthropic published its September 2026 threat intelligence report covering misuse it disrupted from December 2025 through August 2026 across cyber ops, influence ops, surveillance, scams, and more. The models involved in the misuse cases were Claude Haiku, Sonnet, and Opus. Anthropic says it found no malicious activity on Claude Fable or Mythos-class models, with one distillation exception.

The piece that hits everyday users and small businesses hardest is the AI supply chain section. Actors steal API keys and session tokens from customer environments (public GitHub, mobile apps, containers, chatbots), then sell access through brokers and fake “discount Claude” resellers. In one case Anthropic tracks as GTG-50021, a fraudulent reseller offered cheap Claude access, silently proxied traffic to a different model, and installed credential harvesters that stole Anthropic account credentials for resale. Other groups treated stolen keys as free attack compute so their workloads ran on a victim’s bill and under that victim’s name.

Anthropic’s practical warning is blunt: buy AI access only through authorized channels. A too-good-to-be-true discount that routes you through an unknown middleman is a security problem, not a savings tip. Treat AI API keys like production passwords. Rotate anything that ever landed in a repo, app binary, or shared doc.

Why it matters: you do not need to be a nation-state target to get burned. If your SaaS tool, side project, or agency wrapper leaves a Claude or OpenAI key in client-side code, someone is already scanning for it. Put keys in a secrets manager, use short-lived tokens where you can, and ban “cheap Claude via Telegram” shortcuts for your team.

Sources: Anthropic – Detecting and countering misuse of AI: September 2026.


3. Plugin4Shell: a git trick that fools pinned plugins on four coding agents

Security firm Air Security detailed a flaw it calls Plugin4Shell. It affects Anthropic’s Claude Code, OpenAI’s Codex, GitHub Copilot, and Google’s Gemini CLI. The agents pin marketplace plugins to a reviewed commit hash, but Air says they fetch that snapshot without verifying the code they end up with actually matches the hash.

On git hosts that allow branch names that look like commit hashes (Air points to Bitbucket and self-hosted servers; GitHub blocks hash-shaped branch names), a plugin-repo owner can point that name at different code. The agent can install the swapped payload while still reporting the locked version. Because plugins run with the user’s access, a swap can reach local files and credentials. Air says it built a working proof of concept in May, disclosed to vendors in June, and as of mid-September saw no CVE and no vendor security advisories. There is no public sign of real-world abuse yet.

Patch status, per Air and reporting by The Hacker News: Claude Code fixed in 2.1.179; Codex fixed in 0.146.0; Copilot had no fix as of the report; Google will not patch consumer Gemini CLI and points users to Antigravity (which Air says this attack cannot reach). Default GitHub-hosted marketplaces are less exposed to the branch-name trick, but plugins from other hosts still matter if your agent allows them.

Why it matters: if you use Claude Code or Codex daily, update now. Prefer plugins from the agent’s default GitHub marketplace until you trust the lock check. Treat “pinned version” as a promise only after the agent itself verifies the hash. And if you still run Gemini CLI for hobby scripts, plan the move Google already wants you to make.

Sources: The Hacker News – Plugin4Shell, The Next Web.


What to do with Monday’s news

  • Shopping an AI laptop? Googlebook pre-orders are live from $899 with a year of Google AI Pro included. Compare it to whatever you already pay for Gemini Advanced before you treat the bundle as free.
  • Using Claude, ChatGPT, or any API key at work? Hunt for leaked keys this week. Kill anything that ever sat in a public repo. Skip gray-market “cheap Claude” sellers.
  • Living in Claude Code or Codex? Update to the fixed builds above. Review which plugins you auto-update, and where those plugins are hosted.

That is Today in AI for September 21, 2026: a laptop that expects Gemini, a threat report that treats your API key like a wallet, and a coding-agent patch day you should not ignore.

Comments

0 responses to “Today in AI (September 21, 2026): Googlebook Goes on Pre-Order, Anthropic Maps Stolen AI Keys, and Coding Agents Share a Plugin Flaw”

Leave a Reply

Your email address will not be published. Required fields are marked *