acl-security
Installation
SKILL.md
ACL Security Patterns for ServiceNow
Access Control Lists (ACLs) are the foundation of ServiceNow security. They control who can read, write, create, and delete records.
ACL Evaluation Order
ACLs are evaluated in this order (first match wins):
- Table.field - Most specific (e.g.,
incident.assignment_group) - *Table.` - Table-level field wildcard
- Table - Table-level record ACL
- Parent table ACLs - If table extends another
*- Global wildcard (catch-all)