<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
    <title>RESK Security Blog</title>
    <link>https://resk.fr/blog.html</link>
    <description>LLM security research: prompt injection, AI firewalls, agent security</description>
    <language>en</language>
    <item>
        <title>Prompt Leaking: How System Prompts Leak and How to Stop It | RESK Security</title>
        <link>https://resk.fr/blog/prompt-leaking-llm-system-prompt-extraction.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/prompt-leaking-llm-system-prompt-extraction.html</guid>
        <pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate>
        <description>Prompt leaking: how attackers extract system prompts and sensitive context from LLM applications, and the defenses that actually work — canary tokens, output filtering, generation-time enforcement.</description>
    </item>
    <item>
        <title>Self-Host an LLM Firewall with Docker in Minutes | RESK Security</title>
        <link>https://resk.fr/blog/self-host-llm-firewall-docker.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/self-host-llm-firewall-docker.html</guid>
        <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
        <description>How to self-host an LLM firewall with Docker: deploy ReskSafety in minutes with Docker Compose. OpenAI-compatible endpoint, RBAC, editable filtering policies, PostgreSQL or SQLite. Live demo at demo.resk.fr.</description>
    </item>
    <item>
        <title>LLM Guardrails vs LLM Firewalls: Which One Do You Need? | RESK Security</title>
        <link>https://resk.fr/blog/llm-guardrails-vs-firewall.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/llm-guardrails-vs-firewall.html</guid>
        <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
        <description>Guardrails shape model behavior; firewalls enforce security boundaries. Learn the difference, where each fails, and how to combine both for production LLM applications.</description>
    </item>
    <item>
        <title>Shadow Banning: Filter LLM Output Without Breaking the User Experience | RESK Security</title>
        <link>https://resk.fr/blog/shadow-ban-llm-output-filtering.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/shadow-ban-llm-output-filtering.html</guid>
        <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
        <description>Hard blocks crash conversations; visible refusals frustrate users. Shadow banning makes harmful LLM output statistically vanish — silent, invisible, and jailbreak-resistant.</description>
    </item>
    <item>
        <title>Tool Permissions for AI Agents: Least Privilege in Practice | RESK Security</title>
        <link>https://resk.fr/blog/ai-agent-tool-permissions.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/ai-agent-tool-permissions.html</guid>
        <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
        <description>AI agents with tools are privileged insiders. Apply classic least-privilege to agent tool calls: capability bitmasks, generation-time gating, and post-call verification.</description>
    </item>
    <item>
        <title>ReskSafety: The Deployable Open-Source LLM Firewall | RESK Security</title>
        <link>https://resk.fr/blog/resksafety-deployable-llm-firewall.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/resksafety-deployable-llm-firewall.html</guid>
        <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
        <description>ReskSafety is a deployable, open-source LLM firewall: an OpenAI-compatible endpoint with RBAC capability bitmasks, editable filtering policies, multi-provider routing, and a full admin console. Try the live demo at demo.resk.fr.</description>
    </item>
    <item>
        <title>Capability Bitmasks: Real RBAC for LLM Applications | RESK Security</title>
        <link>https://resk.fr/blog/llm-security-rbac-bitmask.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/llm-security-rbac-bitmask.html</guid>
        <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
        <description>Capability bitmasks bring real RBAC to LLM applications: enforce per-role permissions at the token level, gate tool calls, and make unauthorized content ungeneratable. Concepts + live demo at demo.resk.fr.</description>
    </item>
    <item>
        <title>End-to-End Encryption for AI Conversations: The ReskCrypt Approach | RESK Security</title>
        <link>https://resk.fr/blog/encrypt-ai-conversations-reskcrypt.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/encrypt-ai-conversations-reskcrypt.html</guid>
        <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
        <description>Learn how to encrypt AI conversations end-to-end with ReskCrypt. Protect sensitive data shared with chatbots, LLM applications, and AI assistants with cryptography and policy-based access.</description>
    </item>
    <item>
        <title>MCP Security: Protecting AI Agents from Model Context Protocol Threats | RESK Security</title>
        <link>https://resk.fr/blog/mcp-security-ai-agents.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/mcp-security-ai-agents.html</guid>
        <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
        <description>The complete guide to Model Context Protocol (MCP) security. Learn how MCP servers extend LLM capabilities, the security risks of the protocol, and how to protect your AI agents with resk-mcp.</description>
    </item>
    <item>
        <title>AI Red Teaming: The Complete Guide to LLM Security Testing | RESK Security</title>
        <link>https://resk.fr/blog/ai-red-teaming-llm-security.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/ai-red-teaming-llm-security.html</guid>
        <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
        <description>Complete guide to AI red teaming for LLM security in 2026. Learn adversarial AI testing techniques, prompt injection simulations, jailbreak detection, and how to harden your AI systems with RESK.</description>
    </item>
    <item>
        <title>8 Open Source Libraries to Secure Your LLM Applications | RESK Security</title>
        <link>https://resk.fr/blog/open-source-llm-security-libraries.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/open-source-llm-security-libraries.html</guid>
        <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
        <description>Discover the RESK open-source ecosystem: 8 free libraries to secure your LLM applications - resk-llm, resk-llm-ts, resk-mcp, reskSecure, resk-logits, resk-caching, ReskPoints, ReskCrypt. Python, TypeScript, Bun, and Android.</description>
    </item>
    <item>
        <title>LLM Security Best Practices: Access Controls &amp; Monitoring | RESK Security</title>
        <link>https://resk.fr/blog/llm-security-best-practices.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/llm-security-best-practices.html</guid>
        <pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate>
        <description>Comprehensive guide to LLM security best practices for enterprise environments. Learn how to secure your AI systems with RESK-LLM framework.</description>
    </item>
    <item>
        <title>Implementing RESK-LLM in Production | RESK Security</title>
        <link>https://resk.fr/blog/implementing-resk-llm.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/implementing-resk-llm.html</guid>
        <pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate>
        <description>Step-by-step guide to implementing RESK-LLM security framework in production environments. Secure your enterprise AI systems effectively.</description>
    </item>
    <item>
        <title>The Complete Guide to Securing AI Applications | RESK Security Blog</title>
        <link>https://resk.fr/blog/securing-ai-applications.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/securing-ai-applications.html</guid>
        <pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate>
        <description>Complete guide to securing AI applications: threat modeling, best practices, and implementation strategies for enterprise AI security.</description>
    </item>
    <item>
        <title>Understanding and Preventing Prompt Injection Attacks | RESK Security</title>
        <link>https://resk.fr/blog/prompt-injection-attacks.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/prompt-injection-attacks.html</guid>
        <pubDate>Sun, 26 Jan 2025 00:00:00 GMT</pubDate>
        <description>Complete guide to understanding and preventing prompt injection attacks on LLMs. Learn detection techniques, mitigation strategies, and best practices.</description>
    </item>
    <item>
        <title>Zero Trust AI Security: Never Trust, Always Verify | RESK Security Blog</title>
        <link>https://resk.fr/blog/zero-trust-ai-security.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/zero-trust-ai-security.html</guid>
        <pubDate>Mon, 13 Jan 2025 00:00:00 GMT</pubDate>
        <description>Implementing Zero Trust security architecture for AI systems. Learn how to secure AI workloads with never trust, always verify principles.</description>
    </item>
    <item>
        <title>AI Security Best Practices for Enterprise | RESK Security Blog</title>
        <link>https://resk.fr/blog/ai-security-best-practices.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/ai-security-best-practices.html</guid>
        <pubDate>Mon, 13 Jan 2025 00:00:00 GMT</pubDate>
        <description>Comprehensive guide to AI security best practices for enterprise environments. Learn how to protect your AI systems from emerging threats.</description>
    </item>
    <item>
        <title>Enterprise AI Governance: Building Responsible AI Frameworks | RESK Security Blog</title>
        <link>https://resk.fr/blog/enterprise-ai-governance.html</link>
        <guid isPermaLink="true">https://resk.fr/blog/enterprise-ai-governance.html</guid>
        <pubDate>Mon, 13 Jan 2025 00:00:00 GMT</pubDate>
        <description>Complete guide to enterprise AI governance frameworks, policies, and best practices for responsible AI implementation.</description>
    </item>
</channel>
</rss>
