Skip to content

Security: frontbutt/mcp-server-servicenow

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability in this project, please report it responsibly.

Do NOT open a public GitHub issue for security vulnerabilities.

Instead, please email the maintainer directly or use GitHub's private vulnerability reporting.

What to include

  • Description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • Suggested fix (if any)

Response timeline

  • Acknowledgment: Within 48 hours
  • Assessment: Within 1 week
  • Fix: Depending on severity, typically within 2 weeks

Supported Versions

Version Supported
0.3.x Yes
< 0.3 No

Security Best Practices

When using this MCP server:

  • Never commit credentials — Use environment variables or .env files (gitignored)
  • Use OAuth 2.1 + PKCE for production deployments (see Deployment Guide)
  • Restrict ServiceNow user roles — Create a dedicated integration user with minimal permissions
  • Use GCP IAM when deploying to Cloud Run without OAuth proxy

There aren't any published security advisories