Skip to main content

apollo-enterprise-rbac

Enables enterprise role-based access control for Apollo.io, managing team permissions and data access securely.

Install this skill

or
80/100

Security score

The apollo-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 112

Template literal with variable interpolation in command context

SourceSKILL.md
112key: `ak_${teamId}_${crypto.randomBytes(16).toString('hex')}`,
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160error: `Permission denied: ${action} requires role upgrade`,
medium line 192

Template literal with variable interpolation in command context

SourceSKILL.md
192url: `https://api.apollo.io/api/v1${apolloPath}`,
low line 195

Access to .env file

SourceSKILL.md
195headers: { 'Content-Type': 'application/json', 'x-api-key': process.env.APOLLO_API_KEY! },
low line 229

Access to .env file

SourceSKILL.md
229headers: { 'x-api-key': process.env.APOLLO_API_KEY! },
low line 192

External URL reference

SourceSKILL.md
192url: `https://api.apollo.io/api/v1${apolloPath}`,
low line 228

External URL reference

SourceSKILL.md
228const { data } = await axios.get('https://api.apollo.io/api/v1/usage', {
low line 255

External URL reference

SourceSKILL.md
255- [RBAC Best Practices (Auth0)](https://auth0.com/docs/manage-users/access-control/rbac)
Scanned on May 12, 2026
View Security Dashboard