Skip to main content

salesforce-ci-integration

Automates Salesforce CI/CD processes using GitHub Actions for seamless deployments and testing.

Install this skill

or
85/100

Security score

The salesforce-ci-integration skill was audited on May 23, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 44

Template literal with variable interpolation in command context

SourceSKILL.md
44```yaml
medium line 187

Template literal with variable interpolation in command context

SourceSKILL.md
187```yaml
low line 153

Access to .env file

SourceSKILL.md
153loginUrl: process.env.SF_LOGIN_URL || 'https://test.salesforce.com',
low line 158

Access to .env file

SourceSKILL.md
158process.env.SF_USERNAME!,
low line 159

Access to .env file

SourceSKILL.md
159process.env.SF_PASSWORD! + process.env.SF_SECURITY_TOKEN!
low line 111

External URL reference

SourceSKILL.md
111SF_LOGIN_URL: https://test.salesforce.com
low line 153

External URL reference

SourceSKILL.md
153loginUrl: process.env.SF_LOGIN_URL || 'https://test.salesforce.com',
Scanned on May 23, 2026
View Security Dashboard
Installation guide →