inbound-email
Warn
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: MEDIUMDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill instructs the agent to use the
snow_record_managetool to write raw JavaScript code into thescriptcolumn of thesysevent_in_email_actiontable. This methodology results in the runtime generation and execution of scripts within the ServiceNow platform. - [INDIRECT_PROMPT_INJECTION]: The skill documents how to ingest untrusted data from external email subjects and bodies into ServiceNow records, creating a vulnerability surface. 1. Ingestion points: Data entering the system via the
sys_emailtable (specificallyemail.subjectandemail.body_text). 2. Boundary markers: Absent; there are no instructions to use delimiters or ignore instructions within the ingested content. 3. Capability inventory: The skill utilizessnow_record_managefor database writes andsnow_execute_scriptfor testing script logic. 4. Sanitization: Absent; the example code directly maps external email strings to record fields without validation or escaping.
Audit Metadata