Skip to main content
Security Analysis is only available on PRO plan.
This guide walks you through the security analysis features of MatterAI, which helps identify and fix security vulnerabilities in your code.

Static Code Analysis

Understand the security vulnerabilities in your code at multiple levels from SQL injection to XSS and more with Code-Suggestion fixes.
MatterAI Static Code Analysis

Some examples

  • Lack of proper input sanitization leading to injection attacks
  • Failure to validate file paths or file contents before processing
  • Hardcoded credentials in documentation generation code
  • Insufficient access controls for documentation endpoints
  • Cross-site scripting (XSS) vulnerabilities when displaying user-contributed code examples
  • Missing content security policies for rendered documentation
  • Leakage of sensitive information in error messages or logs
  • Insecure storage of user preferences or documentation settings
  • Insecure communication with code repositories or analysis backends
  • Path traversal vulnerabilities when importing external content
  • Insecure default settings that expose sensitive analysis results
  • Insufficient protection of configuration files containing sensitive information
  • Use of outdated libraries with known vulnerabilities
  • Insufficient validation of plugin or extension integrity

Package Vulnerabilities Detection

Understand the package vulnerabilities in your Pull Requests and get fixes with recommendation versions.
MatterAI Package Vulnerabilities

Some examples

  • Use of outdated libraries with known vulnerabilities