acl-security
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
snow_execute_scripttool to run JavaScript directly on the ServiceNow platform, which is a standard capability for administrative and development tasks. - [DATA_EXPOSURE]: The skill documentation references a local audit log path at
~/.serac/audit/impersonations.jsonl. This path is associated with the vendor's own infrastructure (serac-labs) and is used for auditing impersonation actions performed by the agent. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data from ServiceNow tables and ACL definitions, creating a potential attack surface.
- Ingestion points:
snow_query_tableandsnow_acl_explainretrieve data from ServiceNowsys_db_object,sys_security_acl, and user role tables. - Capability inventory:
snow_execute_script(arbitrary script execution),snow_record_manage(table write/update operations), andsnow_create_acl(security policy creation). - Boundary markers: No specific delimiters or warnings for the agent to ignore instructions embedded within the ServiceNow table data are present.
- Sanitization: The instructions do not specify validation or sanitization routines for data retrieved from the ServiceNow instance before processing.
- [DYNAMIC_EXECUTION]: The skill demonstrates updating the
scriptandconditioncolumns of ServiceNowsys_security_aclrecords using thesnow_record_managetool, which is an intended use case for managing dynamic security logic.
Audit Metadata