Skip to main content

salesforce-rate-limits

Manages Salesforce API limits and implements backoff strategies for efficient quota monitoring and error handling.

Install this skill

or
80/100

Security score

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

Categories Tested

Security Issues

medium line 111

Template literal with variable interpolation in command context

SourceSKILL.md
111console.warn(`${errorCode}: retry ${attempt + 1}/${config.maxRetries} in ${Math.round(delay)}ms`);
medium line 137

Template literal with variable interpolation in command context

SourceSKILL.md
137reason: `Only ${remaining} API calls remain (need ${estimatedCalls})`,
medium line 145

Template literal with variable interpolation in command context

SourceSKILL.md
145reason: `API usage at ${percentUsed}% — blocking to preserve quota`,
medium line 150

Template literal with variable interpolation in command context

SourceSKILL.md
150console.warn(`API usage at ${percentUsed}% (${remaining} remaining)`);
Scanned on May 26, 2026
View Security Dashboard
Installation guide →