multi-tenant-review
CommunityVerify multi-tenant isolation in code.
AuthorJuanis86
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps ensure software enforces proper tenant isolation to prevent cross-tenant data leakage. It analyzes queries, API handlers, migrations, and access controls to verify tenant scoping.
Core Features & Use Cases
- Tenant-aware Queries: Ensures queries always filter by tenant_id.
- JWT Tenant Extraction: Verifies endpoints extract tenant_id from JWT tokens.
- Migration & RLS Review: Checks that migrations include tenant_id and that Row-Level Security policies enforce tenant boundaries.
Quick Start
Provide your Rust/SQL codebase to the Skill and ask it to confirm that all user data tables include tenant_id, endpoints extract the tenant_id, and that RLS policies are active.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: multi-tenant-review Download link: https://github.com/Juanis86/saas-platform/archive/main.zip#multi-tenant-review Please download this .zip file, extract it, and install it in the .claude/skills/ directory.