service-omni-channel-setup-coordinate
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands primarily through the
sf(Salesforce CLI) andjqtools. The driver scriptscripts/integration-driver.shimplements extensive input validation using regular expressions for org aliases, counts, and DeveloperNames to prevent command injection vulnerabilities. - [DATA_EXFILTRATION]: The skill includes a dedicated credential management system. The
redact_credentialsfunction inscripts/integration-driver.shensures that any generated passwords (e.g., fromSystem.setPasswordin Salesforce) are moved to a restricted file with 0600 permissions and replaced with placeholders in all other artifacts and logs to prevent accidental exposure. - [REMOTE_CODE_EXECUTION]: The driver script orchestrates several local 'leaf' scripts. All script paths are resolved relative to the skill's internal directory structure. There is no evidence of the skill downloading and executing arbitrary remote scripts from untrusted sources.
- [TIME_DELAYED_CONDITIONAL]: The skill implements a
safe_to_writeguardrail that queries the SalesforceOrganizationobject. It refuses to proceed with modifications if the target org is detected as a production customer environment (verified viaIsSandbox,TrialExpirationDate, andOrganizationType), which is a security best practice for administrative tools. - [DYNAMIC_EXECUTION]: The Python files identified in the static analysis (
scripts/tests/test_omni_contracts.pyandscripts/tests/_bootstrap.py) are part of an internal test suite. The use ofsubprocess.runin these files is for automated unit testing of the skill's bash scripts in an org-free, network-free environment and does not pose a risk to the runtime execution of the skill.
Audit Metadata