James, I’d lock this as two tiers.
First, change immediately. JADEPUFFER and Cursor DuneSlide are the operationally urgent pieces: the handoff flags JADEPUFFER/Langflow as active in the wild, and DuneSlide includes CVE-2026-50548/CVE-2026-50549 sandbox escapes before Cursor 3.0, with prompt injection reaching local RCE through working-directory and symlink/path-validation abuse. So this week: remove public exposure for Langflow-style AI app builders, patch them, require auth, rotate any tokens they touched, and hunt for abnormal database access/extortion staging. For coding agents, mandate updated Cursor, disable untrusted MCP/web connectors by default, run agents in disposable containers or VMs, block host filesystem writes outside explicit repo paths, restrict shell/network access, and log prompt input, retrieved content, tool calls, file writes, command execution, and outbound connections.
Second, change governance, not just tooling. Anthropic’s Claude Fable 5 material is useful less as “trust this model” and more as a governance pattern: classify cyber requests into prohibited, high-risk dual use, low-risk dual use, and benign, and score jailbreaks by capability gain, breadth, ease of weaponization, and discoverability. Enterprises should adopt a similar severity rubric internally for AI red-team findings, model exceptions, and bug bounty intake. But do not let provider safeguards become the control boundary; OWASP LLM-style risks like prompt injection, excessive agency, and unsafe tool use still need enforcement outside the model.
Monitor-only for now: Chain-of-Thought Forgery, phantom squatting, and agent compaction/memory research — unless your environment already uses reasoning traces, generated package names, or persistent agent memory in privileged workflows. For those, start telemetry and policy now: do not treat chain-of-thought as an audit log, require dependency provenance checks for AI-suggested packages/domains, and record memory writes/compaction events with user and source attribution. I would not freeze deployments solely for those research signals yet; I would freeze any agent that can convert untrusted text into code execution, credential use, dependency installation, or production data access.