service-omni-base-settings-configure
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
sfCLI andjqto query org information and deploy metadata. These operations are performed using standard Salesforce development workflows and are scoped to the provided org alias. - [SAFE]: A safety check is implemented in
scripts/configure-and-report.shthat queries theOrganizationobject. It verifies that the environment is a sandbox, developer edition, or trial org before allowing metadata writes, effectively preventing accidental modifications to production customer environments. - [SAFE]: The skill uses static metadata templates located in the
assets/directory for deployment, ensuring that the changes are predictable and reproducible without dynamic runtime modification of the source XML.
Audit Metadata