platform-quick-deploy
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses the official Salesforce CLI (
sf) to verify organization status and execute metadata deployments. These commands are restricted to the primary purpose of managing Salesforce infrastructure. - [SAFE]: Implements a robust environment classification check via
${CLAUDE_PLUGIN_ROOT}/scripts/sf-deploy-gateto ensure production-specific commands are only run against verified production targets. - [SAFE]: Enforces a strict human-in-the-loop requirement by mandating explicit user confirmation (yes/no) after presenting a summary of the deployment details.
Audit Metadata