Skip to main content

linear-enterprise-rbac

Facilitates enterprise role-based access control for Linear, enhancing team permissions and SSO management.

Install this skill

or
84/100

Security score

The linear-enterprise-rbac skill was audited on May 12, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 201

Template literal with variable interpolation in command context

SourceSKILL.md
201console.log(`${user.name} (${user.email}): admin=${user.admin}, guest=${user.guest}, active=${user.active}`);
medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295console.log(`${user.name} (${user.email}): ${role}`);
low line 289

Access to .env file

SourceSKILL.md
289const client = new LinearClient({ apiKey: process.env.LINEAR_API_KEY! });
low line 192

External URL reference

SourceSKILL.md
192// Endpoint: https://api.linear.app/scim/v2
low line 300

External URL reference

SourceSKILL.md
300- [Linear OAuth Scopes](https://linear.app/developers/oauth-2-0-authentication)
low line 301

External URL reference

SourceSKILL.md
301- [Linear SSO Guide](https://linear.app/docs/sso)
low line 302

External URL reference

SourceSKILL.md
302- [SCIM Provisioning](https://linear.app/docs/scim)
low line 303

External URL reference

SourceSKILL.md
303- [OAuth Actor Authorization](https://linear.app/developers/oauth-actor-authorization)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →