The Intake
The Intake — Friday, September 25, 2026
On the substrate
Plugin4Shell: zero-click RCE in AI coding agents via Git reference manipulation
AIR Security Help Net Security Cybersecurity News
If you've been relying on SHA pinning to ensure your AI coding agent only installs trusted plugins, Plugin4Shell is the named exception. AIR Security disclosed the vulnerability on September 18, 2026. An attacker who controls a Git repository can craft a branch name that matches a 40-character commit hash. The pinning check finds a match — and the plugin installs without any user interaction.
The vulnerability was discovered in May 2026 and disclosed to vendors in June 2026. Two of the four affected coding agents have patches; two remain currently unresolved.
If you're running any of the four affected agents, whether a patch exists depends on which one.
OpenAI Agent Builder and Evals wind down November 30, 2026
If your managed-agent workflows run through OpenAI's Agent Builder canvas, the platform shuts down November 30, 2026. OpenAI announced the deprecation on June 3, 2026. Agent Builder is the visual drag-and-drop interface for building managed agents. The Evals platform shuts down on the same date.
Evals go read-only October 31. After that date, results can be viewed but not modified or exported. All exports must complete before November 30. ChatKit and the Connector Registry are not affected.
OpenAI is offering two migration paths for Agent Builder users. If you have data in Evals, October 31 is the closer constraint — the export window closes there first.
Microsoft Agent Framework 1.19.0 changes MCP session authentication and skill archive format
GitHub — Python 1.19.0 GitHub — .NET 1.19.0 AI Agent Store
If your Agent Framework deployment pipeline produces skill archives in the prior format, version 1.19.0 rejects them. The framework now requires ZIP format with digest verification. Microsoft released 1.19.0 on September 18, 2026. Python and .NET runtimes are both included.
The second security-relevant change: MCP session authentication is now scoped per-invocation. Previously it was scoped by identity or origin. The release also adds a generic vector-store provider protocol. MongoDB is available as an alpha connector at launch. Azure DocumentDB is as well. Azure Cosmos DB NoSQL support and CodeAct tool parameter schemas are also included. File checkpoint concurrency fixes are in the release as well.
If your deployment pipeline builds skill archives in the prior format, that format test is the check before upgrading. If your MCP session authentication relies on identity or origin scope, per-invocation scoping replaces it. Version 1.19.0 is where that change lands.
---
For operators
Plugin4Shell: patched status by coding agent — Claude Code and Codex fixed, Copilot and Gemini CLI unresolved
AIR Security Help Net Security Cybersecurity News
If you're on Claude Code, v2.1.179 is the patched release. If you're on Codex, v0.146.0 is the patched release. Earlier versions of either are exposed.
If you're on GitHub Copilot, Microsoft has not announced a patch or remediation timeline — the exposure is currently unresolved. If you're on Gemini CLI, Google deprecated the tool rather than patching it; no fixed version exists.
OpenAI AgentKit: October 31 Evals export deadline, November 30 Agent Builder shutdown
If you have data in Evals, October 31 is the closer deadline — after that date the platform goes read-only and exports are no longer possible. All exports must complete before November 30.
If you're migrating from Agent Builder, the two paths carry different workloads. The Agents SDK requires code-first API work. Workspace Agents uses natural-language configuration inside ChatGPT and is better suited to lower-code workflows.
Three MCP connector CVEs from September's DeadBugz supply-chain campaign are now patched
All three MCP connector CVEs from September 2026 now have confirmed patches. The Atlassian Confluence MCP connector is patched in v0.22.0 (CVE-2026-73498, path traversal, CVSS 7.7). ArcadeDB MCP is patched in v26.7.3 (CVE-2026-67357, cluster token cleartext disclosure, CVSS 7.7). The facebook-ads-mcp-server is patched in the latest commit (CVE-2026-19956, SSRF, CVSS 5.3).
If you're running any of the three affected connectors, the check is whether your current version is at or above the patched release.
---