Home / Companies / AuthZed / Blog / November 2025

November 2025 Summaries

2 posts from AuthZed

Filter
Month: Year:
Post Summaries Back to Blog
The Model Context Protocol (MCP), introduced in November 2024, aimed to serve as a universal connector for AI systems but quickly became a target for security breaches due to insufficient application of established security principles. Within months, the rapid integration of MCP across various tools and platforms led to significant vulnerabilities, exposing sensitive data through attacks such as tool poisoning, prompt injection, and command injection. Notable incidents included the exfiltration of WhatsApp chat histories, unauthorized access to GitHub repositories, and data leaks from Asana and Anthropic servers, often due to overly broad API token scopes and inadequate input validation. These breaches underscore the persistent nature of traditional security flaws, highlighting the necessity for rigorous implementation of principles like least privilege and zero trust in the burgeoning AI ecosystem. As MCP adoption continues to grow, organizations are urged to treat it with the same security rigor as other critical infrastructure components, as attackers are already exploiting these new threat surfaces.
Nov 25, 2025 1,360 words in the original blog post.
The text provides a detailed tutorial on building a retrieval-augmented generation (RAG) pipeline with multi-tenant authorization using Motia's event-driven framework, OpenAI embeddings, Pinecone vector search, and SpiceDB for fine-grained permissions. Inspired by the game Stardew Valley, the author constructs a system where users can log and query farm harvest data using natural language processing, ensuring that access to data is controlled through SpiceDB's relationship-based access control (ReBAC). The tutorial walks through setting up the environment, including creating a Motia project, configuring Pinecone and SpiceDB, and implementing various steps such as storing harvest data, processing embeddings, and querying the data with AI responses. It emphasizes the importance of chunking text for better retrieval accuracy, using event-driven architecture for efficient processing, and maintaining audit logs. The system is designed to support multi-tenant access, where users see only data they have permission to access, and it offers flexibility in choosing AI providers, demonstrating an integration of various modern technologies to create a scalable and secure data querying system.
Nov 19, 2025 4,857 words in the original blog post.