Skip to main content

adobe-core-workflow-b

Automates document workflows using Adobe PDF Services, enabling PDF creation, extraction, and conversion for dynamic reporting.

Install this skill

or
88/100

Security score

The adobe-core-workflow-b skill was audited on May 19, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84console.log(`PDF created: ${outputPath}`);
medium line 200

Template literal with variable interpolation in command context

SourceSKILL.md
200console.log(`Document generated: ${outputPath}`);
low line 55

Access to .env file

SourceSKILL.md
55clientId: process.env.ADOBE_CLIENT_ID!,
low line 56

Access to .env file

SourceSKILL.md
56clientSecret: process.env.ADOBE_CLIENT_SECRET!,
Scanned on May 19, 2026
View Security Dashboard
Installation guide →