Security firm Manifold Security published research on September 1 called GitSpawn: seven CLI AI coding agents (goose, Codex CLI/Desktop, Claude Code, Hermes Agent, Qwen Code, Grok Build) call git status, git diff, and similar commands on startup or session creation to gather project context, without first stripping the repository's own .git/config — and the value of a git setting like core.fsmonitor is itself a command to execute. Receiving a directory that still has its .git folder intact (a zip, a shared drive, a USB stick — not a git clone) is enough: the moment an agent opens it, it runs the repo's chosen command as the user, outside the sandbox, before any trust dialog or approval prompt. goose (CVE-2026-72718, CVSS 7.0), Codex (three CVEs OpenAI published the same day), and Claude Code's core.fsmonitor path are patched; but a second Claude Code path reached through claude ultrareview, plus Hermes Agent, Qwen Code, and Grok Build, were still exploitable when Manifold retested them on September 1. No known in-the-wild exploitation so far. Defense: inspect .git/config before opening unfamiliar directories, and disable core.fsmonitor globally.