instance-security

Secure ServiceNow instances by configuring authentication, authorization, and input validation.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill instance-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instance-security
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/instance-security
Command: npx skills add https://github.com/groeimetai/snow-flow --skill instance-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps secure your ServiceNow instance by providing guidance and tools for managing authentication, authorization, session security, and preventing common web vulnerabilities like XSS and SQL injection.

Core Features & Use Cases

  • Security Best Practices: Understand and implement security layers from network to data protection.
  • Authentication & Authorization: Configure SSO, MFA, and manage access controls (ACLs).
  • Vulnerability Prevention: Implement input validation to prevent XSS and SQL injection.
  • Auditing & Monitoring: Log security events and perform health checks.
  • Use Case: A security administrator needs to ensure the instance follows best practices for authentication and access control. This skill provides the necessary information and scripts to review and configure these settings.

Quick Start

Use the instance-security skill to review the current security properties of the ServiceNow instance.

Frequently Asked Questions about instance-security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I secure a ServiceNow instance against XSS and SQL injection vulnerabilities?

Securing a ServiceNow instance against XSS and SQL injection involves implementing input validation and following security best practices across authentication and session layers. Applying these protections prevents malicious code execution and unauthorized database queries.

What are the best practices for configuring ServiceNow authentication and access controls?

Configuring ServiceNow authentication and access controls requires setting up Single Sign-On (SSO), Multi-Factor Authentication (MFA), and managing Access Control Lists (ACLs). These measures ensure that only authorized users access sensitive data and system functionalities.

Do I need to know JavaScript to implement ServiceNow security hardening?

Yes, you need a solid understanding of ServiceNow security architecture and JavaScript (ES5) to implement instance security hardening. This knowledge is required to properly execute the scripts and configure the security properties effectively.

How do I audit and monitor security events in a ServiceNow instance?

Auditing and monitoring security events in a ServiceNow instance involves logging security activities and performing regular health checks. This process tracks access changes and potential threats, providing a comprehensive record of system security posture.

What is the best way to review ServiceNow instance security properties?

The best way to review ServiceNow instance security properties is to use a dedicated security skill that analyzes current configurations. This approach evaluates existing authentication, authorization, and session settings against established hardening best practices.