Skip to content

Github native application for organisations; uses OpenAI models to identify Security Risks introduced by PRs

License

Notifications You must be signed in to change notification settings

xprnvd/threataware

Repository files navigation

gh-ThreatAware

gh-ThreatAware is a GitHub application developed from the ground up, designed to be installed across GitHub organizations. It efficiently tracks and analyzes pull requests (PRs) within the organization's repositories.

How it Works

gh-ThreatAware utilizes webhooks to monitor and track PR events. Upon receiving a PR event, it collects essential context surrounding the PR, including details such as the PR description, file changes, commit diffs, user information, and other relevant parameters.

Security Risk Analysis

The application employs OpenAI's GPT-3.5 Turbo models to evaluate the security risks introduced by each PR. Leveraging these models, it measures and assigns a risk score based on the analysis performed.

Review Process

If the PR's risk level exceeds a predefined threshold, gh-ThreatAware takes action by adding reviewers from the security team to ensure comprehensive evaluation and mitigation of potential security risks.

PR that introduces Security Risk

290974888-366968c8-15ac-48f2-98e8-0c451c77354b 290974953-4073d839-d9e6-4185-89d8-44f22d0e4841

PR that does not introduce Security Risk

290975013-79d7be96-a5fe-427d-9f4b-3392be8a8936

Installation

To install gh-ThreatAware within your GitHub organization, follow these steps:

  1. Clone the Repository: Clone the gh-ThreatAware repository to a local environment or server that will host the application.
  2. Configure Webhooks: Set up webhooks in your GitHub organization's repositories to trigger events that communicate with the gh-ThreatAware application. Configure these webhooks to point to the application's designated endpoint.
  3. Configure Permissions: Ensure that gh-ThreatAware has appropriate permissions to access PR details and assign reviewers. Review and adjust permissions as needed within your GitHub organization settings.

Configuration

Customize the risk threshold and reviewer assignment logic according to your organization's security policies and requirements. These configurations are adjustable within the designated configuration files provided with the application.

About

Github native application for organisations; uses OpenAI models to identify Security Risks introduced by PRs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages