code-assist
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides examples of using Bash (curl) to interact with ServiceNow REST APIs. This is a functional requirement of the skill and uses environment variables ($SN_USER, $SN_PASS) for authentication rather than hardcoded credentials.
- [EXTERNAL_DOWNLOADS]: The instructions involve making network requests to ServiceNow instances via REST. These operations are directed toward user-defined instances and are consistent with the skill's purpose as a development aid.
- [SAFE]: The provided JavaScript code templates follow ServiceNow best practices, including the use of Immediately Invoked Function Expressions (IIFE) for business rules and the GlideAjax API for server-client communication, minimizing security risks within the generated code.
Audit Metadata