Skip to main content

adobe-data-handling

Facilitates secure data handling for Adobe APIs, ensuring compliance with privacy regulations and content policies.

Install this skill

or
74/100

Security score

The adobe-data-handling skill was audited on May 19, 2026 and we found 10 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81redacted = redacted.replace(pattern.regex, `[REDACTED-${pattern.type.toUpperCase()}]`);
medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116reason: `Prompt may violate Firefly content policy: matches "${pattern.source}"`,
medium line 163

Template literal with variable interpolation in command context

SourceSKILL.md
163logger.info(entry, `adobe.${entry.api}.${entry.operation}`);
medium line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184'Authorization': `Bearer ${token}`,
low line 179

Fetch to external URL

SourceSKILL.md
179const response = await fetch(
low line 185

Access to .env file

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

Access to .env file

SourceSKILL.md
186'x-gw-ims-org-id': process.env.ADOBE_IMS_ORG_ID!,
low line 192

Access to .env file

SourceSKILL.md
192value: process.env.ADOBE_IMS_ORG_ID,
low line 180

External URL reference

SourceSKILL.md
180'https://platform.adobe.io/data/core/privacy/jobs',
low line 244

External URL reference

SourceSKILL.md
244- [GDPR Developer Guide](https://gdpr.eu/developers/)
Scanned on May 19, 2026
View Security Dashboard
Installation guide →