health-safety-summarization
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes access to the
Bashnative tool, allowing the agent to execute shell commands on the host system. - [REMOTE_CODE_EXECUTION]: The skill utilizes the
SN-Execute-Background-Scripttool to run dynamically generated JavaScript on the connected ServiceNow server. While this is used for legitimate data aggregation (Step 5 and Step 6), the ability to execute arbitrary server-side code is a high-privilege operation. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes free-text data from workplace incident reports.
- Ingestion points: Untrusted data enters the agent context from the
sn_hr_hs_incident(short_description, description) andsn_hr_hs_investigation(findings, root_cause) tables viaSN-Query-TableandSN-Read-Recordtools. - Boundary markers: The instructions do not define clear delimiters or use "ignore embedded instructions" warnings when the agent retrieves and processes these text fields.
- Capability inventory: The agent has access to powerful capabilities including
SN-Execute-Background-Script,Bash, and the ability to modify records viaSN-Add-Work-Notes. - Sanitization: No sanitization, filtering, or validation of the retrieved incident data is performed before it is summarized or used in reporting logic.
Audit Metadata