major-incident-email
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it retrieves and processes untrusted data from ServiceNow incident records to generate email communications.
- Ingestion points: External data is ingested from the
incidentandsys_journal_fieldtables (specifically fields such asshort_description,description,business_impact, andwork_notes) using theSN-Read-RecordandSN-Query-Tabletools in SKILL.md. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore or isolate potentially malicious instructions embedded within the retrieved ServiceNow data.
- Capability inventory: The skill environment includes tools with write capabilities such as
SN-Update-Record,SN-Add-Work-Notes,SN-Add-Comment, and access to theBashshell. - Sanitization: No sanitization, validation, or escaping of the ingested content is defined before the data is interpolated into the email templates.
Audit Metadata