Skip to main content

api-client-development

Facilitates the creation of type-safe API clients using OpenAPI specs, ensuring proper authentication and OAuth handling.

Install this skill

or
61/100

Security score

The api-client-development skill was audited on Feb 9, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 75

Template literal with variable interpolation in command context

SourceSKILL.md
75baseUrl: `https://${config.hostname}/api/v1`,
medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109config.scopes = ['sfcc.custom-apis', `SALESFORCE_COMMERCE_API:${tenantId}`];
medium line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138baseUrl: `https://${config.shortCode}.api.commercecloud.salesforce.com/my-api/v1`,
medium line 249

Template literal with variable interpolation in command context

SourceSKILL.md
249baseUrl: `https://${config.shortCode}.api.commercecloud.salesforce.com/dx/custom-apis/v1`,
medium line 276

Template literal with variable interpolation in command context

SourceSKILL.md
276: `${ORGANIZATION_ID_PREFIX}${tenantId}`;
medium line 286

Template literal with variable interpolation in command context

SourceSKILL.md
286return `${SCAPI_TENANT_SCOPE_PREFIX}${toTenantId(tenantId)}`;
medium line 397

Template literal with variable interpolation in command context

SourceSKILL.md
397this.error(`Failed to fetch sites: ${message}`);
low line 75

External URL reference

SourceSKILL.md
75baseUrl: `https://${config.hostname}/api/v1`,
low line 138

External URL reference

SourceSKILL.md
138baseUrl: `https://${config.shortCode}.api.commercecloud.salesforce.com/my-api/v1`,
low line 249

External URL reference

SourceSKILL.md
249baseUrl: `https://${config.shortCode}.api.commercecloud.salesforce.com/dx/custom-apis/v1`,
low line 355

External URL reference

SourceSKILL.md
355http.get('https://test.api.commercecloud.salesforce.com/dx/custom-apis/v1/organizations/*/endpoints', () => {
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →