πŸ”¬
Product Docs
  • πŸ‘‹Introduction
  • Overview
    • πŸ’‘Installation & Usage
      • πŸ‘©β€πŸ’»VS Code Extension
      • 🐱GitHub
      • πŸͺ£Bitbucket
      • 🏚️On-premise
    • ✨Our Features
    • πŸ’¬Supported Languages
  • About Metabob
    • πŸ“ͺUser Terms
    • 🈸Privacy Policy
    • πŸ’΅Pricing
    • πŸ—ΊοΈRoadmap
Powered by GitBook
On this page
  • Problem and vulnerability detection
  • Natural language explanations for detected problems and vulnerabilities
  • Code recommendations to fix detected problems (VS Code)
  1. Overview

Our Features

Metabob's features!

PreviousOn-premiseNextSupported Languages

Last updated 1 year ago

Problem and vulnerability detection

Metabob is an AI-based static code analysis tool that detects problems using a Graph Neural Network (GNN) trained on millions of code problems and their surrounding documentation. Metabob detects problems and vulnerabilities from hundreds of different categories, ranging from race conditions and memory leaks to rights control issues.

Some of Metabob's detections are also not problems per se, but suggestions to improve code readability and maintainability.

Natural language explanations for detected problems and vulnerabilities

After detecting a problem in the analyzed code, Metabob explains the detections in natural language to describe what the problem is about.

Code recommendations to fix detected problems (VS Code)

Metabob's VS Code extension allows users to generate code recommendations to fix the detected problems utilizing the integrated Large Language Model (LLM).

✨