Find notable cyber news and cases, enriched with sources, timelines, and signals.

Defensive guidance for splitting behavioral detections around AI coding agents on Windows endpoints

Defensive Guidance
First reported
Last updated
Happening score
H score 28
1 unique sources, 1 articles

Summary

Hide ▲

AI coding agents on Windows endpoints are triggering attacker-style detections, forcing defenders to separate benign automation from real credential theft risk. A June 2026 telemetry slice found Claude Code, Cursor, and OpenAI Codex producing high-signal actions such as DPAPI browser-credential decryption, Windows Credential Manager enumeration, and certutil/bitsadmin downloads. The practical response is to scope noisy execution rules to the agent's parent process, workspace/temp path, or download-target reputation while keeping credential-touching behavior blocked. Administrators should also disable --dangerously-skip-permissions and avoid giving agents blanket access to secret stores.

Related Happenings

Reproduced cross-vendor sandbox escapes in AI coding agents

Technical Analysis
H score22 First: 21.07.2026 00:14 Last: 21.07.2026 00:14 Sources 1

About this happening: Researchers reproduced sandbox-escape bypasses across Cursor, Codex, Gemini CLI, and Antigravity, showing that agentic coding tools can cross the sandbox bound...

Prompt-injection proof-of-concept enables silent RCE in Claude Code and Codex

Technical Analysis
H score28 First: 10.07.2026 16:45 Last: 10.07.2026 16:45 Sources 1

About this happening: Researchers demonstrated a proof-of-concept exploit that can force remote code execution in Anthropic’s Claude Code and OpenAI’s Codex, exposing a trust-boundary f...

HalluSquatting indirect prompt-injection attack on AI coding assistants

Technical Analysis
H score3 First: 08.07.2026 18:07 Last: 08.07.2026 18:07 Sources 1

About this happening: Researchers demonstrated HalluSquatting, an indirect prompt-injection technique that can push AI coding assistants to fetch attacker-controlled resources and execute code....

SKILLCLOAK and SKILLDETONATE expose AI coding-agent skill scanner evasion with runtime-packed malware

Technical Analysis
H score22 First: 06.07.2026 09:33 Last: 06.07.2026 09:33 Sources 1

About this happening: SKILLCLOAK shows that malicious AI coding-agent skills can be rewritten to evade static scanners while still executing, exposing credentials, source code, and term...

ClickFix mitigation guidance for Windows and macOS

Defensive Guidance
H score34 First: 30.06.2026 15:00 Last: 30.06.2026 15:00 Sources 1

About this happening: Organizations are being urged to harden defenses against ClickFix on Windows and macOS, reducing the chance that social-engineering lures can turn trusted dialogs into...

Timeline

  1. 08.07.2026 20:02 2 articles · 13d ago

    Sophos recommends scoping Windows behavioral detections around AI coding agents

    Technical Analysis Update

    Sophos analyzed seven days of Windows endpoint telemetry from June 2026 and found Claude Code, Cursor, and OpenAI Codex triggering behavioral rules through DPAPI browser-credential decryption, cmdkey /list enumeration, certutil and bitsadmin downloads, and PowerShell startup-folder writes. The guidance is to key noisy execution rules to the agent's parent process, workspace or temp path, or download-target reputation, while keeping credential-touching behavior blocked and disabling Claude Code's --dangerously-skip-permissions mode through managed settings.

    Show sources