gap-grouping
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it retrieves and analyzes data from ServiceNow records (incidents, search logs, and user feedback) which can be populated with malicious instructions by external actors.
- Ingestion points: Data is ingested from the
incident,kb_submission,search_log, andkb_feedbacktables using theSN-Query-TableandSN-Aggregatetools as described in Steps 1 through 4. - Boundary markers: Absent. The skill instructions do not provide delimiters or clear guidance to the agent to distinguish between its core instructions and the external data it is processing.
- Capability inventory: The skill possesses write capabilities through the
SN-Create-RecordandSN-Update-Recordtools, allowing it to commit the results of its analysis back to the ServiceNow instance. It also listsBashas an available native tool. - Sanitization: Absent. There is no evidence of input validation or sanitization of the data retrieved from ServiceNow before it is used to generate summaries or action plans.
Audit Metadata