Skip to main content

adobe-enterprise-rbac

Enables configuration of Adobe enterprise identity and access control using SCIM provisioning and User Management API.

Install this skill

or
37/100

Security score

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

Categories Tested

Security Issues

medium line 87

Template literal with variable interpolation in command context

SourceSKILL.md
87const response = await fetch(`${UMAPI_BASE}/action/${process.env.ADOBE_IMS_ORG_ID}`, {
medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90'Authorization': `Bearer ${token}`,
medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96requestID: `req-${Date.now()}`,
medium line 115

Template literal with variable interpolation in command context

SourceSKILL.md
115if (!response.ok) throw new Error(`UMAPI error: ${await response.text()}`);
medium line 117

Template literal with variable interpolation in command context

SourceSKILL.md
117console.log(`User ${user.email} added to profile ${productProfile}:`, result);
medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126const response = await fetch(`${UMAPI_BASE}/action/${process.env.ADOBE_IMS_ORG_ID}`, {
medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129'Authorization': `Bearer ${token}`,
medium line 135

Template literal with variable interpolation in command context

SourceSKILL.md
135requestID: `req-${Date.now()}`,
medium line 144

Template literal with variable interpolation in command context

SourceSKILL.md
144if (!response.ok) throw new Error(`UMAPI error: ${await response.text()}`);
medium line 226

Template literal with variable interpolation in command context

SourceSKILL.md
226message: `Missing Adobe permission: ${permission}`,
low line 87

Access to .env file

SourceSKILL.md
87const response = await fetch(`${UMAPI_BASE}/action/${process.env.ADOBE_IMS_ORG_ID}`, {
low line 91

Access to .env file

SourceSKILL.md
91'x-api-key': process.env.ADOBE_CLIENT_ID!,
low line 126

Access to .env file

SourceSKILL.md
126const response = await fetch(`${UMAPI_BASE}/action/${process.env.ADOBE_IMS_ORG_ID}`, {
low line 130

Access to .env file

SourceSKILL.md
130'x-api-key': process.env.ADOBE_CLIENT_ID!,
low line 41

External URL reference

SourceSKILL.md
411. Go to https://adminconsole.adobe.com > Settings > Identity
low line 50

External URL reference

SourceSKILL.md
50Adobe SP Entity ID: https://federatedid-na1.services.adobe.com/federated/saml/metadata
low line 51

External URL reference

SourceSKILL.md
51ACS URL: https://federatedid-na1.services.adobe.com/federated/saml/SSO
low line 72

External URL reference

SourceSKILL.md
72const UMAPI_BASE = 'https://usermanagement.adobe.io/v2/usermanagement';
low line 260

External URL reference

SourceSKILL.md
260- [Adobe Admin Console](https://adminconsole.adobe.com)
low line 261

External URL reference

SourceSKILL.md
261- [User Management API](https://adobe.io/apis/experienceplatform/umapi-new.html)
low line 262

External URL reference

SourceSKILL.md
262- [Adobe Admin Console Roles](https://helpx.adobe.com/enterprise/using/roles.html)
low line 263

External URL reference

SourceSKILL.md
263- [Azure AD Sync Setup](https://helpx.adobe.com/enterprise/using/add-azure-sync.html)
low line 264

External URL reference

SourceSKILL.md
264- [Google Workspace Sync](https://helpx.adobe.com/enterprise/using/add-google-sync.html)
Scanned on May 19, 2026
View Security Dashboard
Installation guide →