skills/jeremylongshore/claude-code-plugins-plus-skills/salesforce-upgrade-migration/Gen Agent Trust Hub
salesforce-upgrade-migration
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npm installto manage thejsforcedependency, fetching the package from the official npm registry. - [COMMAND_EXECUTION]: Employs standard developer utilities including
git,npm, and the Salesforce CLI (sf) to manage version control, dependencies, and Salesforce org interactions. It also usesnode -efor a version check of the installed library. - [CREDENTIALS_UNSAFE]: Demonstrates secure practices by accessing sensitive configuration, such as login URLs, through environment variables (
process.env.SF_LOGIN_URL) rather than hardcoding values.
Audit Metadata