Skip to content

Code Review

This guide explains how CloudAEye performs code reviews.

Overview

CloudAEye performs code reviews, identifying potential bugs and security issues along with their fixes, when you comment @cloudaeye review-code in the PR timeline.

Prerequisites

Step 1: Register

Sign up with CloudAEye SaaS.

Step 2: Install GitHub App

Integrate with GitHub by installing the GitHub app.

Step 3: Connect Github Repositories

Connect the repositories where you would like to use CloudAEye to review code.

Initiate Code Review

To initiate a code review for your connected repository, comment @cloudaeye review-code.

Bug Report

CloudAEye provides details about potential bugs that has been found in a PR code change. It includes following details:

  • Bug Priority
  • Bug Details
  • Where this bug was found
  • Possible Fix

Code Review - Bug Report

Security Report

CloudAEye provides details about potential security issues that has been found in a PR code change. It includes following details:

  • Security Issue Type
  • Security Issue Details
  • Where this Security Issue was found
  • Possible Fix

Code Review - Security Report

LLM Security Report

CloudAEye provides details about potential LLM security issues and vulnerabilities introduced by the use of large language models (LLMs) in applications. These include:

  • Security Issue Priority
  • Security Issue Details
  • Where this Security Issue was found
  • Possible Fix

Code Review - Security Report

AI Code Report

CloudAEye scans your PR code changes and provides details about potential code issues found. These include:

  • Issue Priority
  • Issue Details
  • Possible Fix

Code Review - Security Report