Skip to main content

multi-tenancy-patterns

Facilitates multi-tenancy implementation in B2B SaaS applications, focusing on tenant isolation and role-based access control.

Install this skill

or
87/100

Security score

The multi-tenancy-patterns skill was audited on Mar 1, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61await db.query(`SET app.current_tenant = '${tenantId}'`);
medium line 215

Template literal with variable interpolation in command context

SourceSKILL.md
215inviteUrl: `https://app.yourapp.com/invite/${token}`,
low line 215

External URL reference

SourceSKILL.md
215inviteUrl: `https://app.yourapp.com/invite/${token}`,
low line 319

External URL reference

SourceSKILL.md
319- [PostgreSQL RLS](https://www.postgresql.org/docs/current/ddl-rowsecurity.html)
low line 320

External URL reference

SourceSKILL.md
320- [Clerk Organizations](https://clerk.com/docs/organizations)
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →