multi-tenant-review

Analyze Rust and SQL code for tenant isolation and Row-Level Security enforcement.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Juanis86/saas-platform --skill multi-tenant-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-tenant-review
Source: https://github.com/Juanis86/saas-platform/tree/main/.claude/skills/multi-tenant-review
Command: npx skills add https://github.com/Juanis86/saas-platform --skill multi-tenant-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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.