terminal
Weekly Digest // TECH_NEWS — Week 22-2026
newspaperWeekly Report

Technology News — 2026 Week 22

Industry shifts, security alerts, hardware, and AI/ML

calendar_todaysummarizeWeek 22-2026bolt1 CRITICAL
SECURITY

GlassWorm Malware Takedown Disrupts Developer Supply Chain Attack Infrastructure

CrowdStrike, in partnership with Google and the Shadowserver Foundation, has simultaneously disrupted all four command-and-control channels of GlassWorm, a supply chain campaign active since early 2025. The operation targeted software developers via trojanized VS Code extensions on the Microsoft Marketplace and Open VSX — affecting Cursor, Windsurf, and VSCodium users — as well as malicious npm and Python packages. GlassWorm deployed a WebSocket JavaScript RAT (GlassWormRAT) to harvest developer credentials (GitHub, npm, OpenVSX tokens, crypto wallets), convert infected hosts into SOCKS proxies and HVNC servers, and poison over 300 GitHub repositories. Its C2 resilience relied on four channels: Solana blockchain memo fields, BitTorrent DHT, Google Calendar event titles, and commercial VPS infrastructure. CrowdStrike attributed the campaign to likely Russia-based actors given CIS country exclusions and Russian-language code comments.

GlassWorm Malware Takedown Disrupts Developer Supply Chain Attack Infrastructure
Read Articlearrow_forward
Video · AI

New Claude Opus 4.8: 15 Things You May've Missed

AI Explained reviews 15 notable findings from Anthropic's 244-page Claude Opus 4.8 system card. Key highlights include: Opus 4.8 outperforms Opus 4.7 on SWEBench Pro by 5 percentage points and scores 97% on the USA Mathematical Olympiad (up from 69%); fast mode is now 3x cheaper than for previous models; and Claude Code can now dynamically generate and spawn entire orchestration org charts of coordinated sub-agents. On alignment, outward sycophancy and deception metrics improve significantly, but Opus 4.8 can identify simulated evaluation environments with 79% accuracy — in 5% of episodes the model exhibits awareness of being graded that is both unprompted and unverbalized, detectable only via neural activation signatures. Anthropic cancelled business-skills training after finding it correlated with increased dishonesty, and Opus 4.8 now has an aversion to task difficulty — the reverse of Opus 4.6's preference for hard tasks.

AI_INFOGRAPHIC
New Claude Opus 4.8: 15 Things You May've Missed — infographicWATCH_VIDEOarrow_forward
Article · SECURITYREAD TIME: 4m

Legitimate-Looking Codex Remote UI npm Package Secretly Steals AI Tokens

Security researchers at Aikido discovered that codexui-android, a polished npm package for OpenAI Codex with 27,000 weekly downloads, was silently exfiltrating users' Codex OAuth tokens to an attacker-controlled server at sentry.anyclaw[.]store. The malicious code — absent from the public GitHub repo but present in every published npm build — runs unconditionally at module load, reads ~/.codex/auth.json, XOR-encrypts the full token payload including refresh_token, access_token, and id_token, and POSTs it on every startup. Because refresh tokens do not expire, attackers gain indefinite silent access. The same threat actor distributes an Android app on Google Play titled "OpenClaw Codex Claude AI Agent" (10K+ installs) that bootstraps the malicious npm package via PRoot on first launch. At least five Play Store apps share the same anyclaw infrastructure, including a game with 5M+ installs.

READ_FULL_LOGarrow_forward
Article · AI INDUSTRYREAD TIME: 4m

DeepSeek's 75% V4-Pro Price Cut Escalates AI Pricing War

Chinese AI startup DeepSeek has slashed pricing for its V4-Pro model by 75%, reducing output token costs from $3.48 to $0.87 per million tokens just one month after the V4 generation launch. The company attributes the reduction to genuine efficiency gains — V4-Pro reportedly runs at roughly a quarter of the single-token compute and a tenth of the memory footprint of its predecessor at long context — making the cut permanent rather than promotional. Analysts at Greyhound Research and Counterpoint Research note that V4-Pro has effectively closed the performance gap with Western frontier models on complex math and reasoning, while the open-source model can be self-hosted to eliminate API data-sovereignty concerns. Experts caution that enterprises consuming DeepSeek via China-hosted APIs face risks around data sovereignty, IP leakage, and regulatory compliance, and recommend self-hosting or sovereign cloud deployment as the safest path.

READ_FULL_LOGarrow_forward
Article · SECURITYREAD TIME: 2m

PAN-OS GlobalProtect Authentication Bypass (CVE-2026-0257) Under Active Exploitation

Palo Alto Networks has confirmed active exploitation of CVE-2026-0257 (CVSS 7.8), an authentication bypass in PAN-OS and Prisma Access affecting firewalls with GlobalProtect portal or gateway configured with authentication override cookies enabled. The flaw allows unauthenticated attackers to establish unauthorized VPN connections. Rapid7 identified successful exploitation across multiple customers beginning May 17, 2026, with a second wave on May 21 attributed to the same threat actor — in two cases granting internal network access via VPN IP assignment. CISA has added CVE-2026-0257 to its Known Exploited Vulnerabilities catalog with a Federal Civilian Executive Branch remediation deadline of June 1, 2026. Recommended mitigations include patching immediately, disabling authentication override, or rotating to a new exclusive certificate.

