domain-separation
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONPRIVILEGE_ESCALATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
snow_execute_scripttool to run server-side ServiceNow JavaScript (ES5). The provided code snippets demonstrate administrative tasks such as creating domains, onboarding tenants, and configuring table visibility. - [PRIVILEGE_ESCALATION]: Several snippets involve operations that bypass or modify security boundaries within ServiceNow:
- The 'Cross-Domain Access' section uses
gr.setQueryReferences(false)andgr.queryNoDomain()to access data across multi-tenant boundaries, which requires elevated privileges. - The
onboardTenantfunction programmatically assigns users to domains and grants the 'tenant admin' role via thesys_user_has_roletable. - These operations are inherent to the skill's purpose of managing domain separation and do not show signs of unauthorized escalation.
Audit Metadata