alert-analysis
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses the
SN-Execute-Background-Scripttool to run server-side JavaScript on a ServiceNow instance for alert aggregation, noise detection, and impact analysis. These scripts are provided as templates within the skill instructions. - [COMMAND_EXECUTION]: The skill employs
Bashfor operational commands and makes authenticated REST API requests to ServiceNow endpoints to query alerts, update records, and configure suppression rules. - [PROMPT_INJECTION]: The skill processes untrusted data from ServiceNow alert fields, which introduces a potential surface for indirect prompt injection.
- Ingestion points: Alert descriptions, sources, and other fields retrieved from the
em_alertandem_eventtables via MCP tools and REST APIs. - Boundary markers: The skill does not define specific delimiters or instructions to isolate external data from the agent's core instructions.
- Capability inventory: The agent has access to
SN-Update-Recordfor record modification,SN-Execute-Background-Scriptfor server-side code execution, andBashfor command execution. - Sanitization: No explicit validation or filtering of ingested alert content is demonstrated in the procedure.
Audit Metadata