security-operations
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTIONPRIVILEGE_ESCALATION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill utilizes the
snow_execute_scripttool to run server-side JavaScript (ES5) on a ServiceNow instance. This enables runtime execution of code strings for operational tasks. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from records in tables like
sn_si_incident, which could contain malicious instructions designed to influence the agent's decision-making or playbook execution. - Ingestion points: Data retrieved from tables including
sn_si_incident,sn_vul_vulnerable_item, andsn_ti_indicatorviasnow_query_tableinSKILL.md. - Boundary markers: None identified in
SKILL.mdto delimit or isolate untrusted record content from the agent's instructional context. - Capability inventory: Access to
snow_execute_script,snow_create_event, and the ability to update records (e.g.,incident.update(),user.update()) as seen inSKILL.md. - Sanitization: There is no evidence of input validation or sanitization for data retrieved from record fields before it is processed by the playbooks.
- [PRIVILEGE_ESCALATION]: The
executeContainmentPlaybookfunction inSKILL.mdcontains logic to modify user account status (settingactiveto false andlocked_outto true) and initiate infrastructure isolation events. These represent high-privilege administrative actions.
Audit Metadata