Skip to main content

adobe-deploy-integration

Facilitates deployment of Adobe applications to Vercel, Cloud Run, and Adobe App Builder with credential management and monitoring.

Install this skill

or
80/100

Security score

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

Categories Tested

Security Issues

medium line 125

Template literal with variable interpolation in command context

SourceSKILL.md
125'Authorization': `Bearer ${token}`,
medium line 143

Template literal with variable interpolation in command context

SourceSKILL.md
143```bash
low line 120

Fetch to external URL

SourceSKILL.md
120const fireflyResponse = await fetch(
medium line 220

Webhook reference - potential data exfiltration

SourceSKILL.md
220For webhook handling, see `adobe-webhooks-events`.
low line 126

Access to .env file

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

External URL reference

SourceSKILL.md
121'https://firefly-api.adobe.io/v3/images/generate',
low line 215

External URL reference

SourceSKILL.md
215- [Vercel Environment Variables](https://vercel.com/docs/environment-variables)
low line 216

External URL reference

SourceSKILL.md
216- [Cloud Run Secrets](https://cloud.google.com/run/docs/configuring/services/secrets)
Scanned on May 19, 2026
View Security Dashboard
Installation guide →