rag-security-architect

Community

Secure retrieval before it leaks

Authornguyenpv1980-wq
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you design and review retrieval-augmented generation systems so that users only retrieve documents they are authorized to see, with tenant boundaries and document-level access enforced before results are returned.

Core Features & Use Cases

  • Retrieval-time authorization: Ensures tenant scope and ACL checks happen inside the vector search query, not after the store has already exposed candidate results.
  • Vector-store tenant scoping: Reviews namespace, collection, or per-tenant index strategies and checks that tenant isolation cannot be bypassed by a client-supplied or missing filter.
  • Embedding-risk analysis: Evaluates inversion, membership inference, poisoned documents, stale permissions, deletion handling, and citation safety for RAG systems.
  • Use Case: A shared semantic search index for customer documents needs to prevent tenant A from surfacing tenant B's content while still supporting role-based access and secure citations.

Quick Start

Ask the AI to review your RAG pipeline for retrieval-time authorization, tenant-scoped vector search, document ACL propagation, and cross-tenant negative tests.

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: rag-security-architect
Download link: https://github.com/nguyenpv1980-wq/Project-Aegis/archive/main.zip#rag-security-architect

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 545,000+ vetted skills library on demand.