agentsop-multi-tenant-rag

Community

Prevent cross-tenant RAG data leaks.

Authoragentsope
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents cross-tenant data leakage in multi-tenant retrieval-augmented generation (RAG) systems by enforcing tenant isolation at the vector store query boundary, before retrieved content reaches the LLM context.

Core Features & Use Cases

  • Tenant Isolation SOP: Provides a security-first operating model for designing, reviewing, and debugging retrieval pipelines where a shared vector store serves multiple tenants.
  • Query-Time Filter Enforcement: Encodes the non-negotiable rule to filter at the vector store query (and never after retrieval or after rerank), including per-vendor filter syntax and framework adapters.
  • Production-Ready Verification: Includes cross-tenant property tests, runtime assertions, audit logging guidance, and defense-in-depth patterns (namespace/tenant primitives plus filter belt-and-braces).

Quick Start

Ask your coding agent to apply the agentsop-multi-tenant-rag isolation SOP to every vector store query in your multi-tenant RAG pipeline and generate the required cross-tenant tests plus runtime assertions.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: agentsop-multi-tenant-rag
Download link: https://github.com/agentsope/SkillAlchemy/archive/main.zip#agentsop-multi-tenant-rag

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.