skills/happy-technologies-llc/happy-platform-skills/risk-assessment-summarization/Gen Agent Trust Hub
risk-assessment-summarization
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executecurlcommands against ServiceNow REST API endpoints (e.g.,/api/now/table/sn_grc_risk). This is a standard and expected method for interacting with the ServiceNow platform within this context. - [REMOTE_CODE_EXECUTION]: The skill leverages the
SN-Execute-Background-Scripttool to run server-side JavaScript on the ServiceNow instance. This is used to perform complex data aggregation, heat map calculations, and trend analysis that would be inefficient to process client-side. The scripts are contained within the skill instructions. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it processes data from external ServiceNow tables.
- Ingestion points: Data enters the context via queries to the
sn_grc_risk,sn_risk_definition, andsn_risk_eventtables. - Boundary markers: None explicitly defined in the prompts to separate external data from instructions.
- Capability inventory: The skill has access to
SN-Execute-Background-Script(server-side JS) andBash(shell execution). - Sanitization: The analysis scripts perform basic type casting (e.g.,
parseInt()) for numeric scores, though descriptive text fields are used without additional filtering.
Audit Metadata