Skip to main content
  1. Tags/

Enterprise

AI Security: Prompt Injection, Jailbreaks, and Guardrails

Deep Dive AI & LLM · May 24, 2026 · 19 min read
The OWASP LLM Top 10 exists because shipping an LLM to production without a security model is a new category of risk that the existing web application security playbook doesn’t fully cover. Prompt injection has held the #1 spot on that list since the first version was published, and it’s not there because researchers think it might be a problem someday. It’s been demonstrated against production systems at companies that knew what they were doing.
AI Security — prompt injection, jailbreaks, and guardrail patterns for production LLM applications

Build Custom MCP Catalogs with Docker: Enterprise Control for AI Tooling

Update Tools & SDKs · Oct 24, 2025 · 2 min read
Docker shipped a set of tools that let a platform team decide exactly which Model Context Protocol servers developers can run: a catalog format, an open-source Gateway, and a Toolkit built into Docker Desktop. The official catalog carries 220+ containerized MCP servers, and you can fork it, trim it, or build a private catalog that points at images in your own registry.
Docker MCP Gateway routing AI clients to containerized MCP servers