platform-destructive-deploy
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Executes Salesforce CLI commands (
sf project deploy,sf org display) to manage metadata on remote environments. These are standard operations for the skill's stated purpose. - [COMMAND_EXECUTION]: Uses
grepfor local dependency scanning to ensure components are not being used elsewhere before deletion, which is a defensive programming best practice. - [COMMAND_EXECUTION]: Performs local file system cleanup using
rm -rfafter successful metadata deletion. The instructions guide the agent to target only the specific component paths, mitigating the risk of accidental over-deletion.
Audit Metadata