transform-maps
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
snow_execute_script_with_outputtool and includes templates for creating scripted transform entries and business rule scripts. - This enables the execution of JavaScript (ES5) within the ServiceNow environment, which is the primary intended function for ServiceNow data transformation and automation.
- [SAFE]: Data source templates for JDBC and REST integrations use placeholder values for sensitive fields.
- Evidence: The skill uses
encrypted_passwordfor the JDBC password and generic identifiers for REST messages, avoiding the exposure of hardcoded credentials. - [SAFE]: The provided code snippets incorporate basic security and data integrity patterns.
- Evidence: The
onBeforetransform script example demonstrates how to validate required fields and normalize incoming data (e.g., email casing) before it is committed to the target database.
Audit Metadata