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 23, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 117

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

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

Access to .env file

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

External URL reference

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

External URL reference

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

External URL reference

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