data-policies
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests schema and record data from ServiceNow tables using
snow_query_tableandsnow_discover_table_fields, creating a surface where untrusted data could influence agent behavior. - Ingestion points: Data enters the context via
snow_query_tableandsnow_discover_table_fieldsas shown in the 'MCP Tool Integration' section of SKILL.md. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the processing of ServiceNow data.
- Capability inventory: The skill utilizes
snow_execute_scriptwhich allows for script execution and record modification within the ServiceNow instance. - Sanitization: There is no evidence of sanitization, filtering, or validation applied to the data retrieved from ServiceNow tables.
- [DYNAMIC_EXECUTION]: The skill generates and executes JavaScript snippets (ES5) at runtime using the
snow_execute_scripttool to perform operations such as table and field creation, as well as complex data policy logic. - [COMMAND_EXECUTION]: The
snow_execute_scripttool is used to execute arbitrary JavaScript code against the ServiceNow GlideRecord API, representing a powerful execution capability within the target environment.
Audit Metadata