adobe-enterprise-rbac
Enables configuration of Adobe enterprise identity and access control using SCIM provisioning and User Management API.
Install this skill
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
Template literal with variable interpolation in command context
| 87 | const response = await fetch(`${UMAPI_BASE}/action/${process.env.ADOBE_IMS_ORG_ID}`, { |
Template literal with variable interpolation in command context
| 90 | 'Authorization': `Bearer ${token}`, |
Template literal with variable interpolation in command context
| 96 | requestID: `req-${Date.now()}`, |
Template literal with variable interpolation in command context
| 115 | if (!response.ok) throw new Error(`UMAPI error: ${await response.text()}`); |
Template literal with variable interpolation in command context
| 117 | console.log(`User ${user.email} added to profile ${productProfile}:`, result); |
Template literal with variable interpolation in command context
| 126 | const response = await fetch(`${UMAPI_BASE}/action/${process.env.ADOBE_IMS_ORG_ID}`, { |
Template literal with variable interpolation in command context
| 129 | 'Authorization': `Bearer ${token}`, |
Template literal with variable interpolation in command context
| 135 | requestID: `req-${Date.now()}`, |
Template literal with variable interpolation in command context
| 144 | if (!response.ok) throw new Error(`UMAPI error: ${await response.text()}`); |
Template literal with variable interpolation in command context
| 226 | message: `Missing Adobe permission: ${permission}`, |
Access to .env file
| 87 | const response = await fetch(`${UMAPI_BASE}/action/${process.env.ADOBE_IMS_ORG_ID}`, { |
Access to .env file
| 91 | 'x-api-key': process.env.ADOBE_CLIENT_ID!, |
Access to .env file
| 126 | const response = await fetch(`${UMAPI_BASE}/action/${process.env.ADOBE_IMS_ORG_ID}`, { |
Access to .env file
| 130 | 'x-api-key': process.env.ADOBE_CLIENT_ID!, |
External URL reference
| 41 | 1. Go to https://adminconsole.adobe.com > Settings > Identity |
External URL reference
| 50 | Adobe SP Entity ID: https://federatedid-na1.services.adobe.com/federated/saml/metadata |
External URL reference
| 51 | ACS URL: https://federatedid-na1.services.adobe.com/federated/saml/SSO |
External URL reference
| 72 | const UMAPI_BASE = 'https://usermanagement.adobe.io/v2/usermanagement'; |
External URL reference
| 260 | - [Adobe Admin Console](https://adminconsole.adobe.com) |
External URL reference
| 261 | - [User Management API](https://adobe.io/apis/experienceplatform/umapi-new.html) |
External URL reference
| 262 | - [Adobe Admin Console Roles](https://helpx.adobe.com/enterprise/using/roles.html) |
External URL reference
| 263 | - [Azure AD Sync Setup](https://helpx.adobe.com/enterprise/using/add-azure-sync.html) |
External URL reference
| 264 | - [Google Workspace Sync](https://helpx.adobe.com/enterprise/using/add-google-sync.html) |