Skip to main content

organization-best-practices

Provides guidance for implementing multi-tenant organizations and role-based access control using Better Auth's organization plugin.

Install this skill

or
71/100

Security score

The organization-best-practices skill was audited on Feb 25, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 206

Template literal with variable interpolation in command context

SourceSKILL.md
206subject: `Join ${organization.name}`,
medium line 207

Template literal with variable interpolation in command context

SourceSKILL.md
207html: `
medium line 568

Template literal with variable interpolation in command context

SourceSKILL.md
568subject: `Join ${data.organization.name}`,
medium line 569

Template literal with variable interpolation in command context

SourceSKILL.md
569html: `<a href="https://app.com/invite/${data.invitation.id}">Accept</a>`,
medium line 577

Template literal with variable interpolation in command context

SourceSKILL.md
577console.log(`Organization ${organization.name} created`);
low line 49

External URL reference

SourceSKILL.md
49logo: 'https://example.com/logo.png',
low line 209

External URL reference

SourceSKILL.md
209<a href="https://yourapp.com/accept-invite?id=${invitation.id}">
low line 237

External URL reference

SourceSKILL.md
237callbackURL: 'https://yourapp.com/dashboard',
low line 569

External URL reference

SourceSKILL.md
569html: `<a href="https://app.com/invite/${data.invitation.id}">Accept</a>`,
Scanned on Feb 25, 2026
View Security Dashboard