Skip to main content

salesforce-performance-tuning

Enhances Salesforce API performance through SOQL tuning, batching, and caching to reduce latency and optimize integrations.

Install this skill

or
79/100

Security score

The salesforce-performance-tuning skill was audited on May 26, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70await conn.query(`SELECT Id FROM Contact WHERE AccountId = '${acct.Id}'`);
medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90FirstName: `User${i}`,
medium line 92

Template literal with variable interpolation in command context

SourceSKILL.md
92Email: `user${i}@test.com`,
medium line 163

Template literal with variable interpolation in command context

SourceSKILL.md
163console.log(`Processed ${count} records...`);
low line 176

Access to .env file

SourceSKILL.md
176loginUrl: process.env.SF_LOGIN_URL,
Scanned on May 26, 2026
View Security Dashboard
Installation guide →