hrsd-case-summarization
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes untrusted data from ServiceNow HR cases, creating a surface for potential indirect prompt injection attacks.
- Ingestion points: The skill retrieves content from fields such as
descriptionin thesn_hr_core_casetable andwork_notes_listin thesn_hr_core_tasktable (SKILL.md, Steps 1 and 4). - Boundary markers: The summary procedure uses markdown headers and visual delimiters (e.g.,
---) to structure the output, but it does not include explicit instructions for the agent to ignore or neutralize embedded directives found within the retrieved case data. - Capability inventory: The skill possesses access to the
Bashnative tool and theSN-Add-Work-NotesMCP tool, which could be misused if the agent executes instructions embedded in case records. - Sanitization: The instructions do not define any automated sanitization, filtering, or validation steps for the content fetched from the ServiceNow instance before it is analyzed by the agent.
Audit Metadata