Skip to main content

adobe-migration-deep-dive

Facilitates the migration from legacy Adobe APIs to Firefly Services, enhancing integration and streamlining workflows.

Install this skill

or
79/100

Security score

The adobe-migration-deep-dive skill was audited on May 19, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 171

Template literal with variable interpolation in command context

SourceSKILL.md
171'Authorization': `Bearer ${token}`,
medium line 191

Template literal with variable interpolation in command context

SourceSKILL.md
191'Authorization': `Bearer ${token}`,
low line 168

Fetch to external URL

SourceSKILL.md
168const response = await fetch('https://image.adobe.io/v2/remove-background', {
low line 188

Fetch to external URL

SourceSKILL.md
188const response = await fetch('https://firefly-api.adobe.io/v3/images/generate', {
low line 64

Access to .env file

SourceSKILL.md
64clientId: process.env.ADOBE_CLIENT_ID!,
low line 99

Access to .env file

SourceSKILL.md
99clientId: process.env.ADOBE_CLIENT_ID!,
low line 100

Access to .env file

SourceSKILL.md
100clientSecret: process.env.ADOBE_CLIENT_SECRET!,
low line 172

Access to .env file

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

Access to .env file

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

External URL reference

SourceSKILL.md
168const response = await fetch('https://image.adobe.io/v2/remove-background', {
low line 188

External URL reference

SourceSKILL.md
188const response = await fetch('https://firefly-api.adobe.io/v3/images/generate', {
low line 279

External URL reference

SourceSKILL.md
279- [PDF Services Node SDK](https://www.npmjs.com/package/@adobe/pdfservices-node-sdk)
low line 281

External URL reference

SourceSKILL.md
281- [Strangler Fig Pattern](https://martinfowler.com/bliki/StranglerFigApplication.html)
Scanned on May 19, 2026
View Security Dashboard
Installation guide →