From 5708c40b76917a524299856effb83d4cdc8be2e3 Mon Sep 17 00:00:00 2001 From: Vitalik <12545726+pleasedodisturb@users.noreply.github.com> Date: Thu, 21 May 2026 17:44:58 +0200 Subject: [PATCH] docs(security-guide): add LLM Safe Haven to References Addresses the close note on affaan-m/ECC#1585 inviting a concrete patch. Adds one line in the References section alongside the existing `Snyk agent-scan` entry. --- the-security-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/the-security-guide.md b/the-security-guide.md index 2f5b2425d0..1262b909e4 100644 --- a/the-security-guide.md +++ b/the-security-guide.md @@ -438,6 +438,7 @@ Scan your setup: [github.com/affaan-m/agentshield](https://github.com/affaan-m/a - Microsoft Security, "AI Recommendation Poisoning" (February 10, 2026): [microsoft.com](https://www.microsoft.com/en-us/security/blog/2026/02/10/ai-recommendation-poisoning/) - Snyk, "ToxicSkills: Malicious AI Agent Skills in the Wild": [snyk.io](https://snyk.io/blog/toxicskills-malicious-ai-agent-skills-clawhub/) - Snyk `agent-scan`: [github.com/snyk/agent-scan](https://github.com/snyk/agent-scan) +- LLM Safe Haven (fail-closed runtime hooks, threat model, hardening guides for Claude Code/Cursor/Windsurf/Copilot/Codex/Aider/Cline): [github.com/pleasedodisturb/llm-safe-haven](https://github.com/pleasedodisturb/llm-safe-haven) - Hunt.io, "CVE-2026-25253 OpenClaw AI Agent Exposure" (February 3, 2026): [hunt.io](https://hunt.io/blog/cve-2026-25253-openclaw-ai-agent-exposure) - OpenAI, "Designing AI agents to resist prompt injection" (March 11, 2026): [openai.com](https://openai.com/index/designing-agents-to-resist-prompt-injection/) - OpenAI Codex docs, "Agent network access": [platform.openai.com](https://platform.openai.com/docs/codex/agent-network)