service-omni-service-channel-configure
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands using the Salesforce CLI (sf) and jq for metadata management and JSON processing. All shell variables, such as org-alias and sobject_type, are properly quoted and validated against a whitelist to prevent command injection vulnerabilities.
- [DATA_EXPOSURE]: The skill queries Salesforce org configuration to check for existing Service Channels. These operations are restricted to the authenticated Salesforce environment and no data is exfiltrated to external or untrusted domains.
- [REMOTE_CODE_EXECUTION]: The skill does not perform any remote script downloads or dynamic execution of external code. All deployed metadata consists of static XML files provided within the skill assets.
Audit Metadata