Skip to content

grepstrength/GoRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

GoRC

  • Do you work in GRC?
  • Trying to organize your third-party IT vendors to risk rank?
  • Is your list longer than the lines at Disney?

Look no further!

This is a simple Windows command line script that utilizes the OpenAI API to pull several useful data points when risk ranking third-party vendors.

Features

  • Accepts CSV input. (Just ensure the vendor names are in Column A.)
  • Outputs results in a structured CSV format.
  • Provides multiple data points:
    • Domain Name
    • Industry
    • Data Classification
  • Returns confidence levels for the domain and industry vertical.

Usage

  1. Create a file named config.json in the same directory as main.go.
  2. Save your OpenAI API key to config.json using the following format:
{
  "openai_api_key": "<YOUR-OPENAI-API-KEY>"
}
  1. Build the program:
go build -o gorc.exe
  1. Run the program via cmd or PowerShell:
.\gorc.exe -input="<VENDORLIST>.csv"

About

Simple CLI script to assist GRC analysts with risk ranking vendors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages