Skip to main content

salesforce-cost-tuning

Optimizes Salesforce costs by reducing API calls and selecting the right edition for efficient integration management.

Install this skill

or
80/100

Security score

The salesforce-cost-tuning skill was audited on May 30, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 71

Template literal with variable interpolation in command context

SourceSKILL.md
71dataMB: `${limits.DataStorageMB.Max - limits.DataStorageMB.Remaining}/${limits.DataStorageMB.Max} MB`,
medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72fileMB: `${limits.FileStorageMB.Max - limits.FileStorageMB.Remaining}/${limits.FileStorageMB.Max} MB`,
medium line 132

Template literal with variable interpolation in command context

SourceSKILL.md
132return { allowed: false, reason: `Would exceed 95% of ${this.dailyBudget} daily budget` };
medium line 136

Template literal with variable interpolation in command context

SourceSKILL.md
136console.warn(`API budget warning: ${this.callsToday}/${this.dailyBudget} used`);
Scanned on May 30, 2026
View Security Dashboard
Installation guide →