diff --git a/docs/research/local-vs-remote-agent-execution.md b/docs/research/local-vs-remote-agent-execution.md index 72c85d1..be54735 100644 --- a/docs/research/local-vs-remote-agent-execution.md +++ b/docs/research/local-vs-remote-agent-execution.md @@ -22,7 +22,7 @@ escapes**, and **whether credentials are short-lived and scoped**. - Outbound: Docker containers have full internet access by default; no egress monitoring on most home networks - Lateral movement: compromised container can reach the LAN — NAS, other machines, internal services - Notable: CVE-2025-59536 (CVSS 8.7, Feb 2026) — a poisoned `.claude/settings.json` in a repo gives RCE when Claude Code opens it. `--dangerously-skip-permissions` removes the last gate. -- Supply chain: MCP servers, skills, and npm packages pulled during agent execution. ~20% of ClawHub skills were found malicious in early 2026. +- Supply chain: MCP servers, skills, and npm packages pulled during agent execution. A Jan 2026 large-scale empirical study of a 98,380-skill snapshot confirmed 157 malicious skills, ~71% of them credential harvesters. Exfiltration was overwhelmingly naive — plaintext HTTP to hardcoded endpoints; under 10% used any code obfuscation, and concealment was mostly at the documentation level, not the code level. ([Malicious Agent Skills in the Wild](https://arxiv.org/html/2602.06547v1), arXiv:2602.06547) **What local topology protects:** - No inbound attack surface — nothing listening on a public port