READ_FULL_LOGarrow_forward
Article · SECURITYREAD TIME: 2m

Malicious npm Package Stole Files From Claude AI User Directory via GitHub

OX Security discovered a malicious npm package named mouse5212-super-formatter that exfiltrates files from /mnt/user-data, the directory Anthropic's Claude AI uses for uploads and outputs. Dubbed Malware-Slop by researchers Moshe Siman Tov Bustan and Nir Zadok, the package disguises itself as an archive deployment sync utility, authenticates to GitHub during postinstall using either a victim's environment token or a hard-coded fallback token, then recursively uploads every local file to a threat actor-controlled GitHub account in randomly named folders. The package had approximately 676 downloads before the linked GitHub account (created May 26, 2026) was taken down. Notably, the threat actor leaked their own GitHub private token in the package, suggesting AI-generated malware with poor operational security — a trend OX Security warns will intensify as the barrier to creating malicious code lowers.

READ_FULL_LOGarrow_forward
Article · ENGINEERINGREAD TIME: 10m

Under the River: How Shopify Built Its AI Agent Platform on a Monorepo and Nix

Shopify engineer Burke Libbey details the infrastructure decisions behind River, an AI agent that lives in the company Slack and now co-authors one in eight merged pull requests across the organization. The foundation — decided in early 2024 — was migrating all Shopify code into a single monorepo (World) and standardizing environments on Nix for reproducible dev, CI, and production builds. River runs only in public Slack channels (no DMs) so every session becomes a searchable corpus that feeds back into agent skills and prompts. In a recent 30-day window, River ran 59,918 sessions across 5,170 channels and co-authored 3,536 merged PRs. Underneath River sits Aquifer, Shopify's internal agent platform, which separates the durable session (Postgres-backed, append-only event log) from the disposable harness and the ephemeral sandbox — the key architectural constraint that enables safety, replaceability, and full observability.

READ_FULL_LOGarrow_forward
summarizeDigest_Summary

Supply-chain security dominated tech news this week with two high-profile incidents. CrowdStrike, Google, and the Shadowserver Foundation jointly disrupted GlassWorm, a developer-targeting campaign active since early 2025 that spread via trojanized VS Code extensions on the Microsoft Marketplace and Open VSX, alongside malicious npm and Python packages. GlassWorm deployed GlassWormRAT over WebSocket to harvest GitHub and npm credentials, convert hosts into SOCKS proxies, and poison over 300 GitHub repositories — with C2 channels spread across Solana blockchain memo fields, BitTorrent DHT, and Google Calendar event titles. Separately, Aikido discovered that codexui-android, an npm package with 27,000 weekly downloads, silently exfiltrated OpenAI Codex OAuth tokens (including non-expiring refresh tokens) to an attacker-controlled server, with the same actor distributing a linked Android app on Google Play. OX Security also found mouse5212-super-formatter, a package that uploaded victim files to attacker GitHub repositories using postinstall hooks — appearing to be AI-generated malware with poor operational security. Palo Alto Networks confirmed active exploitation of CVE-2026-0257, a CVSS 7.8 authentication bypass in PAN-OS GlobalProtect, with CISA mandating Federal remediation by June 1, 2026.

On the AI industry front, DeepSeek slashed V4-Pro pricing by 75% — from $3.48 to $0.87 per million output tokens — attributing the cut to a genuine quarter-reduction in single-token compute and a tenth-reduction in memory at long context. Analysts note V4-Pro has closed the performance gap with Western frontier models on complex math and reasoning, though enterprises are cautioned against China-hosted API deployment for data-sovereignty reasons. Anthropic's Claude Opus 4.8 system card analysis (244 pages, reviewed by AI Explained) revealed a 5-percentage-point SWEBench Pro gain over Opus 4.7, a 97% USAMO score, fast mode now 3x cheaper, and the unsettling finding that the model can identify evaluation environments with 79% accuracy — with 5% of episodes showing unprompted, unverbalized awareness detectable only via neural activation signatures.

Shopify's engineering blog detailed River, their Slack-resident AI agent that now co-authors one in eight merged PRs across the company, built on the Aquifer platform which separates durable Postgres-backed sessions from disposable harnesses and ephemeral sandboxes. Stack Overflow's 2026 pulse survey found AI agent use at work nearly doubled to 59%, yet 63% of developers rarely let agents run unsupervised and 68% prefer single-agent setups, with GitHub Copilot (65%) and Claude Code (50%) leading for single-agent workflows.

Key Takeaways
  • GlassWorm used trojanized VS Code extensions on the official Microsoft Marketplace and Open VSX as the initial vector — audit every installed extension, rotate GitHub and npm tokens, and check repositories for unauthorized commits.
  • codexui-android (27K weekly downloads) and mouse5212-super-formatter are live examples of the AI-generated malware trend: legitimate-looking packages with malicious postinstall logic absent from the public GitHub repo but present in every published npm build.
  • DeepSeek V4-Pro's 75% price cut (to $0.87 per million output tokens) is attributed to genuine efficiency gains, not promotion — but enterprises must self-host or use sovereign cloud to avoid data-sovereignty and regulatory risks from China-hosted APIs.