A 753B open-weights model dropped under MIT, GitLab shipped secret-scan GA, and malware authors are now stuffing CBRN keywords into comments specifically to blind the AI tools scanning for them.
// SECURITY FOCUS
Malware dev embeds CBRN policy-trigger text to blind AI scanners
The mini-shai-hulud/Miasma/Hades worms targeting bioinformatics and MCP developers stuff JavaScript block comments with nuclear/biological weapons language to trip AI content filters before automated analysis can run. If your pipeline routes samples through a hosted LLM for triage, payloads like this will silently drop out of the queue — you won’t get an error, just no report. Static analysis tooling that doesn’t parse comment blocks as untrusted data is equally blind.
What to do: Check your malware-triage pipeline: if it passes raw sample text to an LLM, add a pre-strip step that removes comment blocks before analysis, and verify the pipeline logs a result (not silence) for every submitted sample.
- Web-Based Remote Installation for Fedora Linux: Here’s What We’re Building — Fedora Magazine · Jun 17
The Anaconda installer team is building browser-based remote installation for Fedora Linux, replacing VNC and RDP with a Cockpit-served HTTPS interface that lets you point any browser at a machine mid-install and control it with a PIN. The Web UI already shipped in Fedora 42 Workstation and was extended to all Live spins in Fedora 43; the remote access piece is currently a proof-of-concept (PR rhinstaller/anaconda-webui#1274) with PIN auth hardcoded to 1234, no TLS yet, and no single-connection enforcement. The design calls for self-signed certs (browser warning expected), one concurrent session only, and Cockpit config isolated under /etc/anaconda/cockpit/ so it doesn’t bleed into the installed system. The practical upside over VNC is real: a remote browser sends far less data than pixel-streaming a full desktop, and no client software is needed. The team is soliciting feedback now on one open question in particular – whether to ship a lightweight headless ISO with remote installation on by default, dropping the bundled local browser entirely. - Ship AI with Laravel: Give Your AI Agent Live Web Search — Laravel News · Jun 18
This Laravel News tutorial (8 minutes) shows how to add live web search to a Laravel AI support agent using the SDK’s built-in WebSearch tool, capped at five results and locked to an allowlist of shipping carrier domains. Without the allowlist the agent can browse anywhere and return arbitrary content to customers, so that’s the config you don’t skip. The practical demo has the agent checking FedEx’s live status page alongside order data instead of guessing from stale training data. WebFetch (for fetching a specific URL) only works on Anthropic and Gemini right now, so the series stays with WebSearch on OpenAI. The agent now has five tools total – order lookup, customer history, knowledge base, document search, and live web – with a production-infrastructure episode covering queuing, provider failover, and rate-limit middleware coming next. - GitLab 19.1 released — GitLab · Jun 18
GitLab 19.1 shipped on June 18, 2026 with a handful of features worth scanning if you run Ultimate tier or manage AI tooling. The headline addition is GA secret false-positive detection via GitLab Duo – it automatically analyses critical and high severity findings after each scan and attaches a confidence score, aiming to cut the alert fatigue that makes secret detection results hard to trust. More practically useful for most teams: secret detection on feature branches now scans every commit from the branch’s divergence point with the default branch, not just the latest push, so credentials leaked in earlier commits no longer slip through to shared branches undetected. Admins get two new governance controls – a symmetrical “always on” lock for GitLab Duo (matching the existing always-off setting) and per-tool approval policies for Duo agents, letting you gate write or destructive operations with an inline human-approval prompt rather than trusting the agent to self-limit. Code Review Flow also adds GPT-5.2 and GPT-5.3 Codex as model options alongside Claude, which matters if your org has procurement constraints on Anthropic; both models benchmarked comparably to Claude Sonnet 4.6 on GitLab’s internal dataset. Nineteen compliance framework templates – including ISO 27001:2022, SOC 2, and FedRAMP – are now available in beta to reduce the manual grind of building controls from scratch. - Cloudflare: Build your own vulnerability harness — Cloudflare Blog · Jun 18
Cloudflare’s second Project Glasswing post details the architecture of their model-agnostic vulnerability scanning pipeline, covering 128 repos in six languages with no per-language tuning. The core design splits discovery and validation across two different frontier models – one for the Vulnerability Discovery Harness, a separate one for the Vulnerability Validation System – so Model B is independently stress-testing Model A’s findings rather than rubber-stamping them. Key practical findings: single-run coverage catches roughly half the bugs you’d surface across multiple runs and skews toward simpler issues; each agent is kept below 25% context window usage to prevent hallucination; state is persisted to SQLite keyed by (run_id, repo, stage) so a crash costs only the in-flight task. The post is genuinely operational rather than a benchmark showcase – it includes specific advice on transient API errors returning as 200 OK text, nested container sandbox flags, and when not to build deduplication agents yet. Worth reading if you’re designing any multi-agent pipeline that needs to survive across runs at scale, not just security tooling. - GLM-5.2: 753B MIT-licensed text-only open weights model from Z.ai — Simon Willison · Jun 17
Z.ai released GLM-5.2 on June 16th under an MIT license – a 753B parameter, 1.51TB MoE model with 40 active parameters and a 1 million token context window, up from 200k in GLM-5.1. It’s text-only (no vision), but that doesn’t seem to hurt it much: Artificial Analysis ranks it first among open weights models on their Intelligence Index v4.1 at a score of 51, ahead of MiniMax-M3 and DeepSeek V4 Pro at 44. It also sits 2nd on the Code Arena WebDev leaderboard behind Claude Fable 5. The catch is token verbosity – it burns through 43k output tokens per benchmark task, well above GLM-5.1’s 26k and most peers in the 24-37k range, which matters for cost. At $1.40/$4.40 per million tokens on OpenRouter, it’s substantially cheaper than GPT-5.5 ($5/$30) or Claude Opus 4.5-4.8 ($5/$25), but the extra token usage narrows that gap in practice.
// In other news
ai
- Datasette Apps: Host custom HTML applications inside Datasette (Simon Willison) · Jun 18 — datasette-apps plugin lets you bundle custom HTML/JS apps inside a Datasette instance, served under a plugin-owned URL prefix with access to Datasette’s auth and data APIs.
- Beyond LoRA: Can you beat the most popular fine-tuning technique? (Hugging Face Blog) · Jun 18 — HuggingFace benchmarks fine-tuning methods beyond LoRA – worth checking if your task has outgrown rank-decomposition adapters and you need a concrete comparison to justify switching.
- Using AI to help physicians diagnose rare genetic diseases affecting children (OpenAI Blog) · Jun 18 — Researchers using an OpenAI reasoning model identified 18 new diagnoses in previously unsolved rare-disease pediatric cases – a concrete outcome number from a clinical deployment.
- Is it agentic enough? Benchmarking open models on your own tooling (Hugging Face Blog) · Jun 18 — HuggingFace walks through evaluating open models on custom tool-calling setups, useful if you need to pick a model for a specific agentic pipeline rather than trust generic leaderboard numbers.
cloud
- Amazon ECS introduces new high-resolution metrics for faster service auto scaling (AWS News Blog) · Jun 18 — ECS now emits high-resolution CloudWatch metrics for auto scaling, reducing the lag between a traffic spike and a task count change – directly useful if you’ve been padding capacity as a workaround.
- Celebrating 12 years of Project Galileo (Cloudflare Blog) · Jun 18 — Cloudflare’s first comprehensive attack-data report from Project Galileo shows the threat profile civil-society orgs face – concrete numbers on attack volume and type against non-profits.
- Announcing Amazon EC2 G7 instances accelerated by NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs (AWS News Blog) · Jun 18 — EC2 G7 instances with NVIDIA RTX PRO 4500 Blackwell GPUs are now GA – positioned for inference and graphics workloads, so check pricing against G6 before assuming an upgrade makes sense.
- Scaling Ray Serve LLM on GKE: Performance without losing the developer experience (Google Cloud Blog) · Jun 18 — Google documents specific Ray Serve LLM config changes on GKE that improve throughput and latency – operational detail worth comparing against your own serving setup before tuning blindly.
culture
- The Pulse: Big implications of US banning Anthropic’s new model, Fable (Pragmatic Engineer) · Jun 18 — Gergely covers the US blocking Anthropic’s new model export, Meta’s engineering culture implosion follow-up, SpaceX buying Cursor, and Cursor’s GitHub competitor – high signal week.
- AI coding creates two kinds of debt. You’re only measuring one (LeadDev) · Jun 18 — LeadDev argues AI coding tools generate cognitive debt alongside technical debt – the team loses understanding of the code it ships, which doesn’t show up in any metric you’re currently tracking.
- Git good with Epic Games’ new open source VCS, Lore (The Register DevOps) · Jun 17 — Epic Games open-sourced Lore, a VCS built for large binary assets where Git-LFS is painful – relevant if you manage game assets, ML checkpoints, or other large-binary repos.
dev
- Node.js 24.17.0 (LTS) (Node.js Blog) · Jun 18 — Node.js 24.17.0 LTS is out – review the changelog before rolling to production, as LTS patch releases occasionally carry behavior changes that catch teams off guard.
- Node.js 22.23.0 (LTS) (Node.js Blog) · Jun 18 — Node.js 22.23.0 LTS drops alongside 24.17.0 – if you’re still on 22.x, this is your current maintenance target and worth pinning now.
- Node.js 26.3.1 (Current) (Node.js Blog) · Jun 18 — Node.js 26.3.1 Current patches the bleeding-edge release line – only relevant if you’re testing against the next LTS candidate, but good to track regressions early.
iac
- One vulnerability view: From scanner coverage to AI governance (GitLab) · Jun 18 — GitLab’s unified vulnerability view aggregates results from multiple scanners across projects, which matters if your scanner coverage has been drifting project-by-project without anyone noticing.
- AI Catalog updates for governance and operations (GitLab) · Jun 18 — GitLab AI Catalog now gives admins a consolidated view of which AI models are running where – useful for answering the security team’s first question before they ask it a second time.
k8s
- How Lynx Works: A Technical Walkthrough (Tigera Calico) · Jun 18 — Tigera’s Lynx technical walkthrough covers the architectural choices behind their new Kubernetes network policy layer – more useful than the launch post if you’re evaluating it for production.
- Flipkart Wins CNCF End User Case Study Contest for Kubernetes and Chaos Engineering Scale (CNCF Blog) · Jun 18 — Flipkart’s LitmusChaos + Kubernetes case study won the CNCF end-user contest – concrete chaos engineering at India’s largest e-commerce scale, if you’re looking for a reference architecture.
linux
- [$] The first half of the 7.2 merge window (LWN.net) · Jun 18 — Linux 7.2 merge window opened after 7.1 shipped June 14 – LWN covers the first wave of merges including what landed and what’s still queued.
- EXT4 Reworks Fast Commit Handling & Faster Directory Hash Computation (Phoronix) · Jun 18 — EXT4 in Linux 7.2 reworks fast-commit handling and speeds up directory hash computation – worth knowing if you run ext4 on latency-sensitive workloads.
- AF_ALG Deprecation Approved For Linux 7.2, Useless & Insecure Crypto Driver Code Removed (Phoronix) · Jun 18 — AF_ALG kernel crypto socket interface is deprecated in Linux 7.2 and dead driver code removed – check if any of your userspace crypto tooling still calls AF_ALG before upgrading.
- SteamOS 3.8.10 Stable Released With Updated Arch, Steam Machine Support & Wayland Desktop Default (Phoronix) · Jun 18 — SteamOS 3.8.10 stable ships updated Arch base, Steam Machine support, and Wayland desktop as default – notable as a production Linux gaming stack that Valve now ships broadly.
- Mastodon 4.6 released (LWN.net) · Jun 18 — Mastodon 4.6 released with Collections as the headliner feature, plus the usual batch of moderation and federation improvements.
obs
- Elastic’s no-code and full-code approaches to custom integrations (Elastic Blog) · Jun 18 — Elastic 9.4 ships Automatic Import for no-code custom log integrations with multistream support, plus an open agentic Integration Skills toolkit for teams that need programmatic control.
- What’s new in Dynatrace SaaS version 1.341 (Dynatrace Blog) · Jun 16 — Dynatrace SaaS 1.341 release notes – skim the changelog if you’re on this version to catch any behavior changes before they surface in production alerting.
sec
- ‘Popa’ Botnet Linked to Publicly-Traded Israeli Firm (Krebs on Security) · Jun 18 — The Popa botnet has operated for four years across millions of Android TV boxes doing ad fraud and account takeovers, and Krebs links it to a publicly-traded Israeli company – check your network for infected devices.
- The Red Agent POV: How it Reasoned its Way to SSRF (Wiz Blog) · Jun 17 — Wiz walks through how their red-team AI agent reasoned its way to SSRF-to-local-file-read on GCP Cloud Run, showing the multi-step chain rather than just the endpoint CVE.
- Security updates for Thursday (LWN.net) · Jun 18 — Thursday’s Linux security batch covers nginx, postfix, rsync, xorg-x11-server, and xorg-x11-server-Xwayland across AlmaLinux, Debian, Mageia and others – patch if you’re running any of these exposed.
web
- Feature Flags in Laravel with Pennant (Freek Van der Herten) · Jun 18 — Freek details a class-based Laravel Pennant pattern with a kill switch on every flag and a config-driven GA path – saves you reinventing this when Pennant’s defaults get messy at scale.
- Roadmap to 7.1 (Make WordPress Core) · Jun 19 — WordPress 7.1 targets August 19 with suggestion mode for collaborative editing and expanded Notes features – relevant if you’re planning plugin or theme compatibility work this summer.
- WordPress 7.0.1 Release Schedule (Make WordPress Core) · Jun 18 — WordPress 7.0.1 is on the schedule after contributors flagged bugs post-launch; check the Trac queue now if you hit anything odd after upgrading to 7.0.
- Lattice: Describe Inertia UIs in PHP (Laravel News) · Jun 18 — Lattice lets you define Inertia.js UI components in PHP classes rather than switching to JS, which cuts context-switching if your team rarely touches the frontend layer directly.
- Watch the Teaser for ‘The Story of PHP’ Documentary (Laravel News) · Jun 18 — JetBrains-sponsored PHP documentary teaser features Taylor Otwell, Nikita Popov, and Fabien Potencier – low-signal for day-to-day work but a decent team-meeting watch.
GLM-5.2 weighs 1.51TB and someone’s already hiding weapons text in comments to blind the scanners — good week to read slowly. Back Monday.

Leave a comment