
from serac65
Guides ServiceNow GRC (governance, risk, compliance) development: policies, controls, control tests, risk records, and audit engagements with example ES5 script
Provides concrete guidance and example ES5 scripts for Governance, Risk, and Compliance (GRC) on ServiceNow. Includes patterns for creating and managing policies, controls, control tests, risk records, and audit engagements; helper functions for risk scoring and test result handling; and example workflows to query and summarise compliance data.
Use this skill when you need to implement or automate ServiceNow GRC tasks: create or transition policies, author controls and tests, record test results, build risk assessments, or generate compliance dashboards. It’s intended for ServiceNow developers/operators working with the sn_compliance_* and sn_risk_* tables or automating audits.
Designed for agents and tooling that integrate with ServiceNow/Snow-Code runtimes and MCP tools (examples reference Snow-Code, snow_query_table and snow_execute_script_with_output).
ServiceNow GRC compliance skill providing ES5 code snippets for policies, controls, risk assessment, and audit engagements. Well-structured reference material with clear state machine logic and risk scoring. No bundled scripts to test. Clean security profile with no external calls or credential handling. Niche audience — only useful for ServiceNow GRC developers with the compliance plugin installed.
Clean skill, well-written reference material. Architecture is monolithic — could benefit from splitting into references/ for table schemas and examples. No scripts directory. Frontmatter is complete with proper metadata.